diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.13).sql
index 06fbc52570bf..38773c3c37d3 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 1
DECLARE @PermanentId Uuid -- Guid
@@ -31,7 +31,7 @@ RETURNING
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 2
DECLARE @PermanentId Uuid -- Guid
@@ -64,7 +64,7 @@ RETURNING
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 3
DECLARE @PermanentId Uuid -- Guid
@@ -102,7 +102,7 @@ FROM "Subdivisions" AS s
WHERE s."Id"::bigint = 1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -117,7 +117,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Bigint -- Int64
SET @id = 1
@@ -134,7 +134,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -149,7 +149,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.13).sql
index 4e983e532ea5..d1cffd80fad1 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.13).sql
index cef57daaff4a..9feeb6b546ff 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/FSharpTests/LinqToDB.EntityFrameworkCore.Tests.FSharpTests.Issue4646TestEF(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/FSharpTests/LinqToDB.EntityFrameworkCore.Tests.FSharpTests.Issue4646TestEF(PostgreSQL.13).sql
index 044d5e5f2a80..279155cfe2cb 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/FSharpTests/LinqToDB.EntityFrameworkCore.Tests.FSharpTests.Issue4646TestEF(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/FSharpTests/LinqToDB.EntityFrameworkCore.Tests.FSharpTests.Issue4646TestEF(PostgreSQL.13).sql
@@ -6,7 +6,7 @@ VALUES (@p0, @p1)
RETURNING "Id";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.13).sql
index 56e9098f0dce..32d99646169f 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -11,7 +11,7 @@ ON COMMIT PRESERVE ROWS
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "NoIdentity"
(
@@ -24,7 +24,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -34,7 +34,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.13).sql
index a1b82e0ca535..1acdf3d1f11d 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.13).sql
@@ -18,7 +18,7 @@ VALUES (@p4)
RETURNING "Id";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Discriminator",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.13).sql
index 4c761cf4cb54..27d8c4060cea 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -15,7 +15,7 @@ INSERT ASYNC BULK "NoIdentity"(Id, Name)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -25,7 +25,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.13).sql
index bb8aca9d9bde..1ff91249b464 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -15,7 +15,7 @@ INSERT BULK "NoIdentity"(Id, Name)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -25,7 +25,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.13).sql
index 5b8ae756e22c..1bc3606c7d46 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.13).sql
@@ -5,7 +5,7 @@ INSERT INTO "SkipModes" ("Id", "InsertOnly")
VALUES (@p0, @p1);
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @InsertOnly Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -45,7 +45,7 @@ UPDATE "SkipModes" SET "UpdateOnly" = @p0
WHERE "Id" = @p1;
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @UpdateOnly Integer -- Int32
SET @UpdateOnly = 12
DECLARE @Id Integer -- Int32
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.13).sql
index 7b856d05427d..0fe9f13f2d79 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "WithIdentity"
(
@@ -11,7 +11,7 @@ ON COMMIT PRESERVE ROWS
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -24,13 +24,13 @@ ON COMMIT PRESERVE ROWS
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "WithIdentity"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.13).sql
index 9a6fb0d6faa6..23b03e66a51e 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.13).sql
@@ -6,7 +6,7 @@ VALUES (@p0, @p1, @p2, @p3, @p4, @p5)
RETURNING "ID";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @field64 Numeric(1, 0) -- Decimal
SET @field64 = 5
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,False).sql
index c7e881b10521..3ae9a56cacbe 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -28,7 +28,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -43,7 +43,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e.id,
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,True).sql
index c7e881b10521..3ae9a56cacbe 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -28,7 +28,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -43,7 +43,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e.id,
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.13).sql
index a6669bc87002..ae602de1f7f8 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @name Text(11) -- String
SET @name = 'test insert'
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,False).sql
index b87be8aacb94..b3d23f3043a7 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -17,7 +17,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,True).sql
index b87be8aacb94..b3d23f3043a7 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -17,7 +17,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,False).sql
index d06ee300fc5b..924e53703033 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,False).sql
@@ -10,7 +10,7 @@ ORDER BY e.id, t.entity_id, t.item_id
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -27,7 +27,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,True).sql
index 42d7916e0311..8c1e30fdfa54 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -17,7 +17,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,False).sql
index b5ce715f04fb..90440d64e12d 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,True).sql
index b5ce715f04fb..90440d64e12d 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.13,True,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.13,True,True).sql
index b5ce715f04fb..90440d64e12d 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,Default).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,Default).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,Default).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,MultipleRows).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,ProviderSpecific).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,ProviderSpecific).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,RowByRow).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.13).sql
index 41af5f94d478..51dca1fcac98 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -24,7 +24,7 @@ LIMIT :take
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.13).sql
index 48778ea0af47..44b00599d681 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.13).sql
index 48778ea0af47..44b00599d681 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.13).sql
index 6a862480a060..d4f7118f389f 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.13).sql
index 3cc72c8e390a..79d48456119f 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.13).sql
@@ -7,7 +7,7 @@ LEFT JOIN "PatentAssessment" AS p0 ON p."Id" = p0."PatentId"
WHERE p0."PatentId" IS NULL OR p0."TechnicalReviewerId" <> @__userId_0 OR p0."TechnicalReviewerId" IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @userId Integer -- Int32
SET @userId = 1
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.13).sql
index 6f858c86bdd7..95c0276af5a5 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.13).sql
index 4e8e429af477..724d0b1046a3 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.13).sql
index d7d1642931f5..b21ea60c87f0 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.13).sql
index 6a862480a060..d4f7118f389f 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.13).sql
index acb306ff44c2..2708cd3e2b0c 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.13).sql
index 03659969fda7..5acf5e0c9d91 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"PostgreTestTable"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.13).sql
index f706b6824e5d..5cfdbb4456c3 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.13).sql
index d9d5de6c5245..ebb213543b35 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @DateTimeOffset TimestampTz -- DateTime
SET @DateTimeOffset = '2020-02-29T17:54:55.1231234+00:00'
DECLARE @DateTimeOffsetN TimestampTz -- DateTime
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.13).sql
index 38a114a38455..c02d9c61ffc5 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @DateTimeOffsetWithConverter Bigint -- Int64
SET @DateTimeOffsetWithConverter = 1304956839836121088
DECLARE @DateTimeOffsetNWithConverter Bigint -- Int64
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.13).sql
index 2ae699c9384b..472cfccfd0de 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.13).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -26,7 +26,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."Id"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.13).sql
index 96f974c7ffa1..99873f245d96 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.13).sql
index c4f58cc92ad8..7ed3d77b97c8 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.13).sql
index fceff6af945a..2ece29201e77 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.13).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -22,7 +22,7 @@ ORDER BY
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."AclNameId"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.13).sql
index a60b24170dab..a68d7f01405a 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.13).sql
index ab8ac7195b28..2f79289d5019 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,False).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,True).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,False).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,True).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.13).sql
index cea078e29863..e66a2d16c9a5 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.13).sql
@@ -4,7 +4,7 @@ LEFT JOIN "Issue73Entities" AS i0 ON i."ParentId" = i0."Id"
WHERE i."Name" = 'Name1_3'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Name" || '>' || x."Name"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.13).sql
index 41a60b3ee3d3..52c705e167ed 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.13).sql
@@ -18,7 +18,7 @@ VALUES (@p4)
RETURNING "Id";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.13).sql
index 05e16af17bf1..0c21fa5d02bd 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @guids -2147483621 -- Object
SET @guids = {'271425b1-ebe8-400d-b71d-a6e47a460ae3'::uuid,'b75de94e-6d7b-4c70-bfa1-f8639a6a5b35'::uuid}
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.13).sql
index 2cb671ae9097..e04e18be6507 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "EntityWithXmin"
(
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Local).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Local).sql
index b597796187c5..9cc632324167 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Local).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Local).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -16,7 +16,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ldt Timestamp -- DateTime2
SET @ldt = 02/29/2020 17:54:55
@@ -34,7 +34,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt TimestampTz -- DateTime
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dto TimestampTz -- DateTime
SET @dto = '2020-02-29T17:14:55.1231234+00:00'
@@ -70,7 +70,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ins TimestampTz -- DateTime
SET @ins = 2020-02-29T17:14:55Z
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Unspecified).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Unspecified).sql
index b597796187c5..9cc632324167 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Unspecified).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Unspecified).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -16,7 +16,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ldt Timestamp -- DateTime2
SET @ldt = 02/29/2020 17:54:55
@@ -34,7 +34,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt TimestampTz -- DateTime
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dto TimestampTz -- DateTime
SET @dto = '2020-02-29T17:14:55.1231234+00:00'
@@ -70,7 +70,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ins TimestampTz -- DateTime
SET @ins = 2020-02-29T17:14:55Z
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Utc).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Utc).sql
index b597796187c5..9cc632324167 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Utc).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Utc).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -16,7 +16,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ldt Timestamp -- DateTime2
SET @ldt = 02/29/2020 17:54:55
@@ -34,7 +34,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt TimestampTz -- DateTime
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dto TimestampTz -- DateTime
SET @dto = '2020-02-29T17:14:55.1231234+00:00'
@@ -70,7 +70,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ins TimestampTz -- DateTime
SET @ins = 2020-02-29T17:14:55Z
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.13).sql
index 067f4e1615b7..6421609d3d11 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.13).sql
@@ -6,7 +6,7 @@ FROM "Events" AS e
WHERE e."Duration" @> @__date_0 OR lower(e."Duration") = @__date_0 OR upper(e."Duration") = @__date_0 OR isempty(e."Duration") OR isempty(e."Duration" * e."Duration")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @date Timestamp -- DateTime2
SET @date = '2020-02-29 17:54:55.123'::timestamp
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.13).sql
index e41068c96ae8..750b9c43badc 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @guids -2147483621 -- Object
SET @guids = {'271425b1-ebe8-400d-b71d-a6e47a460ae3'::uuid,'b75de94e-6d7b-4c70-bfa1-f8639a6a5b35'::uuid}
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.13).sql
index 619293b024a5..25560b09ad33 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.13).sql
@@ -3,7 +3,7 @@ FROM views."EventsView" AS e
WHERE e."Name" LIKE 'any%'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Name"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.13).sql
index dd4c9ca164fc..d77382bd36fe 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.13).sql
index d95cee20fee5..ece8e8cf03c6 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.13).sql
index ffac6df73c83..4c439cd29a33 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(10) -- String
SET @value = '%anything%'
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.13).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.13).sql
index 0a7f5e1cd236..4dcdd6d99617 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.13).sql
@@ -24,7 +24,7 @@ ORDER BY o."OrderID", t."OrderID", t."ProductID", t0."ProductID", t1."OrderId"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -46,7 +46,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Product"."ProductID",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,False).sql
index 18404fc600f0..d10d4ee23fb3 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,False).sql
@@ -23,7 +23,7 @@ SELECT EXISTS (
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE '%a%')
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -44,7 +44,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -65,7 +65,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -86,7 +86,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,True).sql
index 7d04264640ee..d2a49fa17a3f 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,True).sql
@@ -23,7 +23,7 @@ SELECT EXISTS (
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE '%a%')
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -44,7 +44,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -65,7 +65,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -86,7 +86,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,False).sql
index 6a9291f2eab2..c5556de2014c 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,True).sql
index 50e1466e63b2..943b5058b8ba 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,False).sql
index 28838d7dfa97..abb39ef514ee 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -60,7 +60,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,True).sql
index d956e7843d85..3b9b4bc84960 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -36,7 +36,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -69,7 +69,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,False).sql
index f66b72093b0c..69eed06d32cd 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -60,7 +60,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,True).sql
index 629ff461cdf0..b7161dcdb763 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -36,7 +36,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -69,7 +69,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,False).sql
index f66b72093b0c..69eed06d32cd 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -60,7 +60,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,True).sql
index 629ff461cdf0..b7161dcdb763 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -36,7 +36,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -69,7 +69,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,False).sql
index a8e45b829094..967ffe102ded 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,False).sql
@@ -24,7 +24,7 @@ ORDER BY o."OrderID", t1."OrderID", t1."ProductID", t1."ProductID0", t1."OrderID
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -54,7 +54,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -84,7 +84,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,True).sql
index c0ca69ca5189..6b8d4581a349 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,True).sql
@@ -24,7 +24,7 @@ ORDER BY o."OrderID", t1."OrderID", t1."ProductID", t1."ProductID0", t1."OrderID
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -93,7 +93,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,False).sql
index 1bb8ddc4ae74..29439ab4bffa 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,True).sql
index c06e04c6eff8..653d639b58d1 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,False).sql
index 2b992ad4836c..c3b75be6160a 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,False).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", t."EmployeeID", t1."EmployeeID", t1."TerritoryID", t1."Ter
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -58,7 +58,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -93,7 +93,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Employee"."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,True).sql
index 85c06f65f9f2..2a95bf83bc2d 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,True).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", t."EmployeeID", t1."EmployeeID", t1."TerritoryID", t1."Ter
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -62,7 +62,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -101,7 +101,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Employee"."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,False).sql
index 520ae2e7981f..0557295dc4fa 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,False).sql
@@ -11,7 +11,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,True).sql
index 9d386cd5a219..9de1d8f03ec9 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,True).sql
@@ -11,7 +11,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,False).sql
index 6a2dba6d633a..f805dba0a195 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,True).sql
index c079e3d2127e..dfd584519de7 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,False).sql
index 5842916b870c..baea3484def9 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,False).sql
@@ -3,7 +3,7 @@ FROM "Products" AS p
INNER JOIN "Order Details" AS o ON p."ProductID" = o."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
@@ -42,7 +42,7 @@ INNER JOIN (
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,True).sql
index 012d3ab415ad..25643c0a2303 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,True).sql
@@ -3,7 +3,7 @@ FROM "Products" AS p
INNER JOIN "Order Details" AS o ON p."ProductID" = o."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
@@ -44,7 +44,7 @@ INNER JOIN (
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,False).sql
index 08223cb0150c..cb122422780a 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,False).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", t."EmployeeID", t1."EmployeeID", t1."TerritoryID", t1."Ter
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -58,7 +58,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -93,7 +93,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,True).sql
index 8cb58bf8c425..e55baeb5fc7d 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,True).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", t."EmployeeID", t1."EmployeeID", t1."TerritoryID", t1."Ter
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -62,7 +62,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -101,7 +101,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,False).sql
index a3fab4bac850..a229bb905cdb 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,False).sql
@@ -29,7 +29,7 @@ ORDER BY o."OrderID", t."EmployeeID", t0."EmployeeID", t0."TerritoryID", t1."Ord
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -48,7 +48,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -83,7 +83,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,True).sql
index 585fc32e2737..f5e92088c11d 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,True).sql
@@ -29,7 +29,7 @@ ORDER BY o."OrderID", t."EmployeeID", t0."EmployeeID", t0."TerritoryID", t1."Ord
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -91,7 +91,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,False).sql
index 68cdea6f5c27..7e56a1df1a82 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,False).sql
@@ -34,7 +34,7 @@ ORDER BY p."ProductID", t3."OrderID0", t3."ProductID", t3."OrderID", t3."Product
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."SupplierId",
@@ -78,7 +78,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductID",
@@ -111,7 +111,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ProductName",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,True).sql
index 68cdea6f5c27..7e56a1df1a82 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,True).sql
@@ -34,7 +34,7 @@ ORDER BY p."ProductID", t3."OrderID0", t3."ProductID", t3."OrderID", t3."Product
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."SupplierId",
@@ -78,7 +78,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductID",
@@ -111,7 +111,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ProductName",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,False).sql
index 8fc6641e5f19..ea810d1af17c 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,False).sql
@@ -18,7 +18,7 @@ WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND (
ORDER BY p."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,True).sql
index dfa4b6d5bc21..6f8912fa72cc 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,True).sql
@@ -18,7 +18,7 @@ WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND (
ORDER BY p."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,False).sql
index 8696c71f1c66..8ee2ef23258b 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,False).sql
@@ -6,7 +6,7 @@ FROM "Employees" AS e
WHERE (@__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")) AND e."EmployeeID" = @__test_0
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,True).sql
index 8823c7fbe594..cf07263f485a 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,True).sql
@@ -6,7 +6,7 @@ FROM "Employees" AS e
WHERE (@__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")) AND e."EmployeeID" = @__test_0
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,False).sql
index a4978c2d01a5..cf498e9c3af6 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,False).sql
@@ -7,7 +7,7 @@ WHERE @__ef_filter__p_0 OR NOT (c."IsDeleted") OR NOT (c."IsDeleted")
LIMIT 1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @CompanyName Varchar(34) -- String
SET @CompanyName = 'Ana Trujillo Emparedados y helados'
DECLARE @CustomerId Varchar(5) -- String
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,True).sql
index e12138055b3e..c5e419780694 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,True).sql
@@ -7,7 +7,7 @@ WHERE @__ef_filter__p_0 OR NOT (c."IsDeleted") OR NOT (c."IsDeleted")
LIMIT 1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @CompanyName Varchar(19) -- String
SET @CompanyName = 'Alfreds Futterkiste'
DECLARE @CustomerId Varchar(5) -- String
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,False).sql
index 5197b5bf4c6c..e664895a9d44 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,False).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."QuantityPerUnit"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,True).sql
index 23bfdedb6523..654cf96c43d9 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,True).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."QuantityPerUnit"
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,False).sql
index 67e9dd18271d..5b16a923cc1c 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,False).sql
@@ -13,7 +13,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* Tagged query */
SELECT
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,True).sql
index d3f1f57a6ece..dd044b49066c 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,True).sql
@@ -13,7 +13,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* Tagged query */
SELECT
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,False).sql
index 98335dc1089b..acdd5b071b2d 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,True).sql
index 156cf796d799..7fe41f6d5cbd 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -33,7 +33,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,False).sql
index 6c9f651db598..27262398f20f 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,False).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE 'U%'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(e."QuantityPerUnit")
@@ -17,7 +17,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,True).sql
index 1a47fd2311f3..b0d7d12164d4 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,True).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE 'U%'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(e."QuantityPerUnit")
@@ -17,7 +17,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,False).sql
index 4c377165658c..3179f3d3927b 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,True).sql
index d1381041082b..bd76ab3524f6 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,False).sql
index 4c377165658c..3179f3d3927b 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,True).sql
index d1381041082b..bd76ab3524f6 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,False).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,True).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,False).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,True).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,False).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,False).sql
index 9973b036f924..db9fc7b14681 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,True).sql b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,True).sql
index 197f1ce5db37..a9450a224975 100644
--- a/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.13).sql
index 06fbc52570bf..38773c3c37d3 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 1
DECLARE @PermanentId Uuid -- Guid
@@ -31,7 +31,7 @@ RETURNING
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 2
DECLARE @PermanentId Uuid -- Guid
@@ -64,7 +64,7 @@ RETURNING
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 3
DECLARE @PermanentId Uuid -- Guid
@@ -102,7 +102,7 @@ FROM "Subdivisions" AS s
WHERE s."Id"::bigint = 1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -117,7 +117,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Bigint -- Int64
SET @id = 1
@@ -134,7 +134,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -149,7 +149,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.13).sql
index 4e983e532ea5..d1cffd80fad1 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4783Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4783Test(PostgreSQL.13).sql
index df867c49beb9..66716d3cd0d8 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4783Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4783Test(PostgreSQL.13).sql
@@ -12,7 +12,7 @@ VALUES (@p6, @p7, @p8)
RETURNING "Id";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4783DBRecords"
(
@@ -27,7 +27,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.13).sql
index cef57daaff4a..9feeb6b546ff 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.13).sql
index 56e9098f0dce..32d99646169f 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -11,7 +11,7 @@ ON COMMIT PRESERVE ROWS
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "NoIdentity"
(
@@ -24,7 +24,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -34,7 +34,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.13).sql
index a1b82e0ca535..1acdf3d1f11d 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.13).sql
@@ -18,7 +18,7 @@ VALUES (@p4)
RETURNING "Id";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Discriminator",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.13).sql
index 4c761cf4cb54..27d8c4060cea 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -15,7 +15,7 @@ INSERT ASYNC BULK "NoIdentity"(Id, Name)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -25,7 +25,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.13).sql
index bb8aca9d9bde..1ff91249b464 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -15,7 +15,7 @@ INSERT BULK "NoIdentity"(Id, Name)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -25,7 +25,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.13).sql
index 5b8ae756e22c..1bc3606c7d46 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.13).sql
@@ -5,7 +5,7 @@ INSERT INTO "SkipModes" ("Id", "InsertOnly")
VALUES (@p0, @p1);
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @InsertOnly Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -45,7 +45,7 @@ UPDATE "SkipModes" SET "UpdateOnly" = @p0
WHERE "Id" = @p1;
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @UpdateOnly Integer -- Int32
SET @UpdateOnly = 12
DECLARE @Id Integer -- Int32
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.13).sql
index 7b856d05427d..0fe9f13f2d79 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "WithIdentity"
(
@@ -11,7 +11,7 @@ ON COMMIT PRESERVE ROWS
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -24,13 +24,13 @@ ON COMMIT PRESERVE ROWS
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "WithIdentity"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.13).sql
index 9a6fb0d6faa6..23b03e66a51e 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.13).sql
@@ -6,7 +6,7 @@ VALUES (@p0, @p1, @p2, @p3, @p4, @p5)
RETURNING "ID";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @field64 Numeric(1, 0) -- Decimal
SET @field64 = 5
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,False).sql
index c7e881b10521..3ae9a56cacbe 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -28,7 +28,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -43,7 +43,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e.id,
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,True).sql
index c7e881b10521..3ae9a56cacbe 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.13,True,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -28,7 +28,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -43,7 +43,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e.id,
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.13).sql
index a6669bc87002..ae602de1f7f8 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @name Text(11) -- String
SET @name = 'test insert'
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,False).sql
index b87be8aacb94..b3d23f3043a7 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -17,7 +17,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,True).sql
index b87be8aacb94..b3d23f3043a7 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.13,True,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -17,7 +17,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,False).sql
index 9410f66f941f..b3a72ca50c52 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,False).sql
@@ -10,7 +10,7 @@ ORDER BY e.id, s.entity_id, s.item_id
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -27,7 +27,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,True).sql
index c738955699b7..64696924acb0 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.13,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -17,7 +17,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,False).sql
index b5ce715f04fb..90440d64e12d 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,True).sql
index b5ce715f04fb..90440d64e12d 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.13,True,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.13,True,True).sql
index b5ce715f04fb..90440d64e12d 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,Default).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,Default).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,Default).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,MultipleRows).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,ProviderSpecific).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,ProviderSpecific).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,RowByRow).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.13).sql
index 41af5f94d478..51dca1fcac98 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -24,7 +24,7 @@ LIMIT :take
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.13).sql
index 48778ea0af47..44b00599d681 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.13).sql
index 48778ea0af47..44b00599d681 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.13).sql
index 6a862480a060..d4f7118f389f 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.13).sql
index 3cc72c8e390a..79d48456119f 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.13).sql
@@ -7,7 +7,7 @@ LEFT JOIN "PatentAssessment" AS p0 ON p."Id" = p0."PatentId"
WHERE p0."PatentId" IS NULL OR p0."TechnicalReviewerId" <> @__userId_0 OR p0."TechnicalReviewerId" IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @userId Integer -- Int32
SET @userId = 1
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.13).sql
index 6f858c86bdd7..95c0276af5a5 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.13).sql
index 4e8e429af477..724d0b1046a3 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.13).sql
index d7d1642931f5..b21ea60c87f0 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.13).sql
index 6a862480a060..d4f7118f389f 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.13).sql
index acb306ff44c2..2708cd3e2b0c 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.13).sql
index 03659969fda7..5acf5e0c9d91 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"PostgreTestTable"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.13).sql
index f706b6824e5d..5cfdbb4456c3 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.13).sql
index d9d5de6c5245..ebb213543b35 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @DateTimeOffset TimestampTz -- DateTime
SET @DateTimeOffset = '2020-02-29T17:54:55.1231234+00:00'
DECLARE @DateTimeOffsetN TimestampTz -- DateTime
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.13).sql
index 38a114a38455..c02d9c61ffc5 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @DateTimeOffsetWithConverter Bigint -- Int64
SET @DateTimeOffsetWithConverter = 1304956839836121088
DECLARE @DateTimeOffsetNWithConverter Bigint -- Int64
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.13).sql
index 2ae699c9384b..472cfccfd0de 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.13).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -26,7 +26,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."Id"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.13).sql
index 96f974c7ffa1..99873f245d96 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.13).sql
index c4f58cc92ad8..7ed3d77b97c8 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.13).sql
index fceff6af945a..2ece29201e77 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.13).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -22,7 +22,7 @@ ORDER BY
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."AclNameId"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.13).sql
index a60b24170dab..a68d7f01405a 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.13).sql
index ab8ac7195b28..2f79289d5019 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,False).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,True).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,False).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,True).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.13).sql
index cea078e29863..e66a2d16c9a5 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.13).sql
@@ -4,7 +4,7 @@ LEFT JOIN "Issue73Entities" AS i0 ON i."ParentId" = i0."Id"
WHERE i."Name" = 'Name1_3'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Name" || '>' || x."Name"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.13).sql
index 41a60b3ee3d3..52c705e167ed 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.13).sql
@@ -18,7 +18,7 @@ VALUES (@p4)
RETURNING "Id";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.13).sql
index 05e16af17bf1..0c21fa5d02bd 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @guids -2147483621 -- Object
SET @guids = {'271425b1-ebe8-400d-b71d-a6e47a460ae3'::uuid,'b75de94e-6d7b-4c70-bfa1-f8639a6a5b35'::uuid}
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.13).sql
index 2cb671ae9097..e04e18be6507 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "EntityWithXmin"
(
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Local).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Local).sql
index b597796187c5..9cc632324167 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Local).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Local).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -16,7 +16,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ldt Timestamp -- DateTime2
SET @ldt = 02/29/2020 17:54:55
@@ -34,7 +34,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt TimestampTz -- DateTime
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dto TimestampTz -- DateTime
SET @dto = '2020-02-29T17:14:55.1231234+00:00'
@@ -70,7 +70,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ins TimestampTz -- DateTime
SET @ins = 2020-02-29T17:14:55Z
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Unspecified).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Unspecified).sql
index b597796187c5..9cc632324167 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Unspecified).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Unspecified).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -16,7 +16,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ldt Timestamp -- DateTime2
SET @ldt = 02/29/2020 17:54:55
@@ -34,7 +34,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt TimestampTz -- DateTime
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dto TimestampTz -- DateTime
SET @dto = '2020-02-29T17:14:55.1231234+00:00'
@@ -70,7 +70,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ins TimestampTz -- DateTime
SET @ins = 2020-02-29T17:14:55Z
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Utc).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Utc).sql
index b597796187c5..9cc632324167 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Utc).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.13,Utc).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -16,7 +16,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ldt Timestamp -- DateTime2
SET @ldt = 02/29/2020 17:54:55
@@ -34,7 +34,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt TimestampTz -- DateTime
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dto TimestampTz -- DateTime
SET @dto = '2020-02-29T17:14:55.1231234+00:00'
@@ -70,7 +70,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ins TimestampTz -- DateTime
SET @ins = 2020-02-29T17:14:55Z
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.13).sql
index 067f4e1615b7..6421609d3d11 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.13).sql
@@ -6,7 +6,7 @@ FROM "Events" AS e
WHERE e."Duration" @> @__date_0 OR lower(e."Duration") = @__date_0 OR upper(e."Duration") = @__date_0 OR isempty(e."Duration") OR isempty(e."Duration" * e."Duration")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @date Timestamp -- DateTime2
SET @date = '2020-02-29 17:54:55.123'::timestamp
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.13).sql
index e41068c96ae8..750b9c43badc 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @guids -2147483621 -- Object
SET @guids = {'271425b1-ebe8-400d-b71d-a6e47a460ae3'::uuid,'b75de94e-6d7b-4c70-bfa1-f8639a6a5b35'::uuid}
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.13).sql
index 619293b024a5..25560b09ad33 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.13).sql
@@ -3,7 +3,7 @@ FROM views."EventsView" AS e
WHERE e."Name" LIKE 'any%'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Name"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.13).sql
index dd4c9ca164fc..d77382bd36fe 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.13).sql
index d95cee20fee5..ece8e8cf03c6 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.13).sql
index ffac6df73c83..4c439cd29a33 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(10) -- String
SET @value = '%anything%'
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.13).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.13).sql
index bfe91adfb6b8..18c9e936e94d 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.13).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.13).sql
@@ -24,7 +24,7 @@ ORDER BY o."OrderID", o1."OrderID", o1."ProductID", p0."ProductID", o3."OrderId"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -46,7 +46,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Product"."ProductID",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,False).sql
index 18404fc600f0..d10d4ee23fb3 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,False).sql
@@ -23,7 +23,7 @@ SELECT EXISTS (
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE '%a%')
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -44,7 +44,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -65,7 +65,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -86,7 +86,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,True).sql
index 7d04264640ee..d2a49fa17a3f 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.13,True).sql
@@ -23,7 +23,7 @@ SELECT EXISTS (
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE '%a%')
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -44,7 +44,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -65,7 +65,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -86,7 +86,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,False).sql
index 6a9291f2eab2..c5556de2014c 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,True).sql
index 50e1466e63b2..943b5058b8ba 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,False).sql
index 28838d7dfa97..abb39ef514ee 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -60,7 +60,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,True).sql
index d956e7843d85..3b9b4bc84960 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.13,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -36,7 +36,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -69,7 +69,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,False).sql
index f66b72093b0c..69eed06d32cd 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -60,7 +60,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,True).sql
index 629ff461cdf0..b7161dcdb763 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.13,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -36,7 +36,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -69,7 +69,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,False).sql
index f66b72093b0c..69eed06d32cd 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -60,7 +60,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,True).sql
index 629ff461cdf0..b7161dcdb763 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.13,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -36,7 +36,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -69,7 +69,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,False).sql
index 746e690e9a73..d26ebd22cfa6 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,False).sql
@@ -24,7 +24,7 @@ ORDER BY o."OrderID", s."OrderID", s."ProductID", s."ProductID0", s."OrderID0"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -54,7 +54,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -84,7 +84,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,True).sql
index 73cb326d0c02..2924369f56dc 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.13,True).sql
@@ -24,7 +24,7 @@ ORDER BY o."OrderID", s."OrderID", s."ProductID", s."ProductID0", s."OrderID0"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -93,7 +93,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,False).sql
index 1bb8ddc4ae74..29439ab4bffa 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,True).sql
index c06e04c6eff8..653d639b58d1 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,False).sql
index d7e01edf5d2a..0e8984ce983b 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,False).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", e0."EmployeeID", s."EmployeeID", s."TerritoryID", s."Terri
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -58,7 +58,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -93,7 +93,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Employee"."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,True).sql
index 5e2a4afa80db..c3b70b0039c6 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.13,True).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", e0."EmployeeID", s."EmployeeID", s."TerritoryID", s."Terri
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -62,7 +62,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -101,7 +101,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Employee"."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,False).sql
index 97e716e9e946..9cd660859b48 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,False).sql
@@ -11,7 +11,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,True).sql
index ad8ae1312304..e68cefe117c5 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.13,True).sql
@@ -11,7 +11,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,False).sql
index 6a2dba6d633a..f805dba0a195 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,True).sql
index c079e3d2127e..dfd584519de7 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,False).sql
index 246ed91d49a5..e9101e9073ce 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,False).sql
@@ -3,7 +3,7 @@ FROM "Products" AS p
INNER JOIN "Order Details" AS o ON p."ProductID" = o."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
@@ -42,7 +42,7 @@ INNER JOIN (
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,True).sql
index dce9bff2cc50..b3b29d7cc922 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.13,True).sql
@@ -3,7 +3,7 @@ FROM "Products" AS p
INNER JOIN "Order Details" AS o ON p."ProductID" = o."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
@@ -44,7 +44,7 @@ INNER JOIN (
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,False).sql
index 443b55c5d545..2ef5b6f0b0ab 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,False).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", e0."EmployeeID", s."EmployeeID", s."TerritoryID", s."Terri
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -58,7 +58,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -93,7 +93,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,True).sql
index 8dc08a6fe0a7..72aae63bee84 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.13,True).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", e0."EmployeeID", s."EmployeeID", s."TerritoryID", s."Terri
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -62,7 +62,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -101,7 +101,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,False).sql
index ba7815ba65bb..d959c7b6a885 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,False).sql
@@ -29,7 +29,7 @@ ORDER BY o."OrderID", e0."EmployeeID", e2."EmployeeID", e2."TerritoryID", s."Ord
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -48,7 +48,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -83,7 +83,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,True).sql
index 865bc9931b02..1e1ee836b701 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.13,True).sql
@@ -29,7 +29,7 @@ ORDER BY o."OrderID", e0."EmployeeID", e2."EmployeeID", e2."TerritoryID", s."Ord
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -91,7 +91,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,False).sql
index b3cd8f9864cc..96f4ed69f23c 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,False).sql
@@ -34,7 +34,7 @@ ORDER BY p."ProductID", s1."OrderID0", s1."ProductID", s1."OrderID", s1."Product
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."SupplierId",
@@ -78,7 +78,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductID",
@@ -111,7 +111,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ProductName",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,True).sql
index b3cd8f9864cc..96f4ed69f23c 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.13,True).sql
@@ -34,7 +34,7 @@ ORDER BY p."ProductID", s1."OrderID0", s1."ProductID", s1."OrderID", s1."Product
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."SupplierId",
@@ -78,7 +78,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductID",
@@ -111,7 +111,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ProductName",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,False).sql
index 40ecef2e266c..7beb09209547 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,False).sql
@@ -18,7 +18,7 @@ WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND (
ORDER BY p."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,True).sql
index a5cdbc9a79f5..8173c8294905 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.13,True).sql
@@ -18,7 +18,7 @@ WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND (
ORDER BY p."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,False).sql
index 8696c71f1c66..8ee2ef23258b 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,False).sql
@@ -6,7 +6,7 @@ FROM "Employees" AS e
WHERE (@__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")) AND e."EmployeeID" = @__test_0
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,True).sql
index 8823c7fbe594..cf07263f485a 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.13,True).sql
@@ -6,7 +6,7 @@ FROM "Employees" AS e
WHERE (@__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")) AND e."EmployeeID" = @__test_0
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,False).sql
index a4978c2d01a5..cf498e9c3af6 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,False).sql
@@ -7,7 +7,7 @@ WHERE @__ef_filter__p_0 OR NOT (c."IsDeleted") OR NOT (c."IsDeleted")
LIMIT 1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @CompanyName Varchar(34) -- String
SET @CompanyName = 'Ana Trujillo Emparedados y helados'
DECLARE @CustomerId Varchar(5) -- String
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,True).sql
index e12138055b3e..c5e419780694 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.13,True).sql
@@ -7,7 +7,7 @@ WHERE @__ef_filter__p_0 OR NOT (c."IsDeleted") OR NOT (c."IsDeleted")
LIMIT 1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @CompanyName Varchar(19) -- String
SET @CompanyName = 'Alfreds Futterkiste'
DECLARE @CustomerId Varchar(5) -- String
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,False).sql
index 5197b5bf4c6c..e664895a9d44 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,False).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."QuantityPerUnit"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,True).sql
index 23bfdedb6523..654cf96c43d9 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.13,True).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."QuantityPerUnit"
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,False).sql
index 3d2aed0459f9..b68db6e370a1 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,False).sql
@@ -13,7 +13,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* Tagged query */
SELECT
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,True).sql
index 7e5c97f94ea4..78b9f77eaa4a 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.13,True).sql
@@ -13,7 +13,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* Tagged query */
SELECT
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,False).sql
index 98335dc1089b..acdd5b071b2d 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,True).sql
index 156cf796d799..7fe41f6d5cbd 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.13,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -33,7 +33,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,False).sql
index 6c9f651db598..27262398f20f 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,False).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE 'U%'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(e."QuantityPerUnit")
@@ -17,7 +17,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,True).sql
index 1a47fd2311f3..b0d7d12164d4 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.13,True).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE 'U%'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(e."QuantityPerUnit")
@@ -17,7 +17,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,False).sql
index 4c377165658c..3179f3d3927b 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,True).sql
index d1381041082b..bd76ab3524f6 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,False).sql
index 4c377165658c..3179f3d3927b 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,True).sql
index d1381041082b..bd76ab3524f6 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,False).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,True).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,False).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,True).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,False).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,False).sql
index 9973b036f924..db9fc7b14681 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,True).sql b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,True).sql
index 197f1ce5db37..a9450a224975 100644
--- a/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionCloseAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionCloseAsync(PostgreSQL.13).sql
index 011efb59ed09..69d66d0afeca 100644
--- a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionCloseAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionCloseAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionDisposeAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionDisposeAsync(PostgreSQL.13).sql
index 011efb59ed09..69d66d0afeca 100644
--- a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionDisposeAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionDisposeAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_MultipleDataReadersOnSameCommand_NotSupported(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_MultipleDataReadersOnSameCommand_NotSupported(PostgreSQL.13).sql
index 557431d8e1cf..2497f7af6c80 100644
--- a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_MultipleDataReadersOnSameCommand_NotSupported(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_MultipleDataReadersOnSameCommand_NotSupported(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDispose(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDispose(PostgreSQL.13).sql
index 86c9c8a4b118..ecd7c8386662 100644
--- a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDispose(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDispose(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Text(4) -- String
SET @param = 'test'
diff --git a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDisposeAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDisposeAsync(PostgreSQL.13).sql
index 86c9c8a4b118..ecd7c8386662 100644
--- a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDisposeAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDisposeAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Text(4) -- String
SET @param = 'test'
diff --git a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_Dispose_NotSupported(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_Dispose_NotSupported(PostgreSQL.13).sql
index 557431d8e1cf..2497f7af6c80 100644
--- a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_Dispose_NotSupported(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_Dispose_NotSupported(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_NoDispose_NotSupported(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_NoDispose_NotSupported(PostgreSQL.13).sql
index 557431d8e1cf..2497f7af6c80 100644
--- a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_NoDispose_NotSupported(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_NoDispose_NotSupported(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_Unsupported(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_Unsupported(PostgreSQL.13).sql
index c2b9effc360d..6af4de11cdb9 100644
--- a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_Unsupported(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_Unsupported(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -9,7 +9,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
diff --git a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_UnsupportedAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_UnsupportedAsync(PostgreSQL.13).sql
index c2b9effc360d..6af4de11cdb9 100644
--- a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_UnsupportedAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_UnsupportedAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -9,7 +9,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
diff --git a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.TestDisposeFlagCloning962Test1(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.TestDisposeFlagCloning962Test1(PostgreSQL.13,False).sql
index d570610fd08d..05c22446acf8 100644
--- a/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.TestDisposeFlagCloning962Test1(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.TestDisposeFlagCloning962Test1(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."CategoryID",
@@ -10,7 +10,7 @@ FROM
"Categories" m_1
INNER JOIN "Products" d ON m_1."CategoryID" = d."CategoryID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."CategoryID",
diff --git a/PostgreSQL.13/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObject51(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObject51(PostgreSQL.13).sql
index 919981cd7334..cc413433d0e2 100644
--- a/PostgreSQL.13/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObject51(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObject51(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.13/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObjectProjection(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObjectProjection(PostgreSQL.13).sql
index 97819b0ffcfd..4edf591d61a9 100644
--- a/PostgreSQL.13/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObjectProjection(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObjectProjection(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyAsync(PostgreSQL.13).sql
index df2accb96ff5..7f8166fffda3 100644
--- a/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions1(PostgreSQL.13).sql
index df2accb96ff5..7f8166fffda3 100644
--- a/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions2(PostgreSQL.13).sql
index df2accb96ff5..7f8166fffda3 100644
--- a/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.TestRetryPolicy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.TestRetryPolicy(PostgreSQL.13).sql
index df2accb96ff5..7f8166fffda3 100644
--- a/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.TestRetryPolicy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.TestRetryPolicy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransaction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransaction(PostgreSQL.13).sql
index 31882f18fdd2..b8b441912465 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransaction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransaction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
@@ -24,7 +24,7 @@ SET
WHERE
"Parent"."ParentID" = 1010
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransactionAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransactionAsync(PostgreSQL.13).sql
index 31882f18fdd2..b8b441912465 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransactionAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransactionAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
@@ -24,7 +24,7 @@ SET
WHERE
"Parent"."ParentID" = 1010
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.CommitTransaction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.CommitTransaction(PostgreSQL.13).sql
index 6106ca931b7a..111cbb999ccd 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.CommitTransaction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.CommitTransaction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
@@ -25,7 +25,7 @@ WHERE
"Parent"."ParentID" = 1010
CommitTransaction
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionBeginTransactionAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionBeginTransactionAsync(PostgreSQL.13).sql
index 21c61dd70363..0a81232c12ad 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionBeginTransactionAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionBeginTransactionAsync(PostgreSQL.13).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionCommitTransactionAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionCommitTransactionAsync(PostgreSQL.13).sql
index b3fbf51a9bba..5b2cbc5f35cc 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionCommitTransactionAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionCommitTransactionAsync(PostgreSQL.13).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
@@ -17,7 +17,7 @@ VALUES
)
CommitTransactionAsync
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionDisposeAsyncTransaction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionDisposeAsyncTransaction(PostgreSQL.13).sql
index e62cbc68c297..95274092a925 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionDisposeAsyncTransaction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionDisposeAsyncTransaction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionRollbackTransactionAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionRollbackTransactionAsync(PostgreSQL.13).sql
index 998794be67e1..fae486f71766 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionRollbackTransactionAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionRollbackTransactionAsync(PostgreSQL.13).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextBeginTransactionAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextBeginTransactionAsync(PostgreSQL.13).sql
index f021068032ce..45be8e901766 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextBeginTransactionAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextBeginTransactionAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -7,7 +7,7 @@ FROM
"Parent" t1
BeginTransactionAsync
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextCommitTransactionAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextCommitTransactionAsync(PostgreSQL.13).sql
index b3fbf51a9bba..5b2cbc5f35cc 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextCommitTransactionAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextCommitTransactionAsync(PostgreSQL.13).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
@@ -17,7 +17,7 @@ VALUES
)
CommitTransactionAsync
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextOpenOrBeginTransactionAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextOpenOrBeginTransactionAsync(PostgreSQL.13).sql
index 21c61dd70363..0a81232c12ad 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextOpenOrBeginTransactionAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextOpenOrBeginTransactionAsync(PostgreSQL.13).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextRollbackTransactionAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextRollbackTransactionAsync(PostgreSQL.13).sql
index 998794be67e1..fae486f71766 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextRollbackTransactionAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextRollbackTransactionAsync(PostgreSQL.13).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransaction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransaction(PostgreSQL.13).sql
index b15ba6b51bae..8a0633e668e8 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransaction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransaction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
commit;
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsync(PostgreSQL.13).sql
index 8fb6abe1a6fc..1c93f0bb99cc 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsync(PostgreSQL.13).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
commit;
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsyncDataContext(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsyncDataContext(PostgreSQL.13).sql
index ff2f57e266c9..0794afaa0a28 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsyncDataContext(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsyncDataContext(PostgreSQL.13).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
commit;
SELECT
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionDataContext(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionDataContext(PostgreSQL.13).sql
index 269515da84c5..6173cd020b70 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionDataContext(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionDataContext(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
commit;
SELECT
diff --git a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.RollbackTransaction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.RollbackTransaction(PostgreSQL.13).sql
index e506bab44e02..053747a47df2 100644
--- a/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.RollbackTransaction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Data/TransactionTests/Tests.Data.TransactionTests.RollbackTransaction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
@@ -25,7 +25,7 @@ WHERE
"Parent"."ParentID" = 1010
RollbackTransaction
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.AnalyticFunctions(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.AnalyticFunctions(PostgreSQL.13).sql
index 00f1bbff1be3..f953ed04317a 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.AnalyticFunctions(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.AnalyticFunctions(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id" / 3,
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayAggregateGrouping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayAggregateGrouping(PostgreSQL.13).sql
index 91757d5aa0fc..cc2e42d7f5f8 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayAggregateGrouping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayAggregateGrouping(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -18,7 +18,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ARRAY_AGG(v.value)
@@ -26,7 +26,7 @@ FROM
"SampleClass" t1
INNER JOIN LATERAL UNNEST(t1."StrArray") v(value) ON 1=1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ARRAY_AGG(DISTINCT v.value)
@@ -34,7 +34,7 @@ FROM
"SampleClass" t1
INNER JOIN LATERAL UNNEST(t1."StrArray") v(value) ON 1=1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ARRAY_AGG(v.value ORDER BY v.value)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayFunctions(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayFunctions(PostgreSQL.13).sql
index 4abad0d79763..39b5658690ce 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayFunctions(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayFunctions(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @arr -2147483639 -- Object
SET @arr = {1,2,3}
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.GenerateSeries(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.GenerateSeries(PostgreSQL.13).sql
index 1ea2aa2a1a49..8ce9825d3826 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.GenerateSeries(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.GenerateSeries(PostgreSQL.13).sql
@@ -1,18 +1,18 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.value
FROM
GENERATE_SERIES(1, 10) t1(value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.value
FROM
GENERATE_SERIES(1, 10, 2) t1(value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Interval -- Object
SET @value = 05:00:00
@@ -21,7 +21,7 @@ SELECT
FROM
GENERATE_SERIES('2020-02-19 17:54:55.123'::timestamp, '2020-02-29 17:54:55.123'::timestamp, :value) t1(value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2020-02-19 17:54:55.123'::timestamp
DECLARE @p_1 Interval -- Object
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.SystemFunctions(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.SystemFunctions(PostgreSQL.13).sql
index bb18bbb42d58..5572f739db6c 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.SystemFunctions(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.SystemFunctions(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
VERSION(),
@@ -9,37 +9,37 @@ SELECT
CURRENT_USER,
SESSION_USER
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
VERSION()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CURRENT_CATALOG
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CURRENT_DATABASE()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CURRENT_ROLE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CURRENT_SCHEMA
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CURRENT_USER
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SESSION_USER
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.Unnest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.Unnest(PostgreSQL.13).sql
index 9609c60d3485..469e02bf8daa 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.Unnest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.Unnest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v.value
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestSubquery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestSubquery(PostgreSQL.13).sql
index 069f0a6be6cd..d3ec6a2287d4 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestSubquery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestSubquery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinality(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinality(PostgreSQL.13).sql
index 74627552b916..216bfc3c89f9 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinality(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinality(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v.value,
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinalitySubquery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinalitySubquery(PostgreSQL.13).sql
index f25352364b2e..260158c58eb4 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinalitySubquery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinalitySubquery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypes(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypes(PostgreSQL.13).sql
index 7ae51c07794f..0b332a886ea7 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypes(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypes(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -23,7 +23,7 @@ VALUES
(4008,1008,'2001-01-11 01:11:21.100'::timestamp,True,'233bf399-9710-4e79-873d-2ec7bf1e0008'::uuid,NULL,8,NULL),
(4009,1009,'2001-01-11 01:11:21.100'::timestamp,True,'233bf399-9710-4e79-873d-2ec7bf1e0009'::uuid,NULL,9,NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" p
@@ -32,7 +32,7 @@ WHERE
INSERT BULK "LinqDataTypes"(ID, MoneyValue, DateTimeValue, BoolValue, GuidValue, BinaryValue, SmallIntValue, StringValue)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" p
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypesAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypesAsync(PostgreSQL.13).sql
index 2fa1fe188792..f0319f7bd385 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypesAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypesAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -23,7 +23,7 @@ VALUES
(4008,1008,'2001-01-11 01:11:21.100'::timestamp,True,'233bf399-9710-4e79-873d-2ec7bf1e0008'::uuid,NULL,8,NULL),
(4009,1009,'2001-01-11 01:11:21.100'::timestamp,True,'233bf399-9710-4e79-873d-2ec7bf1e0009'::uuid,NULL,9,NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" p
@@ -32,7 +32,7 @@ WHERE
INSERT ASYNC BULK "LinqDataTypes"(ID, MoneyValue, DateTimeValue, BoolValue, GuidValue, BinaryValue, SmallIntValue, StringValue)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" p
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,Default,False).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,Default,False).sql
index 584530f47534..5955f3ad8565 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,Default,False).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,Default,False).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Max("ID") FROM "SequenceTest1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -28,7 +28,7 @@ VALUES
(9,'SeqValue9'),
(10,'SeqValue10')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -47,7 +47,7 @@ VALUES
(19,'SeqValue19'),
(20,'SeqValue20')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -66,7 +66,7 @@ VALUES
(29,'SeqValue29'),
(30,'SeqValue30')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -85,7 +85,7 @@ VALUES
(39,'SeqValue39'),
(40,'SeqValue40')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,Default,True).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,Default,True).sql
index aeb225509004..89210118f7d6 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,Default,True).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,Default,True).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT nextval('sequencetestseq') FROM generate_series(1, 40)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -28,7 +28,7 @@ VALUES
(9,'SeqValue9'),
(10,'SeqValue10')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -47,7 +47,7 @@ VALUES
(19,'SeqValue19'),
(20,'SeqValue20')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -66,7 +66,7 @@ VALUES
(29,'SeqValue29'),
(30,'SeqValue30')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -85,7 +85,7 @@ VALUES
(39,'SeqValue39'),
(40,'SeqValue40')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,MultipleRows,False).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,MultipleRows,False).sql
index 584530f47534..5955f3ad8565 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,MultipleRows,False).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,MultipleRows,False).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Max("ID") FROM "SequenceTest1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -28,7 +28,7 @@ VALUES
(9,'SeqValue9'),
(10,'SeqValue10')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -47,7 +47,7 @@ VALUES
(19,'SeqValue19'),
(20,'SeqValue20')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -66,7 +66,7 @@ VALUES
(29,'SeqValue29'),
(30,'SeqValue30')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -85,7 +85,7 @@ VALUES
(39,'SeqValue39'),
(40,'SeqValue40')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,MultipleRows,True).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,MultipleRows,True).sql
index aeb225509004..89210118f7d6 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,MultipleRows,True).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,MultipleRows,True).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT nextval('sequencetestseq') FROM generate_series(1, 40)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -28,7 +28,7 @@ VALUES
(9,'SeqValue9'),
(10,'SeqValue10')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -47,7 +47,7 @@ VALUES
(19,'SeqValue19'),
(20,'SeqValue20')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -66,7 +66,7 @@ VALUES
(29,'SeqValue29'),
(30,'SeqValue30')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -85,7 +85,7 @@ VALUES
(39,'SeqValue39'),
(40,'SeqValue40')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,ProviderSpecific,False).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,ProviderSpecific,False).sql
index d4c86a037aea..f55bc4761639 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,ProviderSpecific,False).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,ProviderSpecific,False).sql
@@ -1,17 +1,17 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Max("ID") FROM "SequenceTest1"
INSERT BULK "SequenceTest1"(ID, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,ProviderSpecific,True).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,ProviderSpecific,True).sql
index 941c5159b3aa..2fe32f6a3bd8 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,ProviderSpecific,True).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,ProviderSpecific,True).sql
@@ -1,17 +1,17 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT nextval('sequencetestseq') FROM generate_series(1, 40)
INSERT BULK "SequenceTest1"(ID, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,RowByRow,False).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,RowByRow,False).sql
index e85e19b5ebbd..e97c3df36f80 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,RowByRow,False).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,RowByRow,False).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Max("ID") FROM "SequenceTest1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue1'
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue2'
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue3'
@@ -54,7 +54,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue4'
@@ -69,7 +69,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue5'
@@ -84,7 +84,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue6'
@@ -99,7 +99,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue7'
@@ -114,7 +114,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue8'
@@ -129,7 +129,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue9'
@@ -144,7 +144,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue10'
@@ -159,7 +159,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue11'
@@ -174,7 +174,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue12'
@@ -189,7 +189,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue13'
@@ -204,7 +204,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue14'
@@ -219,7 +219,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue15'
@@ -234,7 +234,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue16'
@@ -249,7 +249,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue17'
@@ -264,7 +264,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue18'
@@ -279,7 +279,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue19'
@@ -294,7 +294,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue20'
@@ -309,7 +309,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue21'
@@ -324,7 +324,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue22'
@@ -339,7 +339,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue23'
@@ -354,7 +354,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue24'
@@ -369,7 +369,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue25'
@@ -384,7 +384,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue26'
@@ -399,7 +399,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue27'
@@ -414,7 +414,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue28'
@@ -429,7 +429,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue29'
@@ -444,7 +444,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue30'
@@ -459,7 +459,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue31'
@@ -474,7 +474,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue32'
@@ -489,7 +489,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue33'
@@ -504,7 +504,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue34'
@@ -519,7 +519,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue35'
@@ -534,7 +534,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue36'
@@ -549,7 +549,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue37'
@@ -564,7 +564,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue38'
@@ -579,7 +579,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue39'
@@ -594,7 +594,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue40'
@@ -609,7 +609,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,RowByRow,True).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,RowByRow,True).sql
index 8b1b99c90e94..732aee5b3519 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,RowByRow,True).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.13,RowByRow,True).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT nextval('sequencetestseq') FROM generate_series(1, 40)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue1'
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue2'
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue3'
@@ -54,7 +54,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue4'
@@ -69,7 +69,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue5'
@@ -84,7 +84,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue6'
@@ -99,7 +99,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue7'
@@ -114,7 +114,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue8'
@@ -129,7 +129,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue9'
@@ -144,7 +144,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue10'
@@ -159,7 +159,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue11'
@@ -174,7 +174,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue12'
@@ -189,7 +189,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue13'
@@ -204,7 +204,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue14'
@@ -219,7 +219,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue15'
@@ -234,7 +234,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue16'
@@ -249,7 +249,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue17'
@@ -264,7 +264,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue18'
@@ -279,7 +279,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue19'
@@ -294,7 +294,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue20'
@@ -309,7 +309,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue21'
@@ -324,7 +324,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue22'
@@ -339,7 +339,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue23'
@@ -354,7 +354,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue24'
@@ -369,7 +369,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue25'
@@ -384,7 +384,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue26'
@@ -399,7 +399,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue27'
@@ -414,7 +414,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue28'
@@ -429,7 +429,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue29'
@@ -444,7 +444,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue30'
@@ -459,7 +459,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue31'
@@ -474,7 +474,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue32'
@@ -489,7 +489,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue33'
@@ -504,7 +504,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue34'
@@ -519,7 +519,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue35'
@@ -534,7 +534,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue36'
@@ -549,7 +549,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue37'
@@ -564,7 +564,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue38'
@@ -579,7 +579,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue39'
@@ -594,7 +594,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue40'
@@ -609,7 +609,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithRollback,PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithRollback,PostgreSQL.13).sql
index ca96d4953ce7..49d93d673e47 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithRollback,PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithRollback,PostgreSQL.13).sql
@@ -1,6 +1,6 @@
INSERT BULK "AllTypes"(bigintDataType, numericDataType, smallintDataType, intDataType, moneyDataType, doubleDataType, realDataType, timestampDataType, timestampTZDataType, dateDataType, timeDataType, timeTZDataType, intervalDataType, intervalDataType2, charDataType, char20DataType, varcharDataType, textDataType, binaryDataType, uuidDataType, bitDataType, booleanDataType, colorDataType, xmlDataType, varBitDataType, pointDataType, lsegDataType, boxDataType, pathDataType, polygonDataType, circleDataType, lineDataType, inetDataType, cidrDataType, macaddrDataType, macaddr8DataType, jsonDataType, jsonbDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -51,7 +51,7 @@ ORDER BY
LIMIT :take
RollbackTransaction
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithTransaction,PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithTransaction,PostgreSQL.13).sql
index 2c3dc97cd7d7..f18808a9231a 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithTransaction,PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithTransaction,PostgreSQL.13).sql
@@ -1,6 +1,6 @@
INSERT BULK "AllTypes"(bigintDataType, numericDataType, smallintDataType, intDataType, moneyDataType, doubleDataType, realDataType, timestampDataType, timestampTZDataType, dateDataType, timeDataType, timeTZDataType, intervalDataType, intervalDataType2, charDataType, char20DataType, varcharDataType, textDataType, binaryDataType, uuidDataType, bitDataType, booleanDataType, colorDataType, xmlDataType, varBitDataType, pointDataType, lsegDataType, boxDataType, pathDataType, polygonDataType, circleDataType, lineDataType, inetDataType, cidrDataType, macaddrDataType, macaddr8DataType, jsonDataType, jsonbDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithoutTransaction,PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithoutTransaction,PostgreSQL.13).sql
index 4d42897fecab..20e6e1704201 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithoutTransaction,PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithoutTransaction,PostgreSQL.13).sql
@@ -1,6 +1,6 @@
INSERT BULK "AllTypes"(bigintDataType, numericDataType, smallintDataType, intDataType, moneyDataType, doubleDataType, realDataType, timestampDataType, timestampTZDataType, dateDataType, timeDataType, timeTZDataType, intervalDataType, intervalDataType2, charDataType, char20DataType, varcharDataType, textDataType, binaryDataType, uuidDataType, bitDataType, booleanDataType, colorDataType, xmlDataType, varBitDataType, pointDataType, lsegDataType, boxDataType, pathDataType, polygonDataType, circleDataType, lineDataType, inetDataType, cidrDataType, macaddrDataType, macaddr8DataType, jsonDataType, jsonbDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -50,7 +50,7 @@ ORDER BY
t1."ID" DESC
LIMIT :take
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"AllTypes" t1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithRollback,PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithRollback,PostgreSQL.13).sql
index acab67a48c50..3a0f71c8275b 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithRollback,PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithRollback,PostgreSQL.13).sql
@@ -1,6 +1,6 @@
INSERT ASYNC BULK "AllTypes"(bigintDataType, numericDataType, smallintDataType, intDataType, moneyDataType, doubleDataType, realDataType, timestampDataType, timestampTZDataType, dateDataType, timeDataType, timeTZDataType, intervalDataType, intervalDataType2, charDataType, char20DataType, varcharDataType, textDataType, binaryDataType, uuidDataType, bitDataType, booleanDataType, colorDataType, xmlDataType, varBitDataType, pointDataType, lsegDataType, boxDataType, pathDataType, polygonDataType, circleDataType, lineDataType, inetDataType, cidrDataType, macaddrDataType, macaddr8DataType, jsonDataType, jsonbDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -51,7 +51,7 @@ ORDER BY
LIMIT :take
RollbackTransaction
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithTransaction,PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithTransaction,PostgreSQL.13).sql
index e445533a3cfb..2b3e78c5d460 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithTransaction,PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithTransaction,PostgreSQL.13).sql
@@ -1,6 +1,6 @@
INSERT ASYNC BULK "AllTypes"(bigintDataType, numericDataType, smallintDataType, intDataType, moneyDataType, doubleDataType, realDataType, timestampDataType, timestampTZDataType, dateDataType, timeDataType, timeTZDataType, intervalDataType, intervalDataType2, charDataType, char20DataType, varcharDataType, textDataType, binaryDataType, uuidDataType, bitDataType, booleanDataType, colorDataType, xmlDataType, varBitDataType, pointDataType, lsegDataType, boxDataType, pathDataType, polygonDataType, circleDataType, lineDataType, inetDataType, cidrDataType, macaddrDataType, macaddr8DataType, jsonDataType, jsonbDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithoutTransaction,PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithoutTransaction,PostgreSQL.13).sql
index 727720d9e741..4025a6827584 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithoutTransaction,PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithoutTransaction,PostgreSQL.13).sql
@@ -1,6 +1,6 @@
INSERT ASYNC BULK "AllTypes"(bigintDataType, numericDataType, smallintDataType, intDataType, moneyDataType, doubleDataType, realDataType, timestampDataType, timestampTZDataType, dateDataType, timeDataType, timeTZDataType, intervalDataType, intervalDataType2, charDataType, char20DataType, varcharDataType, textDataType, binaryDataType, uuidDataType, bitDataType, booleanDataType, colorDataType, xmlDataType, varBitDataType, pointDataType, lsegDataType, boxDataType, pathDataType, polygonDataType, circleDataType, lineDataType, inetDataType, cidrDataType, macaddrDataType, macaddr8DataType, jsonDataType, jsonbDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -50,7 +50,7 @@ ORDER BY
t1."ID" DESC
LIMIT :take
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"AllTypes" t1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.CreateTableTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.CreateTableTest(PostgreSQL.13).sql
index 3c012bb0371e..e13018c104bf 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.CreateTableTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.CreateTableTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @TimeOffset TimestampTz -- DateTime
SET @TimeOffset = '2017-06-17T19:40:33.0000000+00:00'
DECLARE @Guid Uuid -- Guid
@@ -15,7 +15,7 @@ VALUES
:Guid
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Guid Uuid -- Guid
SET @Guid = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.DataTypeBinaryMappingTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.DataTypeBinaryMappingTest(PostgreSQL.13).sql
index bc2e3c37f289..fc5fe8d78e3e 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.DataTypeBinaryMappingTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.DataTypeBinaryMappingTest(PostgreSQL.13).sql
@@ -1,6 +1,6 @@
INSERT BULK "DataTypeBinaryMapping"(Binary)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Binary"
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue140(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue140(PostgreSQL.13).sql
index ad60358104d3..278f639dc827 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue140(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue140(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
select 1 as cdni_cd_cod_numero_item1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1429_Interval(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1429_Interval(PostgreSQL.13).sql
index 2de8deb9facf..9bd9e437ba70 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1429_Interval(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1429_Interval(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ID")
FROM
"AllTypes" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @timeDataType Interval -- Object
SET @timeDataType = 00:01:00
DECLARE @value Interval -- Object
@@ -24,7 +24,7 @@ VALUES
:timeDataType
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Interval -- Object
SET @value = NpgsqlTypes.NpgsqlInterval
DECLARE @intervalDataType2 Interval -- Object
@@ -41,7 +41,7 @@ VALUES
:intervalDataType2
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @timeDataType Interval -- Object
SET @timeDataType = 3.00:00:00
@@ -54,7 +54,7 @@ VALUES
:timeDataType
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @maxId Integer -- Int32
SET @maxId = 2
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date, ).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date, ).sql
index 75443de7d2c1..306b5510b05e 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date, ).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date, date).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date, date).sql
index 75443de7d2c1..306b5510b05e 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date, date).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date, date).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, ).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, ).sql
index 75443de7d2c1..306b5510b05e 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, ).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, date).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, date).sql
index 75443de7d2c1..306b5510b05e 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, date).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, date).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date, ).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date, ).sql
index 75443de7d2c1..306b5510b05e 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date, ).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date, date).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date, date).sql
index 75443de7d2c1..306b5510b05e 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date, date).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date, date).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date,null).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date,null).sql
index 89ee7a6b467b..f10cc76ef1bd 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date,null).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date,timestamp).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date,timestamp).sql
index 303f22c72c3d..ac095ad66ce6 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date,timestamp).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Date,timestamp).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,null).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,null).sql
index 303f22c72c3d..ac095ad66ce6 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,null).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,timestamp).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,timestamp).sql
index 303f22c72c3d..ac095ad66ce6 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,timestamp).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,timestamp).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,null).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,null).sql
index 89ee7a6b467b..f10cc76ef1bd 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,null).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,timestamp).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,timestamp).sql
index 303f22c72c3d..ac095ad66ce6 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,timestamp).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,timestamp).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,null).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,null).sql
index 303f22c72c3d..ac095ad66ce6 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,null).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,timestamp).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,timestamp).sql
index 303f22c72c3d..ac095ad66ce6 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,timestamp).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,timestamp).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date,null).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date,null).sql
index 89ee7a6b467b..f10cc76ef1bd 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date,null).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date,timestamp).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date,timestamp).sql
index 303f22c72c3d..ac095ad66ce6 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date,timestamp).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Date,timestamp).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,null).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,null).sql
index 303f22c72c3d..ac095ad66ce6 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,null).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,timestamp).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,timestamp).sql
index 303f22c72c3d..ac095ad66ce6 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,timestamp).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,timestamp).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, ).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, ).sql
index 1175ccfbf2bb..ddf8c58cfd60 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, ).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, timestamptz).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, timestamptz).sql
index 1175ccfbf2bb..ddf8c58cfd60 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, timestamptz).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, timestamptz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Undefined, timestamptz).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Undefined, timestamptz).sql
index 1175ccfbf2bb..ddf8c58cfd60 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Undefined, timestamptz).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Local,Undefined, timestamptz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, ).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, ).sql
index 1175ccfbf2bb..ddf8c58cfd60 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, ).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, timestamptz).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, timestamptz).sql
index 1175ccfbf2bb..ddf8c58cfd60 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, timestamptz).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, timestamptz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined, timestamptz).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined, timestamptz).sql
index 1175ccfbf2bb..ddf8c58cfd60 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined, timestamptz).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined, timestamptz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, ).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, ).sql
index 1175ccfbf2bb..ddf8c58cfd60 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, ).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, timestamptz).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, timestamptz).sql
index 1175ccfbf2bb..ddf8c58cfd60 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, timestamptz).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, timestamptz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined, timestamptz).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined, timestamptz).sql
index 1175ccfbf2bb..ddf8c58cfd60 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined, timestamptz).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.13,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined, timestamptz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue3352Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue3352Test(PostgreSQL.13).sql
index 68b79eb01cd7..525aa9460718 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue3352Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue3352Test(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test1(PostgreSQL.13).sql
index d5c0870f2f44..c917c442b045 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id"
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test2(PostgreSQL.13).sql
index d5c0870f2f44..c917c442b045 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id"
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4487Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4487Test(PostgreSQL.13).sql
index dd13ecd9e4a9..48860be9846e 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4487Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4487Test(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TYPE IF EXISTS "item_type_enum";
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TYPE "item_type_enum" AS ENUM (
'type1',
@@ -10,7 +10,7 @@ CREATE TYPE "item_type_enum" AS ENUM (
'type3'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Enum -- Object
@@ -27,11 +27,11 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
insert into "Issue4487Table"("Id", "Values") values (2, '{type3,type2}')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Values Unknown -- Object
@@ -48,7 +48,7 @@ VALUES
:Values
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -59,7 +59,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TYPE IF EXISTS "item_type_enum";
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,Default).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,Default).sql
index 78da407eb14c..ecaef57bfebe 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,Default).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Interval -- Object
SET @:p1 = P-4DT-6H-5M-4S-876s-876600n
@@ -9,7 +9,7 @@ INSERT INTO "Issue4672Table"
VALUES
(:p1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,MultipleRows).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,MultipleRows).sql
index 78da407eb14c..ecaef57bfebe 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Interval -- Object
SET @:p1 = P-4DT-6H-5M-4S-876s-876600n
@@ -9,7 +9,7 @@ INSERT INTO "Issue4672Table"
VALUES
(:p1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,ProviderSpecific).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,ProviderSpecific).sql
index 7dbf584a61af..3690a8f572e8 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "Issue4672Table"(Interval)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,RowByRow).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,RowByRow).sql
index 0cf769e758f6..33f9a4ce5757 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,RowByRow).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,False,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Interval Interval -- Object
SET @Interval = P-4DT-6H-5M-4S-876s-876600n
@@ -11,7 +11,7 @@ VALUES
:Interval
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,Default).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,Default).sql
index 78da407eb14c..ecaef57bfebe 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,Default).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Interval -- Object
SET @:p1 = P-4DT-6H-5M-4S-876s-876600n
@@ -9,7 +9,7 @@ INSERT INTO "Issue4672Table"
VALUES
(:p1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,MultipleRows).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,MultipleRows).sql
index 78da407eb14c..ecaef57bfebe 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Interval -- Object
SET @:p1 = P-4DT-6H-5M-4S-876s-876600n
@@ -9,7 +9,7 @@ INSERT INTO "Issue4672Table"
VALUES
(:p1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,ProviderSpecific).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,ProviderSpecific).sql
index 7dbf584a61af..3690a8f572e8 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "Issue4672Table"(Interval)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,RowByRow).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,RowByRow).sql
index 0cf769e758f6..33f9a4ce5757 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,RowByRow).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.13,True,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Interval Interval -- Object
SET @Interval = P-4DT-6H-5M-4S-876s-876600n
@@ -11,7 +11,7 @@ VALUES
:Interval
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDataType(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDataType(PostgreSQL.13).sql
index 1faaaa0c128b..413bb3c05201 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDataType(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDataType(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Text"::jsonb = r."Json"::jsonb OR r."Text" IS NULL AND r."Json" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,14 +16,14 @@ FROM
WHERE
r."Text"::jsonb = r."Jsonb" OR r."Text" IS NULL AND r."Jsonb" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"JsonComparisonTable1" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -32,14 +32,14 @@ FROM
WHERE
r."Json"::jsonb = r."Jsonb" OR r."Json" IS NULL AND r."Jsonb" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"JsonComparisonTable1" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -48,7 +48,7 @@ FROM
WHERE
r."Json"::jsonb = r."Text"::jsonb OR r."Json" IS NULL AND r."Text" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -57,7 +57,7 @@ FROM
WHERE
r."Jsonb" = r."Text"::jsonb OR r."Jsonb" IS NULL AND r."Text" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDbType(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDbType(PostgreSQL.13).sql
index 3b75c52f3b0b..23244ed29548 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDbType(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDbType(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Text"::jsonb = r."Json"::jsonb OR r."Text" IS NULL AND r."Json" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,14 +16,14 @@ FROM
WHERE
r."Text"::jsonb = r."Jsonb" OR r."Text" IS NULL AND r."Jsonb" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"JsonComparisonTable2" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -32,14 +32,14 @@ FROM
WHERE
r."Json"::jsonb = r."Jsonb" OR r."Json" IS NULL AND r."Jsonb" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"JsonComparisonTable2" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -48,7 +48,7 @@ FROM
WHERE
r."Json"::jsonb = r."Text"::jsonb OR r."Json" IS NULL AND r."Text" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -57,7 +57,7 @@ FROM
WHERE
r."Jsonb" = r."Text"::jsonb OR r."Jsonb" IS NULL AND r."Text" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest1(PostgreSQL.13).sql
index b2a88ac69e29..4223daa59ef9 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @categoryParam Integer -- Int32
SET @categoryParam = 1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest2(PostgreSQL.13).sql
index b2a88ac69e29..4223daa59ef9 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @categoryParam Integer -- Int32
SET @categoryParam = 1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest3(PostgreSQL.13).sql
index b2a88ac69e29..4223daa59ef9 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @categoryParam Integer -- Int32
SET @categoryParam = 1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest4(PostgreSQL.13).sql
index ff22b49f5e39..30ee2ceb6b3c 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest5(PostgreSQL.13).sql
index b2a88ac69e29..4223daa59ef9 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @categoryParam Integer -- Int32
SET @categoryParam = 1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest6(PostgreSQL.13).sql
index b2a88ac69e29..4223daa59ef9 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @categoryParam Integer -- Int32
SET @categoryParam = 1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.PartitionedTables(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.PartitionedTables(PostgreSQL.13).sql
index 68b79eb01cd7..525aa9460718 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.PartitionedTables(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.PartitionedTables(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert1(PostgreSQL.13).sql
index 0fd92b954b4c..44fda633bac2 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert1(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -20,7 +20,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -31,7 +31,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -40,7 +40,7 @@ DELETE FROM
WHERE
t1."ID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert2(PostgreSQL.13).sql
index e21beb0a6403..544d28d3ea19 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert2(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest2" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -18,7 +18,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -29,7 +29,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -38,7 +38,7 @@ DELETE FROM
WHERE
t1."ID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert3(PostgreSQL.13).sql
index abb23936418b..9e48cc87ccde 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert3(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest3" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -20,7 +20,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -31,7 +31,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -40,7 +40,7 @@ DELETE FROM
WHERE
t1."ID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity1(PostgreSQL.13).sql
index 406835dd7959..ba8a8f4f4eba 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity1(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -22,7 +22,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -33,7 +33,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
@@ -42,7 +42,7 @@ DELETE FROM
WHERE
t1."ID" = :id1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity2(PostgreSQL.13).sql
index 9a09e5d9c674..5428f11c3343 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity2(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest2" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -20,7 +20,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -31,7 +31,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 2
@@ -40,7 +40,7 @@ DELETE FROM
WHERE
t1."ID" = :id1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity3(PostgreSQL.13).sql
index eab7ec940750..14d256f74773 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity3(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest3" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -22,7 +22,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -33,7 +33,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
@@ -42,7 +42,7 @@ DELETE FROM
WHERE
t1."ID" = :id1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity4(PostgreSQL.13).sql
index 8ff89c8f817c..6a47bcc3aa3f 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity4(PostgreSQL.13).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
test_schema."TestSchemaIdentity" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_schema."TestSchemaIdentity"
(
@@ -16,7 +16,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
@@ -24,7 +24,7 @@ FROM
test_schema."TestSchemaIdentity" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
test_schema."TestSchemaIdentity" t1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity5(PostgreSQL.13).sql
index fb52b6e3a410..0ed524a2b2d4 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity5(PostgreSQL.13).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
test_schema.testserialidentity t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_schema.testserialidentity DEFAULT VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
@@ -17,7 +17,7 @@ FROM
test_schema.testserialidentity t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
test_schema.testserialidentity t1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity_CustomNaming(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity_CustomNaming(PostgreSQL.13).sql
index 997d4ca84b0a..1a487efe592d 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity_CustomNaming(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity_CustomNaming(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceCustomNamingTest" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -22,7 +22,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -33,7 +33,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
@@ -42,7 +42,7 @@ DELETE FROM
WHERE
t1."ID" = :id1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithUserDefinedSequenceNameAttribute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithUserDefinedSequenceNameAttribute(PostgreSQL.13).sql
index 5a379c073c91..370c2d06e320 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithUserDefinedSequenceNameAttribute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithUserDefinedSequenceNameAttribute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithoutSequenceNameAttribute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithoutSequenceNameAttribute(PostgreSQL.13).sql
index 4dcc04e1c72f..bbab1cf1cb70 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithoutSequenceNameAttribute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithoutSequenceNameAttribute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.13,False).sql
index d698a60312d6..079518f682c1 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value1 Numeric -- Decimal
@@ -19,7 +19,7 @@ VALUES
:Value2
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.13,True).sql
index 74c2c20747b9..216aeacf7862 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BigIntegerTable"
(
@@ -13,7 +13,7 @@ VALUES
-22345678901234567890123456789012345678901234567890
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBinary(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBinary(PostgreSQL.13).sql
index e46c1f54426f..7c997141780f 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBinary(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBinary(PostgreSQL.13).sql
@@ -1,56 +1,56 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT E'\060\071'::bytea
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(2) -- Binary
SET @p = E'\\x3039'::bytea
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(2) -- Binary
SET @p = E'\\x3039'::bytea
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(2) -- Binary
SET @p = E'\\x3039'::bytea
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bytea -- Binary
SET @p = NULL
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(0) -- Binary
SET @p = E'\\x'::bytea
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(0) -- Binary
SET @p = E'\\x'::bytea
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(2) -- Binary
SET @p = E'\\x3039'::bytea
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(2) -- Binary
SET @p = E'\\x3039'::bytea
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(2) -- Binary
SET @p = E'\\x3039'::bytea
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestChar(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestChar(PostgreSQL.13).sql
index 4ecd5f0ab642..19fa78c24897 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestChar(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestChar(PostgreSQL.13).sql
@@ -1,126 +1,126 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('1' as char)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('1' as char)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('1' as char(1))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('1' as char(1))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('1' as varchar)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('1' as varchar)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('1' as varchar(20))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('1' as varchar(20))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT Cast(:p as char)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT Cast(:p as char)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT Cast(:p as char(1))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT Cast(:p as char(1))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Varchar -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Varchar -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Varchar -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Varchar -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregate(PostgreSQL.13).sql
index 498d8408ec5b..6e28b275d4da 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregate(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
AVG(g_1."doubleDataType"),
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregateNotNullable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregateNotNullable(PostgreSQL.13).sql
index b21a5b57fd92..5554de0a3906 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregateNotNullable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregateNotNullable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
AVG(Coalesce(g_1."doubleDataType", 0)),
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDate(PostgreSQL.13).sql
index 0119f3c5d8e7..53d067028208 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDate(PostgreSQL.13).sql
@@ -1,18 +1,18 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('2012-12-12' as date)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('2012-12-12' as date)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2012-12-12'::date
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2012-12-12'::date
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDateTime(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDateTime(PostgreSQL.13).sql
index 1d5bb58833a4..2dfe549b565b 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDateTime(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDateTime(PostgreSQL.13).sql
@@ -1,24 +1,24 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('2012-12-12 12:12:12' as timestamp)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('2012-12-12 12:12:12' as timestamp)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2012-12-12 12:12:12'::timestamp
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2012-12-12 12:12:12'::timestamp
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2012-12-12 12:12:12'::timestamp
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum1(PostgreSQL.13).sql
index 6ff54850710b..23eb621876e8 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum1(PostgreSQL.13).sql
@@ -1,16 +1,16 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT 'A'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT 'A'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT 'B'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT 'B'
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum2(PostgreSQL.13).sql
index 45ded23c9793..1dccb869d450 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum2(PostgreSQL.13).sql
@@ -1,28 +1,28 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = 'A'
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = 'B'
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = 'A'
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = 'A'
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = 'A'
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,Default).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,Default).sql
index 45b6f545e8d0..d1dfddb9cd24 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,Default).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "ExtraBulkCopyTypesTable"
(
@@ -24,7 +24,7 @@ VALUES
(1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(2,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,MultipleRows).sql
index 45b6f545e8d0..d1dfddb9cd24 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "ExtraBulkCopyTypesTable"
(
@@ -24,7 +24,7 @@ VALUES
(1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(2,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,ProviderSpecific).sql
index 07bbec0f17f5..de1f0f33ea29 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "ExtraBulkCopyTypesTable"(Id, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, ByteT, SByteT, Int16T, UInt16T, Int32T, UInt32T, Int64T, UInt64T)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,RowByRow).sql
index c23e2a3930ac..721fef6c1d35 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Byte Smallint -- Int16
@@ -75,7 +75,7 @@ VALUES
:UInt64T
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Byte Smallint -- Int16
@@ -152,7 +152,7 @@ VALUES
:UInt64T
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,Default).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,Default).sql
index 45b6f545e8d0..d1dfddb9cd24 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,Default).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "ExtraBulkCopyTypesTable"
(
@@ -24,7 +24,7 @@ VALUES
(1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(2,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,MultipleRows).sql
index 45b6f545e8d0..d1dfddb9cd24 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "ExtraBulkCopyTypesTable"
(
@@ -24,7 +24,7 @@ VALUES
(1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(2,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,ProviderSpecific).sql
index a7f46c25d6a2..f18eb7a8d264 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT ASYNC BULK "ExtraBulkCopyTypesTable"(Id, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, ByteT, SByteT, Int16T, UInt16T, Int32T, UInt32T, Int64T, UInt64T)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,RowByRow).sql
index c23e2a3930ac..721fef6c1d35 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Byte Smallint -- Int16
@@ -75,7 +75,7 @@ VALUES
:UInt64T
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Byte Smallint -- Int16
@@ -152,7 +152,7 @@ VALUES
:UInt64T
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestGuid(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestGuid(PostgreSQL.13).sql
index f39494af3361..58f482f30df4 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestGuid(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestGuid(PostgreSQL.13).sql
@@ -1,18 +1,18 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('6F9619FF-8B86-D011-B42D-00C04FC964FF' as uuid)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('6F9619FF-8B86-D011-B42D-00C04FC964FF' as uuid)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Uuid -- Guid
SET @p = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Uuid -- Guid
SET @p = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,$test).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,$test).sql
index 21abe877c8c0..1fb1b83f7040 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,$test).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,$test).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,1test).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,1test).sql
index fc5c4ca886b6..d03190e58daf 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,1test).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,1test).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,Test).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,Test).sql
index 0b2aad446035..e1b8379a4646 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,Test).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,Test).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,te-st).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,te-st).sql
index 82bfa56f84f5..5d80cb5e63e8 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,te-st).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,te-st).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,te0x005Cst).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,te0x005Cst).sql
index b5eaeb5cb070..1e8c375aeaeb 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,te0x005Cst).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,te0x005Cst).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git "a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,\320\242\320\265\321\201\321\202).sql" "b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,\320\242\320\265\321\201\321\202).sql"
index 599015d40c87..ac38cf45e927 100644
--- "a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,\320\242\320\265\321\201\321\202).sql"
+++ "b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.13,\320\242\320\265\321\201\321\202).sql"
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,_test).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,_test).sql
index 2fbc279f0250..8c4c05c75ee5 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,_test).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,_test).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,test).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,test).sql
index 1bdf7b53cabc..c0883c2b85b6 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,test).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,test).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,x$).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,x$).sql
index 0b3d256c9408..dc20e46af001 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,x$).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,x$).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,x1).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,x1).sql
index 662b3e670c95..c10f2202d646 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,x1).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,x1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,x_).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,x_).sql
index 41b11ae162f9..ad18f02bbb73 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,x_).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,x_).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git "a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,\321\202\320\265\321\201\321\202).sql" "b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,\321\202\320\265\321\201\321\202).sql"
index 7dd365b93408..900c7daa641b 100644
--- "a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,\321\202\320\265\321\201\321\202).sql"
+++ "b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.13,\321\202\320\265\321\201\321\202).sql"
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.13,Local).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.13,Local).sql
index 70797f7b3e8a..9005e0740ae4 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.13,Local).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.13,Local).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
DECLARE @dt_1 TimestampTz -- DateTime
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.13,Unspecified).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.13,Unspecified).sql
index 70797f7b3e8a..9005e0740ae4 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.13,Unspecified).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.13,Unspecified).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
DECLARE @dt_1 TimestampTz -- DateTime
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.13,Utc).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.13,Utc).sql
index 70797f7b3e8a..9005e0740ae4 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.13,Utc).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.13,Utc).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
DECLARE @dt_1 TimestampTz -- DateTime
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Local,Default).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Local,Default).sql
index b08a24d94406..9a0f4afb0c99 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Local,Default).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Local,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestIssue3895BulkCopy"
(
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Local,MultipleRows).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Local,MultipleRows).sql
index b08a24d94406..9a0f4afb0c99 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Local,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Local,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestIssue3895BulkCopy"
(
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Local,RowByRow).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Local,RowByRow).sql
index 40435d3cfc9d..83339323ab80 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Local,RowByRow).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Local,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @timestampDataType Timestamp -- DateTime2
SET @timestampDataType = '2020-02-29 17:54:55.123'::timestamp
DECLARE @timestampTZDataType TimestampTz -- DateTime
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Unspecified,Default).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Unspecified,Default).sql
index b08a24d94406..9a0f4afb0c99 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Unspecified,Default).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Unspecified,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestIssue3895BulkCopy"
(
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Unspecified,MultipleRows).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Unspecified,MultipleRows).sql
index b08a24d94406..9a0f4afb0c99 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Unspecified,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Unspecified,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestIssue3895BulkCopy"
(
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Unspecified,RowByRow).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Unspecified,RowByRow).sql
index 40435d3cfc9d..83339323ab80 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Unspecified,RowByRow).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Unspecified,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @timestampDataType Timestamp -- DateTime2
SET @timestampDataType = '2020-02-29 17:54:55.123'::timestamp
DECLARE @timestampTZDataType TimestampTz -- DateTime
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Utc,Default).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Utc,Default).sql
index b08a24d94406..9a0f4afb0c99 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Utc,Default).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Utc,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestIssue3895BulkCopy"
(
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Utc,MultipleRows).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Utc,MultipleRows).sql
index b08a24d94406..9a0f4afb0c99 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Utc,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Utc,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestIssue3895BulkCopy"
(
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Utc,RowByRow).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Utc,RowByRow).sql
index 40435d3cfc9d..83339323ab80 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Utc,RowByRow).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.13,Utc,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @timestampDataType Timestamp -- DateTime2
SET @timestampDataType = '2020-02-29 17:54:55.123'::timestamp
DECLARE @timestampTZDataType TimestampTz -- DateTime
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJson(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJson(PostgreSQL.13).sql
index 78d420f428ca..07095e275fc4 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJson(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJson(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Json -- Object
SET @p = '{"name":"bob", "age":10}'
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJsonb(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJsonb(PostgreSQL.13).sql
index 974fc97547df..6dde8855ca12 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJsonb(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJsonb(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Jsonb -- Object
SET @p = '{"name":"bob","age":10}'
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParameters(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParameters(PostgreSQL.13).sql
index 0ceaeb38a064..c6984e8fad5f 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParameters(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParameters(PostgreSQL.13).sql
@@ -1,22 +1,22 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p1 Text(1) -- String
SET @p1 = '1'
SELECT :p1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p1 Integer -- Int32
SET @p1 = 2
DECLARE @p2 Integer -- Int32
@@ -24,7 +24,7 @@ SET @p2 = 3
SELECT :p1 + :p2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p2 Integer -- Int32
SET @p2 = 2
DECLARE @p1 Integer -- Int32
@@ -32,7 +32,7 @@ SET @p1 = 3
SELECT :p2 + :p1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParametersFunction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParametersFunction(PostgreSQL.13).sql
index 3a4cac5c2c77..a7124501e1a0 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParametersFunction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParametersFunction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"TestFunctionParameters"(1, 2)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestRecordTableFunction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestRecordTableFunction(PostgreSQL.13).sql
index d94dc2fe7d15..263edf7dc9a5 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestRecordTableFunction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestRecordTableFunction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarFunction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarFunction(PostgreSQL.13).sql
index 1c1890644b43..13495ead9e3f 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarFunction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarFunction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"TestScalarFunction"(123)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarTableFunction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarTableFunction(PostgreSQL.13).sql
index 73289fa5a2fd..556b77c6bfeb 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarTableFunction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarTableFunction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 4
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestSingleOutParameterFunction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestSingleOutParameterFunction(PostgreSQL.13).sql
index e482506569ae..7de0afc84fef 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestSingleOutParameterFunction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestSingleOutParameterFunction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"TestSingleOutParameterFunction"(1)
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestString(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestString(PostgreSQL.13).sql
index 806c88694d09..a94a6e610ac4 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestString(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestString(PostgreSQL.13).sql
@@ -1,76 +1,76 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('12345' as char(20))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast(NULL as char(20))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('12345' as varchar(20))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast(NULL as varchar(20))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast('12345' as text)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT Cast(NULL as text)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Varchar(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Char(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Varchar(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Varchar(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Varchar -- String
SET @p = NULL
SELECT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = '1'
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestTableFunction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestTableFunction(PostgreSQL.13).sql
index 8ae533456f59..0d59ccc9bb86 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestTableFunction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestTableFunction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -43,7 +43,7 @@ SELECT
FROM
"TestTableFunctionSchema"() t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -90,7 +90,7 @@ FROM
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestVoidFunction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestVoidFunction(PostgreSQL.13).sql
index e57836716e6d..1fc8dbac42d4 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestVoidFunction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestVoidFunction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
add_if_not_exists('test')
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestXml(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestXml(PostgreSQL.13).sql
index 0cabc1a8ba01..e061efe6775a 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestXml(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestXml(PostgreSQL.13).sql
@@ -1,40 +1,40 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT XMLPARSE (DOCUMENT'')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT XMLPARSE (DOCUMENT'')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT XMLPARSE (DOCUMENT'')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Xml
SET @p = ''
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Xml
SET @p = ''
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Xml
SET @p = ''
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Xml
SET @p = ''
SELECT @p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Xml
SET @p = ''
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UIntXXMappingTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UIntXXMappingTest(PostgreSQL.13).sql
index 4104858ce71a..61082651e159 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UIntXXMappingTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UIntXXMappingTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "UIntTable"
(
@@ -19,7 +19,7 @@ VALUES
18446744073709551615
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Field16",
@@ -31,12 +31,12 @@ SELECT
FROM
"UIntTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"UIntTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value16 Integer -- Int32
SET @value16 = 65535
DECLARE @value32 Bigint -- Int64
@@ -69,7 +69,7 @@ VALUES
:value64N
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Field16",
@@ -81,11 +81,11 @@ SELECT
FROM
"UIntTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -133,7 +133,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -149,7 +149,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -237,7 +237,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest(PostgreSQL.13).sql
index ca0c97fd6808..d5651ee20818 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
unnest(t."StringArray")
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest2(PostgreSQL.13).sql
index ca0c97fd6808..d5651ee20818 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
unnest(t."StringArray")
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.13,BinaryJson).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.13,BinaryJson).sql
index e0ba81f6cb77..c6961890a402 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.13,BinaryJson).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.13,BinaryJson).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
DECLARE @nullableValue Jsonb -- Object
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column" = 'null' AND r."ColumnNullable" = 'null'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
DECLARE @nullableValue Jsonb -- Object
@@ -65,12 +65,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -87,7 +87,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
DECLARE @nullableValue Jsonb -- Object
@@ -102,14 +102,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
DECLARE @nullableValue Jsonb -- Object
@@ -124,14 +124,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
DECLARE @nullableValue Jsonb -- Object
@@ -146,7 +146,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'true'
DECLARE @nullableValue Jsonb -- Object
@@ -161,7 +161,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -172,12 +172,12 @@ FROM
WHERE
r."Column" = 'true' AND r."ColumnNullable" = 'false'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -198,7 +198,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'true'
DECLARE @nullableValue Jsonb -- Object
@@ -213,12 +213,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -235,7 +235,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'true'
DECLARE @nullableValue Jsonb -- Object
@@ -250,14 +250,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'true'
DECLARE @nullableValue Jsonb -- Object
@@ -272,14 +272,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'true'
DECLARE @nullableValue Jsonb -- Object
@@ -294,7 +294,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '12'
DECLARE @nullableValue Jsonb -- Object
@@ -309,7 +309,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -320,12 +320,12 @@ FROM
WHERE
r."Column" = '12' AND r."ColumnNullable" = '-34'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -346,7 +346,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '12'
DECLARE @nullableValue Jsonb -- Object
@@ -361,12 +361,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -383,7 +383,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '12'
DECLARE @nullableValue Jsonb -- Object
@@ -398,14 +398,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '12'
DECLARE @nullableValue Jsonb -- Object
@@ -420,14 +420,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '12'
DECLARE @nullableValue Jsonb -- Object
@@ -442,7 +442,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '-12e34'
DECLARE @nullableValue Jsonb -- Object
@@ -457,7 +457,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -468,12 +468,12 @@ FROM
WHERE
r."Column" = '-12e34' AND r."ColumnNullable" = '34.12'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -494,7 +494,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '-12e34'
DECLARE @nullableValue Jsonb -- Object
@@ -509,12 +509,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -531,7 +531,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '-12e34'
DECLARE @nullableValue Jsonb -- Object
@@ -546,14 +546,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '-12e34'
DECLARE @nullableValue Jsonb -- Object
@@ -568,14 +568,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '-12e34'
DECLARE @nullableValue Jsonb -- Object
@@ -590,7 +590,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '"тест"'
DECLARE @nullableValue Jsonb -- Object
@@ -605,7 +605,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -616,12 +616,12 @@ FROM
WHERE
r."Column" = '"тест"' AND r."ColumnNullable" = '""'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -642,7 +642,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '"тест"'
DECLARE @nullableValue Jsonb -- Object
@@ -657,12 +657,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -679,7 +679,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '"тест"'
DECLARE @nullableValue Jsonb -- Object
@@ -694,14 +694,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '"тест"'
DECLARE @nullableValue Jsonb -- Object
@@ -716,14 +716,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '"тест"'
DECLARE @nullableValue Jsonb -- Object
@@ -738,7 +738,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
@@ -751,7 +751,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -762,12 +762,12 @@ FROM
WHERE
r."Column" = 'null' AND r."ColumnNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -788,7 +788,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
@@ -801,12 +801,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -823,7 +823,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
@@ -836,14 +836,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
@@ -856,14 +856,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
@@ -876,7 +876,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Jsonb -- Object
@@ -891,7 +891,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -902,12 +902,12 @@ FROM
WHERE
r."Column" = '[1, 2, 3]' AND r."ColumnNullable" = '[true, false]'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -928,7 +928,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Jsonb -- Object
@@ -943,12 +943,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -965,7 +965,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Jsonb -- Object
@@ -980,14 +980,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Jsonb -- Object
@@ -1002,14 +1002,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Jsonb -- Object
@@ -1024,7 +1024,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Jsonb -- Object
@@ -1039,7 +1039,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1051,12 +1051,12 @@ WHERE
r."Column" = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}' AND
r."ColumnNullable" = '{"4454": {"": true, "b": "тест", "w": [-1, false, "qqdfg q", true], "null": null}, "тест": 1}'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -1077,7 +1077,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Jsonb -- Object
@@ -1092,12 +1092,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -1114,7 +1114,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Jsonb -- Object
@@ -1129,14 +1129,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Jsonb -- Object
@@ -1151,14 +1151,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Jsonb -- Object
diff --git a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.13,Json).sql b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.13,Json).sql
index e120f1f50bf7..7b6d2bdb3409 100644
--- a/PostgreSQL.13/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.13,Json).sql
+++ b/PostgreSQL.13/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.13,Json).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
DECLARE @nullableValue Json -- Object
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column"::jsonb = 'null'::jsonb AND r."ColumnNullable"::jsonb = 'null'::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
DECLARE @nullableValue Json -- Object
@@ -65,12 +65,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -87,7 +87,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
DECLARE @nullableValue Json -- Object
@@ -102,14 +102,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
DECLARE @nullableValue Json -- Object
@@ -124,14 +124,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
DECLARE @nullableValue Json -- Object
@@ -146,7 +146,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'true'
DECLARE @nullableValue Json -- Object
@@ -161,7 +161,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -172,12 +172,12 @@ FROM
WHERE
r."Column"::jsonb = 'true'::jsonb AND r."ColumnNullable"::jsonb = 'false'::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -198,7 +198,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'true'
DECLARE @nullableValue Json -- Object
@@ -213,12 +213,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -235,7 +235,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'true'
DECLARE @nullableValue Json -- Object
@@ -250,14 +250,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'true'
DECLARE @nullableValue Json -- Object
@@ -272,14 +272,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'true'
DECLARE @nullableValue Json -- Object
@@ -294,7 +294,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '12'
DECLARE @nullableValue Json -- Object
@@ -309,7 +309,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -320,12 +320,12 @@ FROM
WHERE
r."Column"::jsonb = '12'::jsonb AND r."ColumnNullable"::jsonb = '-34'::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -346,7 +346,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '12'
DECLARE @nullableValue Json -- Object
@@ -361,12 +361,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -383,7 +383,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '12'
DECLARE @nullableValue Json -- Object
@@ -398,14 +398,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '12'
DECLARE @nullableValue Json -- Object
@@ -420,14 +420,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '12'
DECLARE @nullableValue Json -- Object
@@ -442,7 +442,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '-12e34'
DECLARE @nullableValue Json -- Object
@@ -457,7 +457,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -468,12 +468,12 @@ FROM
WHERE
r."Column"::jsonb = '-12e34'::jsonb AND r."ColumnNullable"::jsonb = '34.12'::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -494,7 +494,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '-12e34'
DECLARE @nullableValue Json -- Object
@@ -509,12 +509,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -531,7 +531,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '-12e34'
DECLARE @nullableValue Json -- Object
@@ -546,14 +546,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '-12e34'
DECLARE @nullableValue Json -- Object
@@ -568,14 +568,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '-12e34'
DECLARE @nullableValue Json -- Object
@@ -590,7 +590,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '"тест"'
DECLARE @nullableValue Json -- Object
@@ -605,7 +605,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -616,12 +616,12 @@ FROM
WHERE
r."Column"::jsonb = '"тест"'::jsonb AND r."ColumnNullable"::jsonb = '""'::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -642,7 +642,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '"тест"'
DECLARE @nullableValue Json -- Object
@@ -657,12 +657,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -679,7 +679,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '"тест"'
DECLARE @nullableValue Json -- Object
@@ -694,14 +694,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '"тест"'
DECLARE @nullableValue Json -- Object
@@ -716,14 +716,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '"тест"'
DECLARE @nullableValue Json -- Object
@@ -738,7 +738,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
@@ -751,7 +751,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -762,12 +762,12 @@ FROM
WHERE
r."Column"::jsonb = 'null'::jsonb AND r."ColumnNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -788,7 +788,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
@@ -801,12 +801,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -823,7 +823,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
@@ -836,14 +836,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
@@ -856,14 +856,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
@@ -876,7 +876,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Json -- Object
@@ -891,7 +891,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -902,12 +902,12 @@ FROM
WHERE
r."Column"::jsonb = '[1, 2, 3]'::jsonb AND r."ColumnNullable"::jsonb = '[true, false]'::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -928,7 +928,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Json -- Object
@@ -943,12 +943,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -965,7 +965,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Json -- Object
@@ -980,14 +980,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Json -- Object
@@ -1002,14 +1002,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Json -- Object
@@ -1024,7 +1024,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Json -- Object
@@ -1039,7 +1039,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1051,12 +1051,12 @@ WHERE
r."Column"::jsonb = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'::jsonb AND
r."ColumnNullable"::jsonb = '{"4454": {"": true, "b": "тест", "w": [-1, false, "qqdfg q", true], "null": null}, "тест": 1}'::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -1077,7 +1077,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Json -- Object
@@ -1092,12 +1092,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -1114,7 +1114,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Json -- Object
@@ -1129,14 +1129,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Json -- Object
@@ -1151,14 +1151,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Json -- Object
diff --git a/PostgreSQL.13/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.CalledWithCorrectNames(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.CalledWithCorrectNames(PostgreSQL.13).sql
index fb8c7c0158f9..47e447e66e79 100644
--- a/PostgreSQL.13/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.CalledWithCorrectNames(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.CalledWithCorrectNames(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @search Text(5) -- String
SET @search = 'test%'
DECLARE @search_1 Text(4) -- String
diff --git a/PostgreSQL.13/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.ExecutesDeterministically(PostgreSQL.13).sql b/PostgreSQL.13/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.ExecutesDeterministically(PostgreSQL.13).sql
index 04bc36b44022..e65d0bbe2738 100644
--- a/PostgreSQL.13/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.ExecutesDeterministically(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.ExecutesDeterministically(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @search Text(5) -- String
SET @search = 'test%'
DECLARE @search_1 Text(4) -- String
@@ -29,7 +29,7 @@ FROM
WHERE
row1_2."Field1" LIKE :search_2 ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @search Text(5) -- String
SET @search = 'test%'
DECLARE @search_1 Text(4) -- String
diff --git a/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableAverage(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableAverage(PostgreSQL.13).sql
index 5eee3b6b2f0c..c11a8e444fe8 100644
--- a/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableAverage(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableAverage(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
AVG(t1."ParentID")
diff --git a/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax1(PostgreSQL.13).sql
index 24a591cf1658..ab7a389bc76f 100644
--- a/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ParentID")
diff --git a/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax2(PostgreSQL.13).sql
index 8dbd62cac5d7..b69b1b09d175 100644
--- a/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin1(PostgreSQL.13).sql
index 855651da1faa..264bc1865155 100644
--- a/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MIN(t1."ParentID")
diff --git a/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin2(PostgreSQL.13).sql
index 6c94cee8c295..9d03e1417e37 100644
--- a/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.First(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.First(PostgreSQL.13).sql
index 95d66d2cac65..da30b2903c84 100644
--- a/PostgreSQL.13/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.First(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.First(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.Single(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.Single(PostgreSQL.13).sql
index 4cce26d68764..89f3126adf2e 100644
--- a/PostgreSQL.13/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.Single(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.Single(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Exceptions/InheritanceTests/Tests.Exceptions.InheritanceTests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Exceptions/InheritanceTests/Tests.Exceptions.InheritanceTests.Test1(PostgreSQL.13).sql
index d7ac61b61679..dde0557b0bfd 100644
--- a/PostgreSQL.13/Tests/Exceptions/InheritanceTests/Tests.Exceptions.InheritanceTests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Exceptions/InheritanceTests/Tests.Exceptions.InheritanceTests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.Issue498Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.Issue498Test(PostgreSQL.13).sql
index 7309deea54fe..a039bf00a9ee 100644
--- a/PostgreSQL.13/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.Issue498Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.Issue498Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID"
@@ -6,7 +6,7 @@ FROM
"Parent" x
INNER JOIN "Child" y ON x."ParentID" = y."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.13/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin1(PostgreSQL.13).sql
index ef8d7e61b10d..3e07c6e35a52 100644
--- a/PostgreSQL.13/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c1."ChildID",
diff --git a/PostgreSQL.13/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin2(PostgreSQL.13).sql
index 0e6fc12e0332..5f2109008c81 100644
--- a/PostgreSQL.13/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID",
diff --git a/PostgreSQL.13/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.DatabaseSpecificTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.DatabaseSpecificTest(PostgreSQL.13).sql
index 288fd0c6fdd8..064095d63036 100644
--- a/PostgreSQL.13/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.DatabaseSpecificTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.DatabaseSpecificTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT /* qb */
t."PersonID",
diff --git a/PostgreSQL.13/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.PostgreSQLTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.PostgreSQLTest(PostgreSQL.13).sql
index 6f944fef2d76..4259fcda8f22 100644
--- a/PostgreSQL.13/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.PostgreSQLTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.PostgreSQLTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR KEY SHARE).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR KEY SHARE).sql
index e8056093f9e2..998c486cea9f 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR KEY SHARE).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR KEY SHARE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR NO KEY UPDATE).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR NO KEY UPDATE).sql
index f809fc42213f..05316923f438 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR NO KEY UPDATE).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR NO KEY UPDATE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR SHARE).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR SHARE).sql
index 1fdca53d9329..233ab7e05d64 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR SHARE).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR SHARE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR UPDATE).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR UPDATE).sql
index bee41e41580e..75d35e9780a2 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR UPDATE).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.13,FOR UPDATE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.Issue4333Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.Issue4333Test(PostgreSQL.13).sql
index 7b6eb11f7b44..45e9360dafbc 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.Issue4333Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.Issue4333Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "Issue4333Table"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "Issue4333Table"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4333Table"
(
@@ -19,7 +19,7 @@ VALUES
('Bar'),
('Baz')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue4333Table"
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.PostgreSQLUnionTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.PostgreSQLUnionTest(PostgreSQL.13).sql
index ec0a6b397d96..9a066a94cb8c 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.PostgreSQLUnionTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.PostgreSQLUnionTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULL::Int,
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest(PostgreSQL.13).sql
index 8cc302287e23..62000ae68911 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest2(PostgreSQL.13).sql
index 3f46faf40dc1..f6e0f2ecae3a 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest(PostgreSQL.13).sql
index 07dab0a3c87a..acff0bac7927 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest2(PostgreSQL.13).sql
index 8b28481e99c3..42007e28d38c 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest(PostgreSQL.13).sql
index a5139e1fca98..b09f48181b91 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest2(PostgreSQL.13).sql
index b25e97ba09df..f74a8242fe9e 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest(PostgreSQL.13).sql
index 8548bd054555..fb120855d343 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest2(PostgreSQL.13).sql
index f62e1a45461a..e0412d717bae 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest(PostgreSQL.13).sql
index 9d03126ba8d2..c0e24ba6504b 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest2(PostgreSQL.13).sql
index d18f7e944a90..87708eab7c44 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest(PostgreSQL.13).sql
index 35111355859b..35704ce3a235 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest2(PostgreSQL.13).sql
index 1ba378748b85..ea2fbf77c3eb 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest(PostgreSQL.13).sql
index 075266515ab6..2ab9eaa90aed 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest2(PostgreSQL.13).sql
index 0a078ae1402f..8586ba5c65ee 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest(PostgreSQL.13).sql
index 43b8596968c8..74854df6a29e 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest2(PostgreSQL.13).sql
index 91191918f896..79100aa4f2cb 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest(PostgreSQL.13).sql
index 07dc97e361a1..c4988a65cb57 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest2(PostgreSQL.13).sql
index 69c8f8b7d8e3..a094b5d1fb9c 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest(PostgreSQL.13).sql
index b5c10f3a47da..79bb34c72b19 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest2(PostgreSQL.13).sql
index eb4cc3521a7c..a7b25b55a2c4 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest(PostgreSQL.13).sql
index 09e29e1fb929..8c3b02280712 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest2(PostgreSQL.13).sql
index 8cca4a157168..38c23ccfe713 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest(PostgreSQL.13).sql
index 6851ee971046..7fc222e95471 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest2(PostgreSQL.13).sql
index 87f894bcc2bd..d76fd6bac7b9 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR KEY SHARE).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR KEY SHARE).sql
index f1b297310627..6072bf50e21f 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR KEY SHARE).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR KEY SHARE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR NO KEY UPDATE).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR NO KEY UPDATE).sql
index 75f7783bf7ac..2f8793457813 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR NO KEY UPDATE).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR NO KEY UPDATE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR SHARE).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR SHARE).sql
index e8ab75001632..8f60ce78f1ab 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR SHARE).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR SHARE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR UPDATE).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR UPDATE).sql
index 7f37341a004a..0f604f743bc8 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR UPDATE).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.13,FOR UPDATE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest2(PostgreSQL.13).sql
index 85a1f61c1abf..40f6590c62d6 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT /* aa */
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest3(PostgreSQL.13).sql
index 4fbdd1d59540..5c800b3d382c 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest(PostgreSQL.13).sql
index f65f6eb42d92..9ee0356e2af5 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest2(PostgreSQL.13).sql
index 8cca4a157168..38c23ccfe713 100644
--- a/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/QueryExtensionTests/Tests.Extensions.QueryExtensionTests.DatabaseSpecificTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/QueryExtensionTests/Tests.Extensions.QueryExtensionTests.DatabaseSpecificTest(PostgreSQL.13).sql
index f843812e94f4..00f354ed57d0 100644
--- a/PostgreSQL.13/Tests/Extensions/QueryExtensionTests/Tests.Extensions.QueryExtensionTests.DatabaseSpecificTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/QueryExtensionTests/Tests.Extensions.QueryExtensionTests.DatabaseSpecificTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/QueryHintsTests/Tests.Extensions.QueryHintsTests.Comment(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/QueryHintsTests/Tests.Extensions.QueryHintsTests.Comment(PostgreSQL.13).sql
index c8f57e303e00..c8ace031d21b 100644
--- a/PostgreSQL.13/Tests/Extensions/QueryHintsTests/Tests.Extensions.QueryHintsTests.Comment(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/QueryHintsTests/Tests.Extensions.QueryHintsTests.Comment(PostgreSQL.13).sql
@@ -6,7 +6,7 @@ FROM
---
----
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -23,7 +23,7 @@ FROM
"Parent" p
---
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.FromTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.FromTest(PostgreSQL.13).sql
index e28f30cb8641..b640b170b298 100644
--- a/PostgreSQL.13/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.FromTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.FromTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.MainInlineTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.MainInlineTest(PostgreSQL.13).sql
index 2eb228b4797c..2941f9e74d05 100644
--- a/PostgreSQL.13/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.MainInlineTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.MainInlineTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT /* Main */
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.TableTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.TableTest(PostgreSQL.13).sql
index da2571c6ca06..63e890b85b50 100644
--- a/PostgreSQL.13/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.TableTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.TableTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT /* PARENT */
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Extensions/TableIDTests/Tests.Extensions.TableIDTests.TableTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Extensions/TableIDTests/Tests.Extensions.TableIDTests.TableTest(PostgreSQL.13).sql
index 46dc320c45fc..03cdabd2ec60 100644
--- a/PostgreSQL.13/Tests/Extensions/TableIDTests/Tests.Extensions.TableIDTests.TableTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Extensions/TableIDTests/Tests.Extensions.TableIDTests.TableTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
'*** p ***' || '4',
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All1(PostgreSQL.13).sql
index 3d23dabca86c..dafc31472fde 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All2(PostgreSQL.13).sql
index 33c6fb9300f2..d4be4856dac8 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All3(PostgreSQL.13).sql
index f433aad2fd7d..15692ca1a094 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4(PostgreSQL.13).sql
index 8de057c6eaf4..4e365d163d50 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NOT EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4Async(PostgreSQL.13).sql
index 8de057c6eaf4..4e365d163d50 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NOT EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All5(PostgreSQL.13).sql
index 81a6383b4810..1aea77ed8697 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any1(PostgreSQL.13).sql
index 3d7fcd33d5a4..5173b0b3f2d9 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any10(PostgreSQL.13).sql
index cde59d8c7993..b60e3e01ceed 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any11(PostgreSQL.13).sql
index 5a1fbef1a0c8..3fb6da2fd432 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any12(PostgreSQL.13).sql
index d88dd16d8639..facdc5cb551d 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any2(PostgreSQL.13).sql
index f8c3ce15b4ee..09c9b8ee1a47 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any3(PostgreSQL.13).sql
index 61fe81cb63fd..ef0926d2bd78 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any31(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any31(PostgreSQL.13).sql
index 3e21557f5b15..46f4bed158b0 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any31(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any31(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any32(PostgreSQL.13).sql
index 3e21557f5b15..46f4bed158b0 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any4(PostgreSQL.13).sql
index 69c0cf7a8306..4a1e92d93258 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any5(PostgreSQL.13).sql
index 566cfca744c0..373df045357f 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any6(PostgreSQL.13).sql
index 2444154fc6af..a45640b62505 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any7(PostgreSQL.13).sql
index b821d8d4ad3b..c7453768d53a 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any8(PostgreSQL.13).sql
index 83897af90c67..f229df95f6d0 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any9(PostgreSQL.13).sql
index 0d23c835dcfd..2b325e3c8abf 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Issue2156Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Issue2156Test(PostgreSQL.13).sql
index 0fdc19c0f872..661d8aeda2d8 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Issue2156Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Issue2156Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName_1",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.StackOverflowRegressionTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.StackOverflowRegressionTest(PostgreSQL.13).sql
index 7ad16f85e14d..df356b531ab4 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.StackOverflowRegressionTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.StackOverflowRegressionTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.SubQueryAllAny(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.SubQueryAllAny(PostgreSQL.13).sql
index cedd3ee8c61d..7de49a9cf9d9 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.SubQueryAllAny(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.SubQueryAllAny(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.TestIssue4261(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.TestIssue4261(PostgreSQL.13).sql
index 6fe04a86f261..5275f0a25083 100644
--- a/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.TestIssue4261(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.TestIssue4261(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.EmptySequenceTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.EmptySequenceTest(PostgreSQL.13).sql
index a283c335589b..4c7840ea14f9 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.EmptySequenceTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.EmptySequenceTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -23,7 +23,7 @@ FROM
d."ParentID"
) d_1 ON 1=1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732FirstValue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732FirstValue(PostgreSQL.13).sql
index 59de4d008308..50d8f01c2a54 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732FirstValue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732FirstValue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @group Integer -- Int32
SET @group = 7
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lag(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lag(PostgreSQL.13).sql
index 066350d7daf4..75f18be4ca70 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lag(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lag(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @group Integer -- Int32
SET @group = 7
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732LastValue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732LastValue(PostgreSQL.13).sql
index a068981dfcaa..136ee3da9f06 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732LastValue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732LastValue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @group Integer -- Int32
SET @group = 7
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lead(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lead(PostgreSQL.13).sql
index 599a0833cde4..b85f82879ae7 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lead(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lead(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @group Integer -- Int32
SET @group = 7
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test1(PostgreSQL.13).sql
index f7a471d47b4e..033b2fa23c68 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test2(PostgreSQL.13).sql
index effdc92765e6..d656cc164ff2 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test1(PostgreSQL.13).sql
index 6f6f86a2c281..419f5ef719ce 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test2(PostgreSQL.13).sql
index 22bfe61fad89..77ea992e39bd 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue3373Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue3373Test(PostgreSQL.13).sql
index 0537499066f9..e784562f9549 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue3373Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue3373Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(CASE
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagOverloads(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagOverloads(PostgreSQL.13).sql
index 9dfde3d539da..5b54650b8e0b 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagOverloads(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagOverloads(PostgreSQL.13).sql
@@ -1,25 +1,25 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
LEAD(p."ProcessName", 2) OVER(ORDER BY p."ProcessID")
FROM
"Issue1799Table3" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
LEAD(p."ProcessName") OVER(ORDER BY p."ProcessID")
FROM
"Issue1799Table3" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
LAG(p."ProcessName", 2) OVER(ORDER BY p."ProcessID")
FROM
"Issue1799Table3" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
LAG(p."ProcessName") OVER(ORDER BY p."ProcessID")
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagWithStringDefault(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagWithStringDefault(PostgreSQL.13).sql
index aa49d76147a2..29492d8625ec 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagWithStringDefault(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagWithStringDefault(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
LEAD(p."ProcessName", 1, 'None') OVER(ORDER BY p."ProcessID")
FROM
"Issue1799Table3" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
LAG(p."ProcessName", 1, 'None') OVER(ORDER BY p."ProcessID")
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.ManyFunctions(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.ManyFunctions(PostgreSQL.13).sql
index 349f8a892d4c..d732ffcf152b 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.ManyFunctions(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.ManyFunctions(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
RANK() OVER(PARTITION BY p."Value1", c_1."ChildID" ORDER BY p."Value1", c_1."ChildID", c_1."ParentID"),
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestFunctionsInSubquery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestFunctionsInSubquery(PostgreSQL.13).sql
index 076195939f71..ea4b277b91df 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestFunctionsInSubquery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestFunctionsInSubquery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
sq_1."Sum_1"
diff --git a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestSubqueryOptimization(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestSubqueryOptimization(PostgreSQL.13).sql
index 88918d490fa3..a4705e546d15 100644
--- a/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestSubqueryOptimization(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestSubqueryOptimization(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
sq."Rank",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionMethod(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionMethod(PostgreSQL.13).sql
index e73b95d86b33..3fd02870f10e 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionMethod(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionMethod(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_ChildPredicate"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNull(PostgreSQL.13).sql
index 2b62653cc9f3..d24c90eca22d 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_ChildInner"."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNullCount(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNullCount(PostgreSQL.13).sql
index 371033f69a7c..28d56339c107 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNullCount(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNullCount(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNull(PostgreSQL.13).sql
index f031cd506053..14f5ccddc6ec 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_ChildOuter"."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNullCount(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNullCount(PostgreSQL.13).sql
index 912326168bde..68c29d3b4fcf 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNullCount(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNullCount(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationInHierarchy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationInHierarchy(PostgreSQL.13).sql
index 3cd34f961763..e079b7ee08fc 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationInHierarchy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationInHierarchy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationSetterExpressionTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationSetterExpressionTest(PostgreSQL.13).sql
index 61a7e1da5a04..1c896a57aa0f 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationSetterExpressionTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationSetterExpressionTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ComplexQueryWithManyToMany(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ComplexQueryWithManyToMany(PostgreSQL.13).sql
index b8f40e5f1d6b..03cda8908859 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ComplexQueryWithManyToMany(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ComplexQueryWithManyToMany(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
DECLARE @id1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DistinctSelect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DistinctSelect(PostgreSQL.13).sql
index ad032c78ce80..dd0f990e7f72 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DistinctSelect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DistinctSelect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_2."ChildID"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DoubleJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DoubleJoin(PostgreSQL.13).sql
index 0b07ef8671a3..d57e306c8c6a 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DoubleJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DoubleJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest1(PostgreSQL.13).sql
index 91298f081a81..db4b90822d8a 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest11(PostgreSQL.13).sql
index 91298f081a81..db4b90822d8a 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest2(PostgreSQL.13).sql
index 0ecb6edbf301..a7fd97cf714f 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest21(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest21(PostgreSQL.13).sql
index 0ecb6edbf301..a7fd97cf714f 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest21(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest21(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest3(PostgreSQL.13).sql
index 6a3c1ccf23ba..cc790be4eabc 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest4(PostgreSQL.13).sql
index 0ecb6edbf301..a7fd97cf714f 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy1(PostgreSQL.13).sql
index 592fa0bd1e73..65a6bdff77c7 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2(PostgreSQL.13).sql
index 6365b2c153db..08862bc21e0b 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
INNER JOIN "Parent" "a_Parent1_1" ON d."ParentID" = "a_Parent1_1"."ParentID"
ON m_1."ParentID" = "a_Parent1_1"."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent1"."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2Async(PostgreSQL.13).sql
index 6365b2c153db..08862bc21e0b 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
INNER JOIN "Parent" "a_Parent1_1" ON d."ParentID" = "a_Parent1_1"."ParentID"
ON m_1."ParentID" = "a_Parent1_1"."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent1"."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy3(PostgreSQL.13).sql
index d82f0f7a03cf..74fbe391e894 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy4(PostgreSQL.13).sql
index f76c9026814d..6a3b46e468d2 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1096Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1096Test(PostgreSQL.13).sql
index 5dfdcf132d57..763a76d1ea6f 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1096Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1096Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Pk Integer -- Int32
SET @Pk = 1
DECLARE @Id Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:TargetName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @TaskId Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Actual
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
t."Pk",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue148Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue148Test(PostgreSQL.13).sql
index 6f460dc938f4..32c0ec67d1fa 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue148Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue148Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -28,7 +28,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -43,7 +43,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
n."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1614Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1614Test(PostgreSQL.13).sql
index 7a96dffd9fbe..986920ea4b58 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1614Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1614Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170SelectManyTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170SelectManyTest(PostgreSQL.13).sql
index 4a2df0270cbf..0b04b118d954 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170SelectManyTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170SelectManyTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170Test(PostgreSQL.13).sql
index 4ee82d06e503..9108beff1684 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test1(PostgreSQL.13).sql
index 4c0fffd24325..d92e3f4c0e8a 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test2(PostgreSQL.13).sql
index 71064d19583b..e8c320aaf667 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2933Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2933Test(PostgreSQL.13).sql
index 8dc16ac50c16..e1e6c4bdb954 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2933Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2933Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2966(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2966(PostgreSQL.13).sql
index aba47269122b..891c1a5251ff 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2966(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2966(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r_1."Diagnosis",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case1(PostgreSQL.13).sql
index 7f6745c7fae5..86d78df4d0d7 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case2(PostgreSQL.13).sql
index 92286df99f16..29c35217e536 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case3(PostgreSQL.13).sql
index 9508bae6cbc1..519ad4d0dd6d 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3809Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3809Test(PostgreSQL.13).sql
index 73f68bb0d97c..766cfbe03880 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3809Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3809Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -25,7 +25,7 @@ FROM
ORDER BY
d."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
a."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3822Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3822Test(PostgreSQL.13).sql
index 260c599dbec1..43c4e5a3a100 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3822Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3822Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3975Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3975Test(PostgreSQL.13).sql
index 57ebe050f0d9..a69c909cc676 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3975Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3975Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4274Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4274Test(PostgreSQL.13).sql
index a652f7418659..1e64b46a5abb 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4274Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4274Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
serv."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test1(PostgreSQL.13).sql
index 7467c060dde6..27d6a2fa7cc2 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Client1"."Name"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test2(PostgreSQL.13).sql
index d8589477b350..bbcbfd551b0e 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Client2"."Name"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin1(PostgreSQL.13).sql
index c7831641fea9..c8a26cbd3210 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin2(PostgreSQL.13).sql
index 0cf1b3490ae9..909101d4da29 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest1(PostgreSQL.13).sql
index 14996666a250..471fb0f9f0e8 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest2(PostgreSQL.13).sql
index 5cf04a3b625f..2dc4c62cc9c4 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
@@ -13,7 +13,7 @@ SELECT
FROM
"Parent" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck1(PostgreSQL.13).sql
index 69c0cf7a8306..4a1e92d93258 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck2(PostgreSQL.13).sql
index 582234dbcdbd..5190532800aa 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.MultipleUse(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.MultipleUse(PostgreSQL.13).sql
index ea2dfaf585fb..8f189e075c2d 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.MultipleUse(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.MultipleUse(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.NullAssociation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.NullAssociation(PostgreSQL.13).sql
index d522d0140821..a9341ae6c059 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.NullAssociation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.NullAssociation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_ParentTest"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelation(PostgreSQL.13).sql
index 601cbcee3d2f..3c6902685be7 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ID",
@@ -24,7 +24,7 @@ FROM
) m_1
INNER JOIN "Table4" d ON m_1."ID" = d."ID3" OR m_1."ID" IS NULL AND d."ID3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -46,7 +46,7 @@ WHERE
"a_Table3"."ID" = id."ID3" AND id."ID" = r."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.cond,
@@ -63,7 +63,7 @@ FROM
) m_1
INNER JOIN "Table4" d ON m_1.cond = d."ID3" OR m_1.cond IS NULL AND d."ID3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelationWithProjection(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelationWithProjection(PostgreSQL.13).sql
index 39391b958434..c9148b8d7f68 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelationWithProjection(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelationWithProjection(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Table2"."ID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Projection1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Projection1(PostgreSQL.13).sql
index 274c32233f11..ed036fa86093 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Projection1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Projection1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QuerableExtensionTest11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QuerableExtensionTest11(PostgreSQL.13).sql
index f654b7cfee51..ed2d3b6210e9 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QuerableExtensionTest11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QuerableExtensionTest11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_QueryableChildren"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest1(PostgreSQL.13).sql
index f654b7cfee51..ed2d3b6210e9 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_QueryableChildren"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest2(PostgreSQL.13).sql
index 374096281b70..296887da1d65 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_QueryableParent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest21(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest21(PostgreSQL.13).sql
index 374096281b70..296887da1d65 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest21(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest21(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_QueryableParent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany1(PostgreSQL.13).sql
index 77f6a3469935..96e93fd5d27d 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany2(PostgreSQL.13).sql
index 035ab6a68ad4..cf00bf1dddc7 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany3(PostgreSQL.13).sql
index 30203980f71b..c8137b067805 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent_1"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany4(PostgreSQL.13).sql
index f38472db49fd..88c13cc39fe0 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent_1"."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany5(PostgreSQL.13).sql
index c760c316e1d0..131bc8ffbdf5 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow2(PostgreSQL.13).sql
index f342516e75fe..07a99b559e74 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow3(PostgreSQL.13).sql
index f342516e75fe..07a99b559e74 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow4(PostgreSQL.13).sql
index 3bbd1729028d..03bf6cb1b087 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StorageText(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StorageText(PostgreSQL.13).sql
index 61a7e1da5a04..1c896a57aa0f 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StorageText(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StorageText(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test1(PostgreSQL.13).sql
index 661ab60f2aae..264208373b37 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test2(PostgreSQL.13).sql
index 39db430e4af9..7c8242fa2b4d 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test3(PostgreSQL.13).sql
index ec42f17d3713..2710f50d2a2f 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test4(PostgreSQL.13).sql
index dfa69eb3690c..445fe68bf2bb 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test5(PostgreSQL.13).sql
index 39db430e4af9..7c8242fa2b4d 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestAssociationAliasEscaping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestAssociationAliasEscaping(PostgreSQL.13).sql
index 3c36d3f13066..d82a0a4aeb0d 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestAssociationAliasEscaping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestAssociationAliasEscaping(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation1(PostgreSQL.13).sql
index 5fad9d4dd922..c5f0071ec3c0 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_MiddleGeneric"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation2(PostgreSQL.13).sql
index f29457e38dd7..cd6f2afad7e8 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation3(PostgreSQL.13).sql
index 46ff1f4c3127..7eae797cff54 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation4(PostgreSQL.13).sql
index e9e5a56779ed..aad821b8e09a 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntime(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntime(PostgreSQL.13).sql
index 0163eec511fe..0d873fb5e5d6 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntime(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntime(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_MiddleRuntime"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntimeMany(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntimeMany(PostgreSQL.13).sql
index 01b4e0c4683b..b4e0199d0b7a 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntimeMany(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntimeMany(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestNullabilityPropagation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestNullabilityPropagation(PostgreSQL.13).sql
index 7c363614f958..0657a498d547 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestNullabilityPropagation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestNullabilityPropagation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary1(PostgreSQL.13).sql
index 04dc6ae0952e..45179e64f24b 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Middle"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary2(PostgreSQL.13).sql
index a9534fcbd6f3..7699b76804be 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Bottom"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary3(PostgreSQL.13).sql
index 73f686143bea..8b1d17c83bab 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Bottom1"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceAndExtension(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceAndExtension(PostgreSQL.13).sql
index b911ee79fb78..9015ca4f04f7 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceAndExtension(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceAndExtension(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceLoadWith(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceLoadWith(PostgreSQL.13).sql
index 86f66ed1dc3d..1bcdfcd06239 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceLoadWith(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceLoadWith(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -8,7 +8,7 @@ FROM
"MainEntity" m_1
INNER JOIN "SubEntity" d ON m_1."Id" = d."MainEntityId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceOfType(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceOfType(PostgreSQL.13).sql
index 055397955cd9..370c3cddb9a4 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceOfType(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceOfType(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceSelect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceSelect(PostgreSQL.13).sql
index 55602b0707f9..72f4e1eb96b8 100644
--- a/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceSelect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceSelect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -8,7 +8,7 @@ FROM
"MainEntity" m_1
INNER JOIN "SubEntity" d ON m_1."Id" = d."MainEntityId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id"
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable1Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable1Test(PostgreSQL.13).sql
index 011efb59ed09..69d66d0afeca 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable1Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable1Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable2Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable2Test(PostgreSQL.13).sql
index 75e9e4e380af..d0ae96b4d6c7 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable2Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable2Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast1Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast1Test(PostgreSQL.13).sql
index 011efb59ed09..69d66d0afeca 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast1Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast1Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast2Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast2Test(PostgreSQL.13).sql
index 75e9e4e380af..d0ae96b4d6c7 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast2Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast2Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.CancellableAsyncEnumerableTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.CancellableAsyncEnumerableTest(PostgreSQL.13).sql
index 011efb59ed09..69d66d0afeca 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.CancellableAsyncEnumerableTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.CancellableAsyncEnumerableTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ContainsAsyncTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ContainsAsyncTest(PostgreSQL.13).sql
index ca56b58c13c1..208d88a0b7bc 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ContainsAsyncTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ContainsAsyncTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.FirstAsyncTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.FirstAsyncTest(PostgreSQL.13).sql
index 360c19c9d0fc..177e80e5cf8b 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.FirstAsyncTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.FirstAsyncTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TakeSkipTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TakeSkipTest(PostgreSQL.13).sql
index 68963229d779..75fd2856c9b3 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TakeSkipTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TakeSkipTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ParentID"
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test(PostgreSQL.13).sql
index 80109dfd61a7..bbada3f0ed8e 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test1(PostgreSQL.13).sql
index 011efb59ed09..69d66d0afeca 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute1(PostgreSQL.13).sql
index 919981cd7334..cc413433d0e2 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute2(PostgreSQL.13).sql
index 919981cd7334..cc413433d0e2 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestFirstOrDefault(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestFirstOrDefault(PostgreSQL.13).sql
index 4dcfa6d85c97..86a902d26ea9 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestFirstOrDefault(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestFirstOrDefault(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestForEach(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestForEach(PostgreSQL.13).sql
index 011efb59ed09..69d66d0afeca 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestForEach(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestForEach(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToArray(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToArray(PostgreSQL.13).sql
index 919981cd7334..cc413433d0e2 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToArray(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToArray(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToAsyncEnumerable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToAsyncEnumerable(PostgreSQL.13).sql
index 360c19c9d0fc..177e80e5cf8b 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToAsyncEnumerable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToAsyncEnumerable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.13).sql
index fb4640297cb6..1a759e18a069 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ParentID",
t1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.13).sql
index fb4640297cb6..1a759e18a069 100644
--- a/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ParentID",
t1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test(PostgreSQL.13).sql
index cfaa9c612b54..63f9e953d716 100644
--- a/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @True Boolean
SET @True = True
@@ -17,7 +17,7 @@ FROM
WHERE
r."Boolean" = :True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -32,7 +32,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @False Boolean
SET @False = False
@@ -51,7 +51,7 @@ FROM
WHERE
r."Boolean" = :False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -66,7 +66,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @TrueN Boolean
SET @TrueN = True
@@ -85,7 +85,7 @@ FROM
WHERE
r."Boolean" = :TrueN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -100,7 +100,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FalseN Boolean
SET @FalseN = False
@@ -119,7 +119,7 @@ FROM
WHERE
r."Boolean" = :FalseN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -134,7 +134,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -151,7 +151,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @True Boolean
SET @True = True
@@ -185,7 +185,7 @@ FROM
WHERE
r."BooleanN" = :True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -200,7 +200,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @False Boolean
SET @False = False
@@ -219,7 +219,7 @@ FROM
WHERE
r."BooleanN" = :False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -234,7 +234,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @TrueN Boolean
SET @TrueN = True
@@ -253,7 +253,7 @@ FROM
WHERE
r."BooleanN" = :TrueN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -268,7 +268,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FalseN Boolean
SET @FalseN = False
@@ -287,7 +287,7 @@ FROM
WHERE
r."BooleanN" = :FalseN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -302,7 +302,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -319,7 +319,7 @@ FROM
WHERE
r."BooleanN" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -334,7 +334,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @True Boolean
SET @True = True
@@ -353,7 +353,7 @@ FROM
WHERE
r."Boolean" <> :True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -368,7 +368,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @False Boolean
SET @False = False
@@ -387,7 +387,7 @@ FROM
WHERE
r."Boolean" <> :False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -402,7 +402,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @TrueN Boolean
SET @TrueN = True
@@ -421,7 +421,7 @@ FROM
WHERE
r."Boolean" <> :TrueN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -436,7 +436,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FalseN Boolean
SET @FalseN = False
@@ -455,7 +455,7 @@ FROM
WHERE
r."Boolean" <> :FalseN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -470,7 +470,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -485,7 +485,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -500,7 +500,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @True Boolean
SET @True = True
@@ -519,7 +519,7 @@ FROM
WHERE
r."BooleanN" <> :True OR r."BooleanN" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -534,7 +534,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @False Boolean
SET @False = False
@@ -553,7 +553,7 @@ FROM
WHERE
r."BooleanN" <> :False OR r."BooleanN" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -568,7 +568,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @TrueN Boolean
SET @TrueN = True
@@ -587,7 +587,7 @@ FROM
WHERE
r."BooleanN" <> :TrueN OR r."BooleanN" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -602,7 +602,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FalseN Boolean
SET @FalseN = False
@@ -621,7 +621,7 @@ FROM
WHERE
r."BooleanN" <> :FalseN OR r."BooleanN" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -636,7 +636,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -653,7 +653,7 @@ FROM
WHERE
r."BooleanN" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -668,7 +668,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
@@ -722,7 +722,7 @@ FROM
GROUP BY
g_1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -737,7 +737,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1409,7 +1409,7 @@ SELECT
FROM
"BooleanTable" r_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1424,7 +1424,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1441,7 +1441,7 @@ FROM
WHERE
r."Boolean" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1456,7 +1456,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1473,7 +1473,7 @@ FROM
WHERE
r."Boolean" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1488,7 +1488,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1505,7 +1505,7 @@ FROM
WHERE
r."Boolean" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1520,7 +1520,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1537,7 +1537,7 @@ FROM
WHERE
r."Boolean" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1552,7 +1552,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1569,7 +1569,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1584,7 +1584,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1601,7 +1601,7 @@ FROM
WHERE
r."BooleanN" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1616,7 +1616,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1633,7 +1633,7 @@ FROM
WHERE
r."BooleanN" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1648,7 +1648,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1665,7 +1665,7 @@ FROM
WHERE
r."BooleanN" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1680,7 +1680,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1697,7 +1697,7 @@ FROM
WHERE
r."BooleanN" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1712,7 +1712,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1729,7 +1729,7 @@ FROM
WHERE
r."BooleanN" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1744,7 +1744,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1761,7 +1761,7 @@ FROM
WHERE
r."Boolean" <> True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1776,7 +1776,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1793,7 +1793,7 @@ FROM
WHERE
r."Boolean" <> False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1808,7 +1808,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1825,7 +1825,7 @@ FROM
WHERE
r."Boolean" <> True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1840,7 +1840,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1857,7 +1857,7 @@ FROM
WHERE
r."Boolean" <> False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1872,7 +1872,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1887,7 +1887,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1902,7 +1902,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1919,7 +1919,7 @@ FROM
WHERE
r."BooleanN" <> True OR r."BooleanN" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1934,7 +1934,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1951,7 +1951,7 @@ FROM
WHERE
r."BooleanN" <> False OR r."BooleanN" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1966,7 +1966,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1983,7 +1983,7 @@ FROM
WHERE
r."BooleanN" <> True OR r."BooleanN" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1998,7 +1998,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2015,7 +2015,7 @@ FROM
WHERE
r."BooleanN" <> False OR r."BooleanN" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2030,7 +2030,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2047,7 +2047,7 @@ FROM
WHERE
r."BooleanN" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2062,7 +2062,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
@@ -2116,7 +2116,7 @@ FROM
GROUP BY
g_1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2131,7 +2131,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2803,7 +2803,7 @@ SELECT
FROM
"BooleanTable" r_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestAsSqlBoolTranslation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestAsSqlBoolTranslation(PostgreSQL.13).sql
index 64535cd73ccc..802892f1e175 100644
--- a/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestAsSqlBoolTranslation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestAsSqlBoolTranslation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COALESCE(True, False)
diff --git a/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestNoAsSqlBoolTranslation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestNoAsSqlBoolTranslation(PostgreSQL.13).sql
index 64535cd73ccc..802892f1e175 100644
--- a/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestNoAsSqlBoolTranslation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestNoAsSqlBoolTranslation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COALESCE(True, False)
diff --git a/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.13,False).sql
index 724c722c5371..facae7717c7e 100644
--- a/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @True Boolean
SET @True = True
@@ -17,7 +17,7 @@ FROM
WHERE
Coalesce(r."BooleanN", :True)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -32,7 +32,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @False Boolean
SET @False = False
@@ -51,7 +51,7 @@ FROM
WHERE
Coalesce(r."BooleanN", :False)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -66,7 +66,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
Coalesce(r."BooleanN", (r."Id"::decimal % 2)::decimal = 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.13,True).sql
index 43319cec17a2..d3df4b9bedce 100644
--- a/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -15,7 +15,7 @@ FROM
WHERE
Coalesce(r."BooleanN", True)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -30,7 +30,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -47,7 +47,7 @@ FROM
WHERE
Coalesce(r."BooleanN", False)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -62,7 +62,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -79,7 +79,7 @@ FROM
WHERE
Coalesce(r."BooleanN", (r."Id"::decimal % 2)::decimal = 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest1(PostgreSQL.13).sql
index a415ff9a515e..a5d9efe488d2 100644
--- a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest2(PostgreSQL.13).sql
index 02c1671c04e5..2d3322305b4d 100644
--- a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
@@ -19,7 +19,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest3(PostgreSQL.13).sql
index 346f97447c3f..434e9509cf35 100644
--- a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest4(PostgreSQL.13).sql
index fcb37723764f..33a2004bd202 100644
--- a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_PersonDoctor"."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest5(PostgreSQL.13).sql
index 298e429b1112..5e9ed3c292b0 100644
--- a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_PersonDoctor"."FirstName"
diff --git a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression(PostgreSQL.13).sql
index c8e99681d905..dcab62b3a604 100644
--- a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression_ComplexQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression_ComplexQuery(PostgreSQL.13).sql
index ddd7676fcc8f..5c7b2395f1ba 100644
--- a/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression_ComplexQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression_ComplexQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x_1."Id",
@@ -29,7 +29,7 @@ ORDER BY
ELSE x_1."IntVal"::text
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.CharTrimming(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.CharTrimming(PostgreSQL.13).sql
index d2d7183986bf..e63ae90625e8 100644
--- a/PostgreSQL.13/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.CharTrimming(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.CharTrimming(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ID")
FROM
"AllTypes" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -18,7 +18,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -31,7 +31,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = '
'
@@ -45,7 +45,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ''
@@ -58,7 +58,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ''
@@ -71,7 +71,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = '
'
@@ -84,7 +84,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -97,7 +97,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -110,7 +110,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -123,7 +123,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -136,7 +136,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -149,7 +149,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -162,7 +162,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -175,7 +175,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -188,7 +188,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -201,7 +201,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -214,7 +214,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -227,7 +227,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -240,7 +240,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -253,7 +253,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = NULL
@@ -266,7 +266,7 @@ VALUES
:NChar
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 2
@@ -280,7 +280,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 2
diff --git a/PostgreSQL.13/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.StringTrimming(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.StringTrimming(PostgreSQL.13).sql
index 713d45e525d8..cb0379d76fa0 100644
--- a/PostgreSQL.13/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.StringTrimming(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.StringTrimming(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ID")
FROM
"AllTypes" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(6) -- String
SET @NString = 'test01'
@@ -18,7 +18,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test02 '
@@ -31,7 +31,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test03 '
@@ -44,7 +44,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test04
'
@@ -58,7 +58,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test05 '
@@ -71,7 +71,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test06 '
@@ -84,7 +84,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test07
'
@@ -97,7 +97,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test08 '
@@ -110,7 +110,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test09 '
@@ -123,7 +123,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test10 '
@@ -136,7 +136,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test11 '
@@ -149,7 +149,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test12 '
@@ -162,7 +162,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test13 '
@@ -175,7 +175,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test14 '
@@ -188,7 +188,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test15 '
@@ -201,7 +201,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test16 '
@@ -214,7 +214,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test17 '
@@ -227,7 +227,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test18 '
@@ -240,7 +240,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test19 '
@@ -253,7 +253,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test20 '
@@ -266,7 +266,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NString Text -- String
SET @NString = NULL
@@ -279,7 +279,7 @@ VALUES
:NString
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 2
@@ -293,7 +293,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 2
diff --git a/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest1(PostgreSQL.13).sql
index 977e912f307f..4e32f8c3de37 100644
--- a/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest2(PostgreSQL.13).sql
index 977e912f307f..4e32f8c3de37 100644
--- a/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest1(PostgreSQL.13).sql
index fb87e60fb199..f129511532c9 100644
--- a/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest2(PostgreSQL.13).sql
index fb65ccc32ab7..a97e42529cd8 100644
--- a/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest3(PostgreSQL.13).sql
index a31fa638fe37..6929d8ec0812 100644
--- a/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_1."ID"
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.AsQueryable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.AsQueryable(PostgreSQL.13).sql
index 035ab6a68ad4..cf00bf1dddc7 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.AsQueryable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.AsQueryable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce1(PostgreSQL.13).sql
index 573ea3da9b57..4e7cc7a9d963 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 100
@@ -9,7 +9,7 @@ FROM
WHERE
Coalesce(x."Value1", :Value1) > 10
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce2(PostgreSQL.13).sql
index d7ac61b61679..dde0557b0bfd 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClosureTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClosureTest(PostgreSQL.13).sql
index ca0dc9c60a7b..2f06fe5fd061 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClosureTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClosureTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
@@ -6,7 +6,7 @@ FROM
"Person" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceLike(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceLike(PostgreSQL.13).sql
index 6f07c1c81e54..6c2fd7622d5c 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceLike(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceLike(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceNew(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceNew(PostgreSQL.13).sql
index fc5db5308bca..89d88402d193 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceNew(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceNew(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat1(PostgreSQL.13).sql
index 0d588268c64b..25dbc8e51d63 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat2(PostgreSQL.13).sql
index 279e61420bf9..fa55bb6d2cfa 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat3(PostgreSQL.13).sql
index a02c5dec7085..28367a636747 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition1(PostgreSQL.13).sql
index 8cd904dec248..16684c974d77 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition2(PostgreSQL.13).sql
index 9bf7c0cf3e3e..1de1105e3166 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Convert(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Convert(PostgreSQL.13).sql
index 035ab6a68ad4..cf00bf1dddc7 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Convert(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Convert(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum1(PostgreSQL.13).sql
index 85479a3f21ab..2f86d8948b0d 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum2(PostgreSQL.13).sql
index a82338a4f50d..0bda5d3c8d30 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ExprCoalesce(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ExprCoalesce(PostgreSQL.13).sql
index f8757135823f..1e49339f7fba 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ExprCoalesce(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ExprCoalesce(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Coalesce(p."Value1", 100) + 50
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByLeftJoin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByLeftJoin1(PostgreSQL.13).sql
index fc5db5308bca..89d88402d193 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByLeftJoin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByLeftJoin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion1(PostgreSQL.13).sql
index de1c6366d6be..5886ea7a282e 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
tt."Key_1",
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion2(PostgreSQL.13).sql
index fc5db5308bca..89d88402d193 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue191Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue191Test(PostgreSQL.13).sql
index 71352d14d86d..d06c431a9d2c 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue191Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue191Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
user_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue288Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue288Test(PostgreSQL.13).sql
index 887f0d80a070..221305743c34 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue288Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue288Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
@@ -8,7 +8,7 @@ WHERE
p."FirstName" IS NULL
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(4) -- String
SET @p = 'John'
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCoalesce(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCoalesce(PostgreSQL.13).sql
index df5b4629280d..71f5d3d632cc 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCoalesce(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCoalesce(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCondition(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCondition(PostgreSQL.13).sql
index ed5d5140afa4..2cfe39aa9267 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCondition(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCondition(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest1(PostgreSQL.13).sql
index 2c58270842af..cb7b360311f3 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest2(PostgreSQL.13).sql
index a55d2850b072..e11088021a98 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ParameterTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ParameterTest1(PostgreSQL.13).sql
index f946554dcef0..89cc27a94b81 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ParameterTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ParameterTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -18,7 +18,7 @@ WHERE
GROUP BY
g_1."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc1(PostgreSQL.13).sql
index dbedae4651ca..639f0d2b585c 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Length(p."FirstName")
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc2(PostgreSQL.13).sql
index dbedae4651ca..639f0d2b585c 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Length(p."FirstName")
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCoalesce(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCoalesce(PostgreSQL.13).sql
index df5b4629280d..71f5d3d632cc 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCoalesce(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCoalesce(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCondition(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCondition(PostgreSQL.13).sql
index ed5d5140afa4..2cfe39aa9267 100644
--- a/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCondition(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCondition(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest(PostgreSQL.13).sql
index 78793ff697eb..bb23dfd8bb27 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -12,7 +12,7 @@ SELECT
c_1."ParentID" = :p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest2(PostgreSQL.13).sql
index 78793ff697eb..bb23dfd8bb27 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -12,7 +12,7 @@ SELECT
c_1."ParentID" = :p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync(PostgreSQL.13).sql
index 78793ff697eb..bb23dfd8bb27 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -12,7 +12,7 @@ SELECT
c_1."ParentID" = :p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync2(PostgreSQL.13).sql
index 78793ff697eb..bb23dfd8bb27 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -12,7 +12,7 @@ SELECT
c_1."ParentID" = :p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethoAsyncdTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethoAsyncdTest(PostgreSQL.13).sql
index 5911849baece..1ea61ab2c654 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethoAsyncdTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethoAsyncdTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethodTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethodTest(PostgreSQL.13).sql
index 5911849baece..1ea61ab2c654 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethodTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethodTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable1(PostgreSQL.13).sql
index 4f507eae478a..b00a13ff20bc 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable2(PostgreSQL.13).sql
index 4f507eae478a..b00a13ff20bc 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest2(PostgreSQL.13).sql
index fb7ab4a3f3a2..efbd0c8987a3 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -11,7 +11,7 @@ WHERE
c_1."ParentID" = :p
LIMIT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3(PostgreSQL.13).sql
index fb7ab4a3f3a2..efbd0c8987a3 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -11,7 +11,7 @@ WHERE
c_1."ParentID" = :p
LIMIT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3Async(PostgreSQL.13).sql
index fb7ab4a3f3a2..efbd0c8987a3 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -11,7 +11,7 @@ WHERE
c_1."ParentID" = :p
LIMIT :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest4(PostgreSQL.13).sql
index 988199daae49..a0e6ebb1d95d 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest5(PostgreSQL.13).sql
index 2b05e54ac70a..eb35d2b594a8 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
@@ -12,7 +12,7 @@ FROM
WHERE
p."ParentID" = :p AND p."Value1" = :p_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTest(PostgreSQL.13).sql
index a92f3c5c5426..2008ec9f024a 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -14,7 +14,7 @@ SELECT
ELSE False
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTestAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTestAsync(PostgreSQL.13).sql
index a92f3c5c5426..2008ec9f024a 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTestAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTestAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -14,7 +14,7 @@ SELECT
ELSE False
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest(PostgreSQL.13).sql
index 18a7d4b525e2..3cd100e71057 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest2(PostgreSQL.13).sql
index 18a7d4b525e2..3cd100e71057 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync(PostgreSQL.13).sql
index 18a7d4b525e2..3cd100e71057 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync2(PostgreSQL.13).sql
index 18a7d4b525e2..3cd100e71057 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTest1(PostgreSQL.13).sql
index d132e86f1293..3a77a247b78c 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -11,7 +11,7 @@ WHERE
c_1."ParentID" = :p
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync1(PostgreSQL.13).sql
index d132e86f1293..3a77a247b78c 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -11,7 +11,7 @@ WHERE
c_1."ParentID" = :p
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync2(PostgreSQL.13).sql
index d132e86f1293..3a77a247b78c 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -11,7 +11,7 @@ WHERE
c_1."ParentID" = :p
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.IDataContext_CompiledQueryTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.IDataContext_CompiledQueryTest(PostgreSQL.13).sql
index e1f26f3f4daf..c31194357bbf 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.IDataContext_CompiledQueryTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.IDataContext_CompiledQueryTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest(PostgreSQL.13).sql
index 50fa31c7b074..1c217ba79d99 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest2(PostgreSQL.13).sql
index 50fa31c7b074..1c217ba79d99 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync(PostgreSQL.13).sql
index 50fa31c7b074..1c217ba79d99 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync2(PostgreSQL.13).sql
index 50fa31c7b074..1c217ba79d99 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ParamTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ParamTest1(PostgreSQL.13).sql
index 2a4734ab163f..3839cc27bd35 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ParamTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ParamTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.AnyPredicateAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.AnyPredicateAsync(PostgreSQL.13).sql
index 0db033f4dce7..eb582ba21856 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.AnyPredicateAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.AnyPredicateAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.CountPredicateAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.CountPredicateAsync(PostgreSQL.13).sql
index 36e9eb925dac..382cbb529caf 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.CountPredicateAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.CountPredicateAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstOrDefaultPredicateAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstOrDefaultPredicateAsync(PostgreSQL.13).sql
index 414e07908896..c43ecea25a1a 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstOrDefaultPredicateAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstOrDefaultPredicateAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstPredicateAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstPredicateAsync(PostgreSQL.13).sql
index 414e07908896..c43ecea25a1a 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstPredicateAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstPredicateAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.IDataContext_CompiledQueryTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.IDataContext_CompiledQueryTest(PostgreSQL.13).sql
index e1f26f3f4daf..c31194357bbf 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.IDataContext_CompiledQueryTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.IDataContext_CompiledQueryTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.LongCountPredicateAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.LongCountPredicateAsync(PostgreSQL.13).sql
index 36e9eb925dac..382cbb529caf 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.LongCountPredicateAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.LongCountPredicateAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MaxSelectorAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MaxSelectorAsync(PostgreSQL.13).sql
index e0e9ed1d3fac..87cb31fedd39 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MaxSelectorAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MaxSelectorAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MinSelectorAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MinSelectorAsync(PostgreSQL.13).sql
index 06dc9803eb50..2fd548e843f2 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MinSelectorAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MinSelectorAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SingleOrDefaultPredicateAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SingleOrDefaultPredicateAsync(PostgreSQL.13).sql
index bc045d6ea95b..445738233f28 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SingleOrDefaultPredicateAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SingleOrDefaultPredicateAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SinglePredicateAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SinglePredicateAsync(PostgreSQL.13).sql
index bc045d6ea95b..445738233f28 100644
--- a/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SinglePredicateAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SinglePredicateAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains1(PostgreSQL.13).sql
index 6c40153fd9ae..bc90677488ad 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains2(PostgreSQL.13).sql
index 7ffa506dfe78..aca8dc0eb186 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains3(PostgreSQL.13).sql
index 1c56e5903508..55c24f7e3b97 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains4(PostgreSQL.13).sql
index 72e8856712ff..93d8bb2fa9cb 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains5(PostgreSQL.13).sql
index e7b72cb239c0..542bd693e8b3 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains6(PostgreSQL.13).sql
index 52fffe51cf27..f084f3aa1dfd 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Class(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Class(PostgreSQL.13).sql
index 562cab205682..48abe20c6bb8 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Class(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Class(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
u."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Struct(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Struct(PostgreSQL.13).sql
index ef79f562e4b9..f07c77d0d902 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Struct(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Struct(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
u."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Issue413Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Issue413Test(PostgreSQL.13).sql
index 1679030fdd32..4e671accda69 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Issue413Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Issue413Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 1
DECLARE @IndexId Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:IndexId
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 2
DECLARE @IndexId Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:IndexId
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 3
DECLARE @IndexId Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:IndexId
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 1
DECLARE @IndexId Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:IndexId
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 2
DECLARE @IndexId Integer -- Int32
@@ -83,7 +83,7 @@ VALUES
:IndexId
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 1
DECLARE @InstrumentCode Text(4) -- String
@@ -108,7 +108,7 @@ VALUES
:SourceInstrumentCode
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 2
DECLARE @InstrumentCode Text(4) -- String
@@ -133,7 +133,7 @@ VALUES
:SourceInstrumentCode
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cond Text(4) -- String
SET @cond = 'aaa%'
DECLARE @uptoDate Timestamp -- DateTime2
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join1(PostgreSQL.13).sql
index 7d9f388ee617..3b0a065344c2 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join2(PostgreSQL.13).sql
index 6116ac032193..81448a2cebb5 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Class(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Class(PostgreSQL.13).sql
index d4cdc442448c..e5636a398a64 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Class(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Class(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
u.city,
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Struct(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Struct(PostgreSQL.13).sql
index dd7809eae846..7de1cb3d464e 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Struct(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Struct(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
u.city,
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeAllColumnsTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeAllColumnsTest(PostgreSQL.13).sql
index 7a9a41fd690c..e59bc4a0dc21 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeAllColumnsTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeAllColumnsTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeSpecificColumnTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeSpecificColumnTest(PostgreSQL.13).sql
index 59234956788b..c6fbb4c6a999 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeSpecificColumnTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeSpecificColumnTest(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
u.city
FROM
"User" u
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
u.street
diff --git a/PostgreSQL.13/Tests/Linq/ComplexTests2/Tests.Linq.ComplexTests2.TestInsertUsingDerivedObjectUsingAttributes(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ComplexTests2/Tests.Linq.ComplexTests2.TestInsertUsingDerivedObjectUsingAttributes(PostgreSQL.13).sql
index 90a37fc1337e..682fdf99e15e 100644
--- a/PostgreSQL.13/Tests/Linq/ComplexTests2/Tests.Linq.ComplexTests2.TestInsertUsingDerivedObjectUsingAttributes(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ComplexTests2/Tests.Linq.ComplexTests2.TestInsertUsingDerivedObjectUsingAttributes(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(21) -- String
SET @FirstName = 'test_inherited_insert'
DECLARE @LastName Text(4) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -39,7 +39,7 @@ WHERE
t1."FirstName" = 'test_inherited_insert'
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(21) -- String
SET @FirstName = 'test_inherited_insert'
DECLARE @LastName Text(4) -- String
@@ -61,7 +61,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -75,7 +75,7 @@ WHERE
t1."FirstName" = 'test_inherited_insert'
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationConcat2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationConcat2(PostgreSQL.13).sql
index 4e460d98f1a3..9bca76ff1e4d 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationConcat2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationConcat2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion1(PostgreSQL.13).sql
index 2f843cee414f..effdba7c89a8 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion2(PostgreSQL.13).sql
index 1bb9d446fe76..99088538aa97 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1(PostgreSQL.13).sql
index 69f73b10bb21..92c6dfb61c14 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat11(PostgreSQL.13).sql
index 034202a163be..5cf6acea6cb2 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat12(PostgreSQL.13).sql
index 94b67e4198a2..8833bde84ef2 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1Async(PostgreSQL.13).sql
index 69f73b10bb21..92c6dfb61c14 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat2(PostgreSQL.13).sql
index 0e8b136822b9..9fa98da0bfaf 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat3(PostgreSQL.13).sql
index 0e8b136822b9..9fa98da0bfaf 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat4(PostgreSQL.13).sql
index e534b7e0dff7..4843e4c31a1b 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_3."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat401(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat401(PostgreSQL.13).sql
index e534b7e0dff7..4843e4c31a1b 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat401(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat401(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_3."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat5(PostgreSQL.13).sql
index 0a7da9954f94..f0fc494cb856 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_3."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat501(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat501(PostgreSQL.13).sql
index 163359b06bd2..6f561570a6cf 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat501(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat501(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_3."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat502(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat502(PostgreSQL.13).sql
index ce96d7d7a7c8..4c6c15e3112d 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat502(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat502(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_1.cond,
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat6(PostgreSQL.13).sql
index c92d6428710d..f60462941aaa 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat81(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat81(PostgreSQL.13).sql
index fe2f8077339b..eb915ac2c97d 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat81(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat81(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat82(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat82(PostgreSQL.13).sql
index 8427336c31e3..3517d845998f 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat82(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat82(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat83(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat83(PostgreSQL.13).sql
index eee13750382c..d7c29ebac8fe 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat83(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat83(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat84(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat84(PostgreSQL.13).sql
index 14ba3a8ebc6d..bfe57169a332 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat84(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat84(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat85(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat85(PostgreSQL.13).sql
index b6f0c24e62d1..356823c67ed9 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat85(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat85(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat851(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat851(PostgreSQL.13).sql
index 34d244f8ced6..5f7c74f7ec5e 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat851(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat851(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat86(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat86(PostgreSQL.13).sql
index 0a052b4bc3c2..4e60bf236842 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat86(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat86(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat87(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat87(PostgreSQL.13).sql
index 7e5098069ad7..db4aa3fce912 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat87(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat87(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat871(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat871(PostgreSQL.13).sql
index bc704bc62562..1de2a79b8059 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat871(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat871(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat88(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat88(PostgreSQL.13).sql
index e1b115ba105e..2c110df5eed2 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat88(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat88(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat89(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat89(PostgreSQL.13).sql
index ada063404c0d..c7628bcfaa0d 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat89(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat89(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat891(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat891(PostgreSQL.13).sql
index 4b20ecb2ef9a..cf7ef26e3445 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat891(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat891(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat892(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat892(PostgreSQL.13).sql
index 2c87bac8a909..c59b4f24e721 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat892(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat892(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Value1",
@@ -24,7 +24,7 @@ SELECT
FROM
"Child" c_3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -32,7 +32,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat90(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat90(PostgreSQL.13).sql
index ec3e4a19b825..546146ae4ea4 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat90(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat90(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -9,7 +9,7 @@ FROM
"TestEntity1" t1
LEFT JOIN "TestEntity2" t2 ON t1."Id" = t2."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ FROM
WHERE
t1."Id" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCountExt_ShouldNotRemoveSingleColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCountExt_ShouldNotRemoveSingleColumn(PostgreSQL.13).sql
index 85ce7fbd3467..4d0069cf07fe 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCountExt_ShouldNotRemoveSingleColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCountExt_ShouldNotRemoveSingleColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(t3."PersonID")
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCount_ShouldNotRemoveSingleColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCount_ShouldNotRemoveSingleColumn(PostgreSQL.13).sql
index c03f07b2c999..ae299d5f29a3 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCount_ShouldNotRemoveSingleColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCount_ShouldNotRemoveSingleColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatDefaultIfEmpty(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatDefaultIfEmpty(PostgreSQL.13).sql
index f4081e1e4ec5..30603f5f51bd 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatDefaultIfEmpty(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatDefaultIfEmpty(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
0::Int,
@@ -30,7 +30,7 @@ FROM
WHERE
p_1."ParentID" <> 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -45,7 +45,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -53,7 +53,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEntities(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEntities(PostgreSQL.13).sql
index 64fa6df0852f..fa088d1854df 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEntities(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEntities(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -16,7 +16,7 @@ FROM
WHERE
p_1."ParentID" = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEqualSelects(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEqualSelects(PostgreSQL.13).sql
index bab6b330f05c..f546908f3d68 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEqualSelects(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEqualSelects(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID" + 1,
@@ -16,7 +16,7 @@ FROM
WHERE
p_1."ParentID" = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatInAny(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatInAny(PostgreSQL.13).sql
index b38d6ac55691..9483babb626d 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatInAny(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatInAny(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClass(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClass(PostgreSQL.13).sql
index c77900a489b8..5590771042d4 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClass(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClass(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -14,7 +14,7 @@ SELECT
FROM
"Person" p_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClassNested(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClassNested(PostgreSQL.13).sql
index ba30a3a69edc..2026d8010288 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClassNested(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClassNested(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -14,7 +14,7 @@ SELECT
FROM
"Person" p_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordLikeClass(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordLikeClass(PostgreSQL.13).sql
index 7cc9b197e5dd..47bbd7dd88b1 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordLikeClass(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordLikeClass(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatSumTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatSumTest(PostgreSQL.13).sql
index 3b0bd3ccafba..eee803fbd1b8 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatSumTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatSumTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(t3."PersonID")
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatToString(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatToString(PostgreSQL.13).sql
index 497385cbcddd..b1bee0ec4cad 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatToString(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatToString(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @pattern Text(3) -- String
SET @pattern = '%1%'
DECLARE @take Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithDifferentProjections(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithDifferentProjections(PostgreSQL.13).sql
index 5c29a287afe7..3b9fd1f75b29 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithDifferentProjections(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithDifferentProjections(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
@@ -14,7 +14,7 @@ SELECT
FROM
"Parent" p2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithUnion(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithUnion(PostgreSQL.13).sql
index 96acb7f96c89..3d76073f6a45 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithUnion(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithUnion(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2451_ComplexColumn_All(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2451_ComplexColumn_All(PostgreSQL.13).sql
index 0ac4b5e32260..d12f6d37bd87 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2451_ComplexColumn_All(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2451_ComplexColumn_All(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
@@ -10,7 +10,7 @@ SELECT
FROM
"Person" p_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName" || '/' || p."LastName"
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2505(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2505(PostgreSQL.13).sql
index 5ff6e3dd2d0f..d562f2ed127e 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2505(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2505(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i_2."LastName"
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query1(PostgreSQL.13).sql
index bea4c4a25fa4..8d4644094708 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query2(PostgreSQL.13).sql
index cd0764a0b070..b5f3f334289b 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query3(PostgreSQL.13).sql
index 2cbe33d2b959..9f147bfd1e33 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query1(PostgreSQL.13).sql
index 201a61e79427..2ddd45c878a9 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
item_1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query2(PostgreSQL.13).sql
index 201a61e79427..2ddd45c878a9 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
item_1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query3(PostgreSQL.13).sql
index 438dbdcbdfac..27e130a34490 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query4(PostgreSQL.13).sql
index 5c7815b08a7b..3c6a64332fe1 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
item_1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Broken(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Broken(PostgreSQL.13).sql
index 4a678bd8ba90..40739aed2371 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Broken(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Broken(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ChildID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Works(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Works(PostgreSQL.13).sql
index 4a678bd8ba90..40739aed2371 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Works(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Works(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ChildID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3150(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3150(PostgreSQL.13).sql
index a00171b9847d..e5b00893ab47 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3150(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3150(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323(PostgreSQL.13).sql
index 3ece64b6e006..41b6a0733534 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue3323Table"
(
@@ -15,7 +15,7 @@ VALUES
'text'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323_Mixed(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323_Mixed(PostgreSQL.13).sql
index df1fa871e35e..51d54b7d04b1 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323_Mixed(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323_Mixed(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue3323Table"
(
@@ -15,7 +15,7 @@ VALUES
'text'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -29,7 +29,7 @@ SELECT
FROM
"Issue3323Table" r_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id" + 1,
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_Count(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_Count(PostgreSQL.13).sql
index 4d0fe82fab35..90ea3db343a2 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_Count(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_Count(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_ProjectionBuild(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_ProjectionBuild(PostgreSQL.13).sql
index 9c7d309d5076..b99fdc5a44f7 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_ProjectionBuild(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_ProjectionBuild(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSets(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSets(PostgreSQL.13).sql
index 1fde5aaa2918..58a47309ea2f 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSets(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSets(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined(PostgreSQL.13).sql
index 54cca49c1664..72d135752b3d 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined_DifferentOperators(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined_DifferentOperators(PostgreSQL.13).sql
index e36d61f0196c..8bb922b3a8df 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined_DifferentOperators(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined_DifferentOperators(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_DoubleColumnSelection(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_DoubleColumnSelection(PostgreSQL.13).sql
index 2a02498e77c3..d9e229e8be59 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_DoubleColumnSelection(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_DoubleColumnSelection(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_LiteralsInFirstQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_LiteralsInFirstQuery(PostgreSQL.13).sql
index 8d8a2ab89d9f..aba6293cb866 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_LiteralsInFirstQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_LiteralsInFirstQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_NullsInAnchor(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_NullsInAnchor(PostgreSQL.13).sql
index b1bab703d6ad..a5e5aba78f6d 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_NullsInAnchor(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_NullsInAnchor(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.13).sql
index f298d06b9e74..caf32fa9938c 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
@@ -12,7 +12,7 @@ SELECT
FROM
"Issue3360Table" p_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.13).sql
index fc81c72d5996..561eeb5c9589 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
@@ -12,7 +12,7 @@ SELECT
FROM
"Issue3360Table" p_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3369Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3369Test(PostgreSQL.13).sql
index 6fd3fff38287..2c773ef4c20d 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3369Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3369Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3738Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3738Test(PostgreSQL.13).sql
index 17134c5098d0..9dab2b1d76e1 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3738Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3738Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
'I-' || x."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4220Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4220Test(PostgreSQL.13).sql
index 4b736fa832b9..4504bd9750ea 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4220Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4220Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @AOnly Text(6) -- String
@@ -15,7 +15,7 @@ VALUES
:AOnly
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @BOnly Text(6) -- String
@@ -32,7 +32,7 @@ VALUES
:BOnly
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test1(PostgreSQL.13).sql
index c0ab82a1c619..8ec65755ac89 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test2(PostgreSQL.13).sql
index c0ab82a1c619..8ec65755ac89 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4620Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4620Test2(PostgreSQL.13).sql
index cab2aa95a2af..e7fe99fe4df0 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4620Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4620Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion1(PostgreSQL.13).sql
index 321988922ba6..41c80829fb91 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion2(PostgreSQL.13).sql
index 792aac58ef92..0d0ca1d83fc3 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion3(PostgreSQL.13).sql
index 321988922ba6..41c80829fb91 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion4(PostgreSQL.13).sql
index fa5d622b5374..c6dccfd0a2e4 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion5(PostgreSQL.13).sql
index 4a3831a0a937..f6106b4c6b01 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnion(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnion(PostgreSQL.13).sql
index b7e4e4c38d82..ca7eb02f3a1e 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnion(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnion(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t_1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnionReverse(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnionReverse(PostgreSQL.13).sql
index 43c5ad4fe6f8..85e25ae7f2ba 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnionReverse(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnionReverse(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
DENSE_RANK() OVER(ORDER BY t_1."ID"),
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithBooleanNulls(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithBooleanNulls(PostgreSQL.13).sql
index ef27a6e6a4d7..529db91e5e24 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithBooleanNulls(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithBooleanNulls(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls(PostgreSQL.13).sql
index 1d9bada1c9b3..c35efe29e7a4 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls2(PostgreSQL.13).sql
index d2dee34d1b2a..97069f5d4053 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithToString(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithToString(PostgreSQL.13).sql
index d4a48dc1d0bf..bbc0221f6083 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithToString(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithToString(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x_1."StrValue"
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TestConcatWithParameterProjection(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TestConcatWithParameterProjection(PostgreSQL.13).sql
index 0b8b7dbc6776..6ead1c9fbc3b 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TestConcatWithParameterProjection(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TestConcatWithParameterProjection(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @someValue Integer -- Int32
SET @someValue = 3
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleConcatIncompatibleProjection(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleConcatIncompatibleProjection(PostgreSQL.13).sql
index 2ae175bae5a1..c733fadadf05 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleConcatIncompatibleProjection(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleConcatIncompatibleProjection(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Value1",
@@ -16,7 +16,7 @@ FROM
WHERE
p2."ParentID" <= 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnion(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnion(PostgreSQL.13).sql
index 75d7b064e8c6..b1f91c2c964c 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnion(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnion(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
@@ -16,7 +16,7 @@ FROM
WHERE
p2."ParentID" <= 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnionProjection(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnionProjection(PostgreSQL.13).sql
index 395c8665ce64..5ee63a7d76e4 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnionProjection(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnionProjection(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Value1",
@@ -16,7 +16,7 @@ FROM
WHERE
p2."ParentID" <= 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union1(PostgreSQL.13).sql
index d6d6a38a72d6..7b809a9aed90 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union2(PostgreSQL.13).sql
index 360296dbc5e7..a54ddc82d8d9 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
child_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union3(PostgreSQL.13).sql
index cc6569497e4a..861609531ca0 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union4(PostgreSQL.13).sql
index cc6569497e4a..861609531ca0 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union41(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union41(PostgreSQL.13).sql
index cc6569497e4a..861609531ca0 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union41(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union41(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union42(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union42(PostgreSQL.13).sql
index b8e4f1839b57..e16fc9bffe5d 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union42(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union42(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_1.val
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union421(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union421(PostgreSQL.13).sql
index d2dfc74f6642..c0a7442aeb1c 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union421(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union421(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_2.val
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union5(PostgreSQL.13).sql
index 6e0b5849e49d..2a840aed5399 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union51(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union51(PostgreSQL.13).sql
index bf53dac1ab78..08726d6204f8 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union51(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union51(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union52(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union52(PostgreSQL.13).sql
index 5c4092693e8c..9a9094b7880e 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union52(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union52(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union521(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union521(PostgreSQL.13).sql
index 6b6d05a411f3..d2f119efef20 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union521(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union521(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_1."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union522(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union522(PostgreSQL.13).sql
index 1f169e48746c..9a4a77cb31b5 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union522(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union522(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union523(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union523(PostgreSQL.13).sql
index 5c4092693e8c..9a9094b7880e 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union523(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union523(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union53(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union53(PostgreSQL.13).sql
index 67c5ad4cbec0..4ffb5a040e41 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union53(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union53(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union54(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union54(PostgreSQL.13).sql
index 2e4a03ac4931..4fb8a37dbe34 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union54(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union54(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union541(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union541(PostgreSQL.13).sql
index 455097907c40..bb4e2f5f98ff 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union541(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union541(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionCount_ShouldNotRemoveSingleColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionCount_ShouldNotRemoveSingleColumn(PostgreSQL.13).sql
index 8e527789ac50..a9e92dcac658 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionCount_ShouldNotRemoveSingleColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionCount_ShouldNotRemoveSingleColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest1(PostgreSQL.13).sql
index 7ba4349c3ac3..0888e530faca 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2.month_1,
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest2(PostgreSQL.13).sql
index 50c436fc2d37..fc36f358a47f 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2.year_1,
diff --git a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionWithObjects(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionWithObjects(PostgreSQL.13).sql
index 1ab62d89c833..95e015f38bbc 100644
--- a/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionWithObjects(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionWithObjects(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrement(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrement(PostgreSQL.13).sql
index 053a435ff229..7e3abc5564a7 100644
--- a/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrement(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrement(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -28,7 +28,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 1'
DECLARE @Id Integer -- Int32
@@ -44,7 +44,7 @@ SET
WHERE
"ConcurrencyAutoIncrement"."Id" = :Id AND "ConcurrencyAutoIncrement"."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -53,7 +53,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 2'
DECLARE @Id Integer -- Int32
@@ -69,7 +69,7 @@ SET
WHERE
"ConcurrencyAutoIncrement"."Id" = :Id AND "ConcurrencyAutoIncrement"."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -78,7 +78,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 3'
DECLARE @Id Integer -- Int32
@@ -94,7 +94,7 @@ SET
WHERE
"ConcurrencyAutoIncrement"."Id" = :Id AND "ConcurrencyAutoIncrement"."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -103,7 +103,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -114,7 +114,7 @@ DELETE FROM
WHERE
obj."Id" = :Id AND obj."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -123,7 +123,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -134,7 +134,7 @@ DELETE FROM
WHERE
obj."Id" = :Id AND obj."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrementAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrementAsync(PostgreSQL.13).sql
index 053a435ff229..7e3abc5564a7 100644
--- a/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrementAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrementAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -28,7 +28,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 1'
DECLARE @Id Integer -- Int32
@@ -44,7 +44,7 @@ SET
WHERE
"ConcurrencyAutoIncrement"."Id" = :Id AND "ConcurrencyAutoIncrement"."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -53,7 +53,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 2'
DECLARE @Id Integer -- Int32
@@ -69,7 +69,7 @@ SET
WHERE
"ConcurrencyAutoIncrement"."Id" = :Id AND "ConcurrencyAutoIncrement"."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -78,7 +78,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 3'
DECLARE @Id Integer -- Int32
@@ -94,7 +94,7 @@ SET
WHERE
"ConcurrencyAutoIncrement"."Id" = :Id AND "ConcurrencyAutoIncrement"."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -103,7 +103,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -114,7 +114,7 @@ DELETE FROM
WHERE
obj."Id" = :Id AND obj."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -123,7 +123,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -134,7 +134,7 @@ DELETE FROM
WHERE
obj."Id" = :Id AND obj."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFiltered(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFiltered(PostgreSQL.13).sql
index 3e809b49bfd8..a4a0f1e8b0fe 100644
--- a/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFiltered(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFiltered(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -28,7 +28,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 1'
DECLARE @Id Integer -- Int32
@@ -45,7 +45,7 @@ WHERE
"ConcurrencyFiltered"."Id" = 2 AND "ConcurrencyFiltered"."Id" = :Id AND
"ConcurrencyFiltered"."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -54,7 +54,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 2'
DECLARE @Id Integer -- Int32
@@ -71,7 +71,7 @@ WHERE
"ConcurrencyFiltered"."Id" = 1 AND "ConcurrencyFiltered"."Id" = :Id AND
"ConcurrencyFiltered"."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -80,7 +80,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -91,7 +91,7 @@ DELETE FROM
WHERE
r."Id" = 2 AND r."Id" = :Id AND r."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -100,7 +100,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -111,7 +111,7 @@ DELETE FROM
WHERE
r."Id" = 1 AND r."Id" = :Id AND r."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFilteredAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFilteredAsync(PostgreSQL.13).sql
index 3e809b49bfd8..a4a0f1e8b0fe 100644
--- a/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFilteredAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFilteredAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -28,7 +28,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 1'
DECLARE @Id Integer -- Int32
@@ -45,7 +45,7 @@ WHERE
"ConcurrencyFiltered"."Id" = 2 AND "ConcurrencyFiltered"."Id" = :Id AND
"ConcurrencyFiltered"."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -54,7 +54,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 2'
DECLARE @Id Integer -- Int32
@@ -71,7 +71,7 @@ WHERE
"ConcurrencyFiltered"."Id" = 1 AND "ConcurrencyFiltered"."Id" = :Id AND
"ConcurrencyFiltered"."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -80,7 +80,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -91,7 +91,7 @@ DELETE FROM
WHERE
r."Id" = 2 AND r."Id" = :Id AND r."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -100,7 +100,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -111,7 +111,7 @@ DELETE FROM
WHERE
r."Id" = 1 AND r."Id" = :Id AND r."Stamp" = :Stamp
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrapping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrapping(PostgreSQL.13).sql
index e4ae98cac659..c782bea873f2 100644
--- a/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrapping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrapping(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
@@ -9,7 +9,7 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -24,7 +24,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrappingFilter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrappingFilter(PostgreSQL.13).sql
index 8ec8e7c04ff4..1047d5fe3344 100644
--- a/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrappingFilter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrappingFilter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Value_1"
@@ -16,7 +16,7 @@ FROM
WHERE
s."Value_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -31,7 +31,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.Conditional_DoNotEvalueBothBranches(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.Conditional_DoNotEvalueBothBranches(PostgreSQL.13).sql
index 141776addbd9..fe0697fc17f0 100644
--- a/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.Conditional_DoNotEvalueBothBranches(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.Conditional_DoNotEvalueBothBranches(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
20::Float
diff --git a/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.CrossToOuterApply(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.CrossToOuterApply(PostgreSQL.13).sql
index 780c2aaada88..adfea1b99148 100644
--- a/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.CrossToOuterApply(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.CrossToOuterApply(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -33,7 +33,7 @@ FROM
LIMIT 1
) t2 ON 1=1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -48,7 +48,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ViaConditionDeep(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ViaConditionDeep(PostgreSQL.13).sql
index 0aab6fcb4152..1060f9dc78c6 100644
--- a/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ViaConditionDeep(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ViaConditionDeep(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -25,7 +25,7 @@ WHERE
ELSE 2
END = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition(PostgreSQL.13).sql
index 471e28bde3a5..716eaf5ffcaa 100644
--- a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition2(PostgreSQL.13).sql
index 471e28bde3a5..716eaf5ffcaa 100644
--- a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininitionAsSql2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininitionAsSql2(PostgreSQL.13).sql
index 471e28bde3a5..716eaf5ffcaa 100644
--- a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininitionAsSql2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininitionAsSql2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.instance_readonly_members(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.instance_readonly_members(PostgreSQL.13).sql
index b3cada678366..04b69ae20d80 100644
--- a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.instance_readonly_members(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.instance_readonly_members(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @InitOnlyId Integer -- Int32
@@ -14,7 +14,7 @@ FROM
WHERE
e."Id" = :Id AND e."Id" = :InitOnlyId
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -24,7 +24,7 @@ SELECT
FROM
"TestConstantsData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @InitOnlyId Integer -- Int32
@@ -40,7 +40,7 @@ FROM
WHERE
e."Id" = :Id AND e."Id" = :InitOnlyId
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field(PostgreSQL.13).sql
index ce31563b4f05..7c052790f6f6 100644
--- a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @GuidNonReadonly Uuid -- Guid
SET @GuidNonReadonly = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
@@ -12,7 +12,7 @@ FROM
WHERE
e."GuidValue" = :GuidNonReadonly AND e."GuidNullableValue" = :GuidNonReadonly
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_members(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_members(PostgreSQL.13).sql
index b3cada678366..04b69ae20d80 100644
--- a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_members(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_members(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @InitOnlyId Integer -- Int32
@@ -14,7 +14,7 @@ FROM
WHERE
e."Id" = :Id AND e."Id" = :InitOnlyId
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -24,7 +24,7 @@ SELECT
FROM
"TestConstantsData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @InitOnlyId Integer -- Int32
@@ -40,7 +40,7 @@ FROM
WHERE
e."Id" = :Id AND e."Id" = :InitOnlyId
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_struct(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_struct(PostgreSQL.13).sql
index 5377ebf59bd9..2b181de2f652 100644
--- a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_struct(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_struct(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @p Integer -- Int32
@@ -14,7 +14,7 @@ FROM
WHERE
e."Id" = :Id AND e."Id" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -24,7 +24,7 @@ SELECT
FROM
"TestConstantsData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @p Integer -- Int32
@@ -40,7 +40,7 @@ FROM
WHERE
e."Id" = :Id AND e."Id" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_access_readonly_members(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_access_readonly_members(PostgreSQL.13).sql
index 4838765e688b..c8540a1e673b 100644
--- a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_access_readonly_members(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_access_readonly_members(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -10,7 +10,7 @@ FROM
WHERE
e."Id" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,7 +20,7 @@ SELECT
FROM
"TestConstantsData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -32,7 +32,7 @@ FROM
WHERE
e."Id" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_concatenation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_concatenation(PostgreSQL.13).sql
index cd83a417189c..a8c60c22f234 100644
--- a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_concatenation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_concatenation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(9) -- String
SET @p = 'StrValue1'
@@ -12,7 +12,7 @@ FROM
WHERE
e."StringValue" || '1' = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field(PostgreSQL.13).sql
index 0886e57b19da..80a8ed35f7fe 100644
--- a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -11,7 +11,7 @@ WHERE
e."GuidValue" = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid AND
e."GuidNullableValue" = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_concatenation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_concatenation(PostgreSQL.13).sql
index 36e031d1d891..0c09405caee4 100644
--- a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_concatenation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_concatenation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -10,7 +10,7 @@ FROM
WHERE
e."StringValue" || '1' = 'StrValue1'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_readonly_struct(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_readonly_struct(PostgreSQL.13).sql
index eb9e841c2b67..ebff23974b99 100644
--- a/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_readonly_struct(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_readonly_struct(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -10,7 +10,7 @@ FROM
WHERE
e."Id" = 1 AND e."Id" = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,7 +20,7 @@ SELECT
FROM
"TestConstantsData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -32,7 +32,7 @@ FROM
WHERE
e."Id" = 1 AND e."Id" = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.13,False).sql
index 17eb151282de..d4f517c8ee44 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
s."Int" IN (NULL, NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.13,True).sql
index 6b1d14d3495d..1d75ba73ee02 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
s."Int" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.13,False).sql
index 190e9e407f78..3bf7b4fe61ed 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @In Varchar -- String
SET @In = NULL
@@ -9,7 +9,7 @@ FROM
WHERE
s."CEnum" IN (:In, :In)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NotIn Varchar -- String
SET @NotIn = NULL
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.13,True).sql
index 1f9035435a81..2388cf1ff591 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
s."CEnum" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.13,False).sql
index 03b8a160553e..044f548513a0 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
s."Enum" IN (NULL, NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.13,True).sql
index 6d336c60840b..1809d2bdb770 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
s."Enum" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.13,False).sql
index b9ec4c578477..ad0cb7dba596 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,14 +7,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.13,True).sql
index b9ec4c578477..ad0cb7dba596 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,14 +7,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.13,False).sql
index b9ec4c578477..ad0cb7dba596 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,14 +7,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.13,True).sql
index b9ec4c578477..ad0cb7dba596 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,14 +7,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.13,False).sql
index b9ec4c578477..ad0cb7dba596 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,14 +7,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.13,True).sql
index b9ec4c578477..ad0cb7dba596 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,14 +7,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.13,False).sql
index db6955d456a2..7cdcc1245a0c 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -8,7 +8,7 @@ WHERE
s."Int" IN (-1, -2)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -18,7 +18,7 @@ WHERE
s."Int" IN (-1, NULL)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -28,7 +28,7 @@ WHERE
s."Int" IN (-1, 2)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -38,7 +38,7 @@ WHERE
s."Int" NOT IN (NULL, 2)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.13,True).sql
index aceacf51fe76..889d98bd3e46 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -8,7 +8,7 @@ WHERE
s."Int" IN (-1, -2)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -18,7 +18,7 @@ WHERE
(s."Int" IN (-1) OR s."Int" IS NULL)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -28,7 +28,7 @@ WHERE
s."Int" IN (-1, 2)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -38,7 +38,7 @@ WHERE
(s."Int" NOT IN (2) AND s."Int" IS NOT NULL)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.13,False).sql
index d91f5d6504f3..4d757bd7ee06 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @In Varchar(12) -- String
SET @In = '___Value3___'
DECLARE @In_1 Varchar(12) -- String
@@ -12,7 +12,7 @@ WHERE
s."CEnum" IN (:In, :In_1)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @In Varchar(12) -- String
SET @In = '___Value3___'
DECLARE @In_1 Varchar -- String
@@ -26,7 +26,7 @@ WHERE
s."CEnum" IN (:In, :In_1)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @In Varchar(12) -- String
SET @In = '___Value3___'
DECLARE @In_1 Varchar(12) -- String
@@ -40,7 +40,7 @@ WHERE
s."CEnum" IN (:In, :In_1)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NotIn Varchar -- String
SET @NotIn = NULL
DECLARE @NotIn_1 Varchar(12) -- String
@@ -54,7 +54,7 @@ WHERE
s."CEnum" NOT IN (:NotIn, :NotIn_1)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NotIn Varchar(12) -- String
SET @NotIn = '___Value3___'
DECLARE @NotIn_1 Varchar(12) -- String
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.13,True).sql
index 9b8b05145530..946666eff665 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @In Varchar(12) -- String
SET @In = '___Value3___'
DECLARE @In_1 Varchar(12) -- String
@@ -12,7 +12,7 @@ WHERE
s."CEnum" IN (:In, :In_1)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @In Varchar(12) -- String
SET @In = '___Value3___'
@@ -24,7 +24,7 @@ WHERE
(s."CEnum" IN (:In) OR s."CEnum" IS NULL)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @In Varchar(12) -- String
SET @In = '___Value3___'
DECLARE @In_1 Varchar(12) -- String
@@ -38,7 +38,7 @@ WHERE
s."CEnum" IN (:In, :In_1)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NotIn Varchar(12) -- String
SET @NotIn = '___Value2___'
@@ -50,7 +50,7 @@ WHERE
(s."CEnum" NOT IN (:NotIn) AND s."CEnum" IS NOT NULL)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @NotIn Varchar(12) -- String
SET @NotIn = '___Value3___'
DECLARE @NotIn_1 Varchar(12) -- String
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.13,False).sql
index 0bd8e17d1490..e3fcf6d4f589 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -8,7 +8,7 @@ WHERE
s."Enum" IN ('THREE', 'FOUR')
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -18,7 +18,7 @@ WHERE
s."Enum" IN ('THREE', NULL)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -28,7 +28,7 @@ WHERE
s."Enum" IN ('THREE', 'TWO')
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -38,7 +38,7 @@ WHERE
s."Enum" NOT IN (NULL, 'TWO')
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.13,True).sql
index 1ebf2aa7a782..ffbd9c48c227 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -8,7 +8,7 @@ WHERE
s."Enum" IN ('THREE', 'FOUR')
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -18,7 +18,7 @@ WHERE
(s."Enum" IN ('THREE') OR s."Enum" IS NULL)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -28,7 +28,7 @@ WHERE
s."Enum" IN ('THREE', 'TWO')
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -38,7 +38,7 @@ WHERE
(s."Enum" NOT IN ('TWO') AND s."Enum" IS NOT NULL)
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue2608Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue2608Test(PostgreSQL.13).sql
index db8004787945..956c7e0024ae 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue2608Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue2608Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @code Integer -- Int32
SET @code = 1
DECLARE @site Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[123, Ko, null]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[123, Ko, null]).sql
index 69d1b63ba582..00fa3c857c24 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[123, Ko, null]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[123, Ko, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[123, null, Ko]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[123, null, Ko]).sql
index 69d1b63ba582..00fa3c857c24 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[123, null, Ko]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[123, null, Ko]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[Ko, null, null]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[Ko, null, null]).sql
index 3af53dab5fc3..105b4c25691d 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[Ko, null, null]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[Ko, null, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[Ko, null]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[Ko, null]).sql
index 3af53dab5fc3..105b4c25691d 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[Ko, null]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[Ko, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[]).sql
index b7f8ca7ffabb..640646e31165 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, 123, Ko]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, 123, Ko]).sql
index 69d1b63ba582..00fa3c857c24 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, 123, Ko]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, 123, Ko]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, Ko, null]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, Ko, null]).sql
index 3af53dab5fc3..105b4c25691d 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, Ko, null]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, Ko, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, Ko]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, Ko]).sql
index 3af53dab5fc3..105b4c25691d 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, Ko]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, Ko]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, null, Ko]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, null, Ko]).sql
index 3af53dab5fc3..105b4c25691d 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, null, Ko]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, null, Ko]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, null]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, null]).sql
index bd177a59a838..bdde53cec121 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, null]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.13,[null, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[123, 222, null]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[123, 222, null]).sql
index 1fcb8160855d..7581547a3608 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[123, 222, null]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[123, 222, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[123, null, 222]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[123, null, 222]).sql
index 1fcb8160855d..7581547a3608 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[123, null, 222]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[123, null, 222]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[222, null, null]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[222, null, null]).sql
index 01d299f4ceb8..965e706373de 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[222, null, null]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[222, null, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[222, null]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[222, null]).sql
index 01d299f4ceb8..965e706373de 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[222, null]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[222, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[]).sql
index eb54293e931f..b8e3f4d52a30 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, 123, 222]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, 123, 222]).sql
index 1fcb8160855d..7581547a3608 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, 123, 222]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, 123, 222]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, 222, null]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, 222, null]).sql
index 01d299f4ceb8..965e706373de 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, 222, null]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, 222, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, 222]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, 222]).sql
index 01d299f4ceb8..965e706373de 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, 222]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, 222]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, null, 222]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, null, 222]).sql
index 01d299f4ceb8..965e706373de 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, null, 222]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, null, 222]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, null]).sql b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, null]).sql
index 02e3aaa15263..c164771e3dc0 100644
--- a/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, null]).sql
+++ b/PostgreSQL.13/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.13,[null, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any1(PostgreSQL.13).sql
index dcf82e260cf7..c4dd21502ae0 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any2(PostgreSQL.13).sql
index dcf82e260cf7..c4dd21502ae0 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any3(PostgreSQL.13).sql
index dcf82e260cf7..c4dd21502ae0 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Issue3791Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Issue3791Test(PostgreSQL.13).sql
index 810668010137..d269bce0a4d9 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Issue3791Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Issue3791Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest1(PostgreSQL.13).sql
index 45f7ebe233bc..db0ca34c8abe 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.cond
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest10(PostgreSQL.13).sql
index 72327dc87fed..8369c5f6ef56 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest11(PostgreSQL.13).sql
index 9e2645e634c8..2ba84cbfb9dc 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest2(PostgreSQL.13).sql
index 71f2d52e7d4a..24229d4fae55 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest3(PostgreSQL.13).sql
index bbc5e34c462a..b02d4ac5a989 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest4(PostgreSQL.13).sql
index 2de295eaff0c..98da54ebb15d 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest41(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest41(PostgreSQL.13).sql
index 2de295eaff0c..98da54ebb15d 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest41(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest41(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest5(PostgreSQL.13).sql
index 904ed5a54b1a..0670fb370118 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest6(PostgreSQL.13).sql
index 5cb10c687a5d..2f435e462904 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest61(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest61(PostgreSQL.13).sql
index 5cb10c687a5d..2f435e462904 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest61(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest61(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest7(PostgreSQL.13).sql
index 30944c87fc4d..d747a5de7a72 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5000
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest71(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest71(PostgreSQL.13).sql
index 30944c87fc4d..d747a5de7a72 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest71(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest71(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5000
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest8(PostgreSQL.13).sql
index 86cc0a9ac69d..854346ac47e6 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest9(PostgreSQL.13).sql
index bf99a9c10a73..4eef340d7ce7 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select1(PostgreSQL.13).sql
index 095e7c4096bb..52dcb6e9ee6c 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select2(PostgreSQL.13).sql
index 9dd966436e64..d4d9a810e29a 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select3(PostgreSQL.13).sql
index 9d6ac6cb1a84..4bd5a08eb51e 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select4(PostgreSQL.13).sql
index 9d6ac6cb1a84..4bd5a08eb51e 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where1(PostgreSQL.13).sql
index 96e895717a21..26446e989eea 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where2(PostgreSQL.13).sql
index 96e895717a21..26446e989eea 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where3(PostgreSQL.13).sql
index 2c388b4a59f6..64378ed53a0d 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ByteToString(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ByteToString(PostgreSQL.13).sql
index 4030d3465302..2c4f91fa42c7 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ByteToString(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ByteToString(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ID"::SmallInt::text
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertFromOneToAnother(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertFromOneToAnother(PostgreSQL.13).sql
index 5f33ad1074ef..92cf795fd5ef 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertFromOneToAnother(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertFromOneToAnother(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(9, 5) -- Decimal
SET @value = 6579.64648
@@ -8,7 +8,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = 6579.64648
@@ -18,7 +18,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = 6579.6464800000003
@@ -28,7 +28,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(9, 5) -- Decimal
SET @value = 6579.64648
@@ -38,7 +38,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = 6579.64648
@@ -48,7 +48,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = 6579.6464800000003
@@ -58,7 +58,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(9, 5) -- Decimal
SET @value = 6579.64648
@@ -68,7 +68,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = 6579.64648
@@ -78,7 +78,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = 6579.6464800000003
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean1(PostgreSQL.13).sql
index 31c46be32381..329c02fcf6e4 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean2(PostgreSQL.13).sql
index ae712318fc5d..74be3f102cf4 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToByte(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToByte(PostgreSQL.13).sql
index 43822aefb559..d95c14346680 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToByte(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToByte(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDateTime(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDateTime(PostgreSQL.13).sql
index 2f764a84171d..76c01009f5fb 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDateTime(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDateTime(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From p."DateTimeValue"))::Int || '-01-01 00:00:00')::TimeStamp
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDecimal(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDecimal(PostgreSQL.13).sql
index abe881956ebc..78b34009811a 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDecimal(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDecimal(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDouble(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDouble(PostgreSQL.13).sql
index 1e8254edbb2d..5d8550c43cfb 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDouble(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDouble(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt16(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt16(PostgreSQL.13).sql
index 43822aefb559..d95c14346680 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt16(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt16(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt32(PostgreSQL.13).sql
index f4cbace94ca1..f21b47036967 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt64(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt64(PostgreSQL.13).sql
index e2288017aa22..0d6915d11f71 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt64(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt64(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSByte(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSByte(PostgreSQL.13).sql
index 43822aefb559..d95c14346680 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSByte(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSByte(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSingle(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSingle(PostgreSQL.13).sql
index 55c7aadee5c3..af1834087fcf 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSingle(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSingle(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt16(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt16(PostgreSQL.13).sql
index f4cbace94ca1..f21b47036967 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt16(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt16(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt32(PostgreSQL.13).sql
index e2288017aa22..0d6915d11f71 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt64(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt64(PostgreSQL.13).sql
index 0cc7dd2417f8..cd6b86580732 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt64(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt64(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.DecimalToString(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.DecimalToString(PostgreSQL.13).sql
index 74c79901dda9..85627b41a88f 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.DecimalToString(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.DecimalToString(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
RTRIM(Replace(p."MoneyValue"::text, ',', '.'), '0.')
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.GuidToString(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.GuidToString(PostgreSQL.13).sql
index 9839c9bca358..3d9f411a483f 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.GuidToString(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.GuidToString(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @guid Text(36) -- String
SET @guid = 'febe3eca-cb5f-40b2-ad39-2979d312afca'
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.Test1(PostgreSQL.13).sql
index 5bcb006b66f9..b13a4216ec96 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt(PostgreSQL.13).sql
index 95ff2b894fa7..e97d4cd9ed60 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::BigInt
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt2(PostgreSQL.13).sql
index 95ff2b894fa7..e97d4cd9ed60 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::BigInt
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit1(PostgreSQL.13).sql
index cafa28024333..446e8dec5a8b 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit2(PostgreSQL.13).sql
index 15d0a731e601..24ac0b02b881 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToByte(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToByte(PostgreSQL.13).sql
index 0b4dcab3153e..bd7658af0a73 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToByte(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToByte(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToChar(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToChar(PostgreSQL.13).sql
index 92c652aae82f..8bd91d125797 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToChar(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToChar(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::Char(20)
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDateTime(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDateTime(PostgreSQL.13).sql
index 2f764a84171d..76c01009f5fb 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDateTime(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDateTime(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From p."DateTimeValue"))::Int || '-01-01 00:00:00')::TimeStamp
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal1(PostgreSQL.13).sql
index 4ccdb155ae16..3ac417af1d38 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(t."MoneyValue" * 1000)::decimal(10, 4)
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal2(PostgreSQL.13).sql
index a57e5ab31fe2..1da4acaf5f97 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::decimal(10, 4)
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal3(PostgreSQL.13).sql
index abe881956ebc..78b34009811a 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultDecimal(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultDecimal(PostgreSQL.13).sql
index c77b4cb4c59b..eeaae0c7f967 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultDecimal(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultDecimal(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(t."MoneyValue" * 1000)::decimal
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultNVarChar(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultNVarChar(PostgreSQL.13).sql
index 88b71f2f5f5c..32650570aa9b 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultNVarChar(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultNVarChar(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::VarChar
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultVarChar(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultVarChar(PostgreSQL.13).sql
index 88b71f2f5f5c..32650570aa9b 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultVarChar(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultVarChar(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::VarChar
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDouble(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDouble(PostgreSQL.13).sql
index 5adb246caf45..581fd0cb7cd8 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDouble(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDouble(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt(PostgreSQL.13).sql
index bc72783027c1..af75bab23335 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::Int
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt1(PostgreSQL.13).sql
index bc72783027c1..af75bab23335 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::Int
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt16(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt16(PostgreSQL.13).sql
index 0b4dcab3153e..bd7658af0a73 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt16(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt16(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt2(PostgreSQL.13).sql
index bc72783027c1..af75bab23335 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::Int
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt32(PostgreSQL.13).sql
index 2e0d7bda270c..b142b7ad123b 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt64(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt64(PostgreSQL.13).sql
index de9d648c6722..2ccb42c88fe0 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt64(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt64(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToMoney(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToMoney(PostgreSQL.13).sql
index 6600c6039bf3..0704cbc5cdc6 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToMoney(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToMoney(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::decimal(19, 4)
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNChar(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNChar(PostgreSQL.13).sql
index ffac489404cd..e9df33d935a0 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNChar(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNChar(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::character(20)
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNVarChar(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNVarChar(PostgreSQL.13).sql
index 94f46ebe8915..ff60ae5ca0cb 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNVarChar(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNVarChar(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::VarChar(20)
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSByte(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSByte(PostgreSQL.13).sql
index 0b4dcab3153e..bd7658af0a73 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSByte(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSByte(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSingle(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSingle(PostgreSQL.13).sql
index ce310eb94d7e..c7af70b7f4b5 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSingle(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSingle(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallInt(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallInt(PostgreSQL.13).sql
index 49beb5e3c7c1..1cc36948298d 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallInt(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallInt(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::SmallInt
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallMoney(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallMoney(PostgreSQL.13).sql
index a57e5ab31fe2..1da4acaf5f97 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallMoney(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallMoney(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::decimal(10, 4)
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDate(PostgreSQL.13).sql
index 3556b44c4e9f..19e2aa3dd5d5 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDate(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From t."DateTimeValue"))::Int || '-01-01')::Date
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime(PostgreSQL.13).sql
index d8ccdcda5950..5a27d20d3208 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From t."DateTimeValue"))::Int || '-01-01 00:20:00')::Timestamp
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime2(PostgreSQL.13).sql
index d8ccdcda5950..5a27d20d3208 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From t."DateTimeValue"))::Int || '-01-01 00:20:00')::Timestamp
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTimeOffset(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTimeOffset(PostgreSQL.13).sql
index d8ccdcda5950..5a27d20d3208 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTimeOffset(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTimeOffset(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From t."DateTimeValue"))::Int || '-01-01 00:20:00')::Timestamp
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlFloat(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlFloat(PostgreSQL.13).sql
index b8154d431fe1..5107c3527491 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlFloat(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlFloat(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::Float
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlReal(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlReal(PostgreSQL.13).sql
index 666c889a9f5b..92842d2ba18a 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlReal(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlReal(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::Real
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlSmallDateTime(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlSmallDateTime(PostgreSQL.13).sql
index d8ccdcda5950..5a27d20d3208 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlSmallDateTime(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlSmallDateTime(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From t."DateTimeValue"))::Int || '-01-01 00:20:00')::Timestamp
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTime(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTime(PostgreSQL.13).sql
index 1dd38bcfcdb3..9eb5a182c190 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTime(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTime(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(hour From t."DateTimeValue"))::Int || ':01:01')::Time
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTimeSql(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTimeSql(PostgreSQL.13).sql
index 1dd38bcfcdb3..9eb5a182c190 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTimeSql(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTimeSql(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(hour From t."DateTimeValue"))::Int || ':01:01')::Time
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToTinyInt(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToTinyInt(PostgreSQL.13).sql
index 49beb5e3c7c1..1cc36948298d 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToTinyInt(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToTinyInt(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::SmallInt
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt1(PostgreSQL.13).sql
index 95ff2b894fa7..e97d4cd9ed60 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::BigInt
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt16(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt16(PostgreSQL.13).sql
index 2e0d7bda270c..b142b7ad123b 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt16(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt16(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt2(PostgreSQL.13).sql
index 95ff2b894fa7..e97d4cd9ed60 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::BigInt
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt32(PostgreSQL.13).sql
index de9d648c6722..2ccb42c88fe0 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt64(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt64(PostgreSQL.13).sql
index 6032a38888f2..05727c65b028 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt64(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt64(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToVarChar(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToVarChar(PostgreSQL.13).sql
index 94f46ebe8915..ff60ae5ca0cb 100644
--- a/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToVarChar(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToVarChar(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::VarChar(20)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1(PostgreSQL.13).sql
index ffd79abb852b..dd466d541b3a 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1Async(PostgreSQL.13).sql
index ffd79abb852b..dd466d541b3a 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2(PostgreSQL.13).sql
index 98c41984f65b..c32bbd0a3641 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2Async(PostgreSQL.13).sql
index 98c41984f65b..c32bbd0a3641 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count3(PostgreSQL.13).sql
index ded0be851453..abc12bd4907d 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count4(PostgreSQL.13).sql
index 92f4c8f3880d..5e25d11348f7 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count5(PostgreSQL.13).sql
index b4469e077be2..a813892cd718 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count6(PostgreSQL.13).sql
index 7171f89331d2..6f453b972067 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count7(PostgreSQL.13).sql
index 79c9f3a92c9f..296b13af81b1 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count8(PostgreSQL.13).sql
index fb7b1f353760..be395c4b404a 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -8,7 +8,7 @@ FROM
WHERE
"a_Parent"."ParentID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -18,7 +18,7 @@ FROM
WHERE
"a_Parent"."ParentID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count9(PostgreSQL.13).sql
index b728d80a8300..33902ea176f0 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.Count9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -8,7 +8,7 @@ FROM
WHERE
"a_Parent"."ParentID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy1(PostgreSQL.13).sql
index bff23bd7168d..ee2f575406ec 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" > 20)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy101(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy101(PostgreSQL.13).sql
index f946ae068e30..9bca8b66bda1 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy101(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy101(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy102(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy102(PostgreSQL.13).sql
index 18241db613c1..615a76cfe3c0 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy102(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy102(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Max_1",
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy103(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy103(PostgreSQL.13).sql
index 5c7363436772..cf4fe78ec12a 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy103(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy103(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" > 20)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy21(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy21(PostgreSQL.13).sql
index e1faf64e8a84..ceb6ecf0327c 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy21(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy21(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy22(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy22(PostgreSQL.13).sql
index 26fb25664911..85ccfd1a8189 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy22(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy22(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy23(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy23(PostgreSQL.13).sql
index 9810076d3871..acbe7c49a510 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy23(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy23(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ParentID" < 2)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy3(PostgreSQL.13).sql
index 301d2b9d3142..1a9400281e05 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy4(PostgreSQL.13).sql
index 04a474a0e19c..2cfe61c698ca 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy5(PostgreSQL.13).sql
index 18241db613c1..615a76cfe3c0 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Max_1",
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy6(PostgreSQL.13).sql
index b4469e077be2..a813892cd718 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy7(PostgreSQL.13).sql
index 72bfee0c6388..ccd3517eee61 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*),
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere(PostgreSQL.13).sql
index 875097ad395e..e702a680f942 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere1(PostgreSQL.13).sql
index ec95a72b14e9..331f51f61156 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere2(PostgreSQL.13).sql
index 43468ac5d283..b7926d7a76f3 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere201(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere201(PostgreSQL.13).sql
index 22491fd7df8b..1bded901b3c2 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere201(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere201(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere202(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere202(PostgreSQL.13).sql
index de0874fe8e0b..977c247bbe05 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere202(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere202(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere203(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere203(PostgreSQL.13).sql
index 55833eb9032d..d89b5100d6b2 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere203(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere203(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere3(PostgreSQL.13).sql
index 7f0b04326711..33f874a268f4 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere301(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere301(PostgreSQL.13).sql
index 4a4699ad7b7a..a36d1f57ae54 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere301(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere301(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere4(PostgreSQL.13).sql
index 04854d212b37..6ff40edb9c41 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin1(PostgreSQL.13).sql
index ba4a810ba071..e695fd198663 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin2(PostgreSQL.13).sql
index ba4a810ba071..e695fd198663 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin3(PostgreSQL.13).sql
index 680ed37c7b92..6ce72a70c7ac 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin4(PostgreSQL.13).sql
index 1cf721f94125..fd0e4ccd302e 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."Count_1" + t2."Count_1"
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery1(PostgreSQL.13).sql
index e495c5c08582..efee9f1564a3 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery2(PostgreSQL.13).sql
index 73e2ec6e87da..371a694062b1 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery3(PostgreSQL.13).sql
index 73e2ec6e87da..371a694062b1 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery4(PostgreSQL.13).sql
index 08de897c65d9..54c3e709d57d 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery5(PostgreSQL.13).sql
index 08de897c65d9..54c3e709d57d 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery6(PostgreSQL.13).sql
index 114c0436cf47..b1ef12e23372 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery7(PostgreSQL.13).sql
index 205c515ea38a..62033ca01e29 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1(PostgreSQL.13).sql
index ae385d14b711..9bcb81ab3c90 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX((
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1Async(PostgreSQL.13).sql
index ae385d14b711..9bcb81ab3c90 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX((
diff --git a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax2(PostgreSQL.13).sql
index e06001406958..9a3dcdb24b15 100644
--- a/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX((
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue1845Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue1845Test(PostgreSQL.13).sql
index 8c294002b77d..ca48f27ceb0a 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue1845Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue1845Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Value1", "Value2")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2029Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2029Test(PostgreSQL.13).sql
index eb08ce362aa8..541404bd68a6 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2029Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2029Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ncCodeBo Text(30) -- String
SET @ncCodeBo = 'NCCodeBO:8110,SETUP_OSCILLOSCO'
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2145Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2145Test2(PostgreSQL.13).sql
index f06ec906ea5a..2965f49eec9a 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2145Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2145Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2264(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2264(PostgreSQL.13).sql
index a77068fa5b0f..613e3bf5691e 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2264(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2264(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE "CTE"
(
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordClass(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordClass(PostgreSQL.13).sql
index 79609b973f17..82cd62ffc638 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordClass(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordClass(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "FirstName", "LastName")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordLikeClass(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordLikeClass(PostgreSQL.13).sql
index 79609b973f17..82cd62ffc638 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordLikeClass(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordLikeClass(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "FirstName", "LastName")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_DoubleColumnSelection(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_DoubleColumnSelection(PostgreSQL.13).sql
index 52737de1cb4a..fed4ee5aabe8 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_DoubleColumnSelection(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_DoubleColumnSelection(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte
(
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_LiteralsInAnchor(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_LiteralsInAnchor(PostgreSQL.13).sql
index 37f9457bef8f..566343b9e6ea 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_LiteralsInAnchor(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_LiteralsInAnchor(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte
(
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullEnumInAnchor(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullEnumInAnchor(PostgreSQL.13).sql
index 3f0154a30aba..e17900714858 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullEnumInAnchor(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullEnumInAnchor(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "Enum1")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullGuidInAnchor(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullGuidInAnchor(PostgreSQL.13).sql
index 065445150012..de55ab0a49f1 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullGuidInAnchor(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullGuidInAnchor(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "Guid")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullsInAnchor(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullsInAnchor(PostgreSQL.13).sql
index 5c61834baffe..005ef6892c94 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullsInAnchor(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullsInAnchor(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte
(
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.13).sql
index 8b00f53e9eca..d1b10ae41955 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "Str")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.13).sql
index 9cd9c32fea74..877ca1f035df 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "Str")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeStringEnum_AllProviders(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeStringEnum_AllProviders(PostgreSQL.13).sql
index 2a493967bb53..48c05d2b7e43 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeStringEnum_AllProviders(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeStringEnum_AllProviders(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "Str")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3407Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3407Test(PostgreSQL.13).sql
index 834c53a393e7..c79af22c104c 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3407Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3407Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" (c1)
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3945(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3945(PostgreSQL.13).sql
index 828e3debb448..719906fab793 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3945(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3945(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE" ("ParentId", "Label")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4012Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4012Test(PostgreSQL.13).sql
index a5b8927c9576..875eaea600a2 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4012Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4012Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("ParentID", "ChildID")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.13,False).sql
index f48a250101ec..e60b4e7c6a11 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."EnumValue"
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.13,True).sql
index 99666b8424e4..078e83541438 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("EnumValue")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test1(PostgreSQL.13).sql
index 3efd97977b22..9e2cb232dd0b 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE d
(
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test2(PostgreSQL.13).sql
index 18125e33ac46..c3cb6216443c 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE d
(
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4717Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4717Test(PostgreSQL.13).sql
index bd60ae728233..776a44e19ffb 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4717Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4717Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4717Address"
(
@@ -17,7 +17,7 @@ VALUES
'12345'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4717Warehouse"
(
@@ -32,7 +32,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4717UnitOfMeasure"
(
@@ -47,7 +47,7 @@ VALUES
'ea'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @productId Integer -- Int32
SET @productId = 1
@@ -66,7 +66,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @includedProductId Integer -- Int32
SET @includedProductId = 2
@@ -85,7 +85,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @productId Integer -- Int32
SET @productId = 1
DECLARE @includedProductId Integer -- Int32
@@ -104,7 +104,7 @@ VALUES
10
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @productId Integer -- Int32
SET @productId = 1
@@ -121,7 +121,7 @@ VALUES
10
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @productId Integer -- Int32
SET @productId = 1
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Delete(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Delete(PostgreSQL.13).sql
index 4a00bba1ff71..b8d5e4d44d67 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Delete(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Delete(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @menuId Integer -- Int32
SET @menuId = 1
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Select(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Select(PostgreSQL.13).sql
index 0787fbd07ada..a0408388f27c 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Select(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Select(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @menuId Integer -- Int32
SET @menuId = 1
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Delete(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Delete(PostgreSQL.13).sql
index 8f0c5a8fe337..bf861e1428df 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Delete(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Delete(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @menuId Integer -- Int32
SET @menuId = 1
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Select(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Select(PostgreSQL.13).sql
index a12500e218a6..04e4f6baaf74 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Select(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Select(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @menuId Integer -- Int32
SET @menuId = 1
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.IssueCteDuplicateColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.IssueCteDuplicateColumn(PostgreSQL.13).sql
index bc36ddca9cd0..716386a27949 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.IssueCteDuplicateColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.IssueCteDuplicateColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Id2", "Id1")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_1(PostgreSQL.13).sql
index c5e2cac702ca..1d00fb28d5b5 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id")
AS
@@ -32,7 +32,7 @@ FROM
) m_1
INNER JOIN "Person" d ON d."PersonID" = m_1."Item1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_2(PostgreSQL.13).sql
index bd0ea31e8e00..6b5f153c9e70 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("PersonID")
AS
@@ -26,7 +26,7 @@ FROM
) m_1
INNER JOIN "Person" d ON d."PersonID" = m_1."Item1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("PersonID")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveCount(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveCount(PostgreSQL.13).sql
index 607d6ec5ff75..78d7a4b02823 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveCount(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveCount(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE "CTE_1" ("Id")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveDeepNesting(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveDeepNesting(PostgreSQL.13).sql
index fd7832791c8d..f8672db58411 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveDeepNesting(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveDeepNesting(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE "CTE_1" ("Id")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveInsertInto(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveInsertInto(PostgreSQL.13).sql
index c889d9dae5ce..112d4fdd72d1 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveInsertInto(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveInsertInto(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE "CTE_1" ("Id")
AS
@@ -46,7 +46,7 @@ SELECT
FROM
"hierarchyDown" t4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest(PostgreSQL.13).sql
index 23d106219db6..34852a62a83d 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE "MY_CTE" ("ChildID", "ParentID", "GrandChildID")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest2(PostgreSQL.13).sql
index 47d8263bdb05..5af898e27ed8 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE "CTE_1" ("Id")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test1(PostgreSQL.13).sql
index 30ad54ac7795..bd9304eeaec0 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("ParentID")
AS
@@ -18,7 +18,7 @@ FROM
INNER JOIN "CTE_1" c_2 ON p."ParentID" = c_2."ParentID"
INNER JOIN "CTE_1" c2 ON p."ParentID" = c2."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test2(PostgreSQL.13).sql
index c0b7c89c9d9e..f72bb2e00f5b 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE1_" ("ParentID")
AS
@@ -65,7 +65,7 @@ FROM
INNER JOIN "CTE3_" c3 ON t1."ParentID" = c3."ParentID"
INNER JOIN "LATEST" c4_1 ON c4_1."ParentID" = c3."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c3."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test4(PostgreSQL.13).sql
index ed2fdbeb52f9..d34169306ee6 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE1_" ("ParentID")
AS
@@ -28,7 +28,7 @@ FROM
"CTE1_" p
INNER JOIN "LAST0" c4_1 ON c4_1."ParentID" = p."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c4."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test5(PostgreSQL.13).sql
index f9dc007ea941..5306f32f5aab 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.Test5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("ParentID")
AS
@@ -23,7 +23,7 @@ FROM
INNER JOIN "CTE_1" c_2 ON p."ParentID" = c_2."ParentID"
INNER JOIN "CTE_1" c2 ON p."ParentID" = c2."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAsTable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAsTable(PostgreSQL.13).sql
index a36d3585e6d6..eecb492917d1 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAsTable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAsTable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE1_" ("ParentID", "ChildID")
AS
@@ -15,7 +15,7 @@ SELECT
FROM
"CTE1_" t2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAssociations(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAssociations(PostgreSQL.13).sql
index f0267fe841ab..11c4ac10a661 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAssociations(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAssociations(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "BooksCte" ("AuthorId", "Title")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCondition(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCondition(PostgreSQL.13).sql
index 23f96dedd894..8b4bec82273a 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCondition(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCondition(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @var3 Integer -- Int32
SET @var3 = 1
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCustomCount(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCustomCount(PostgreSQL.13).sql
index 544ab7267dbd..bbfa2adef253 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCustomCount(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCustomCount(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" AS
(
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDelete(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDelete(PostgreSQL.13).sql
index 4397f4a2ca41..9722729ed38a 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDelete(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDelete(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("ParentID")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDoubleRecursion(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDoubleRecursion(PostgreSQL.13).sql
index 8b97cd10f653..065d82ca145d 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDoubleRecursion(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDoubleRecursion(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE "CTE_1" ("Id")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestEmbedded(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestEmbedded(PostgreSQL.13).sql
index b441bb87aa7c..2ad7abbff7ab 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestEmbedded(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestEmbedded(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("ChildID")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestInsert(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestInsert(PostgreSQL.13).sql
index b4eb6edb6afa..28d61699dd00 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestInsert(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestInsert(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE1_" ("ParentID")
AS
@@ -33,7 +33,7 @@ FROM
"CTE1_" t1
INNER JOIN "LAST0" c4_1 ON c4_1."ParentID" = t1."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID",
@@ -44,7 +44,7 @@ ORDER BY
t1."ChildID",
t1."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID",
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNesting(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNesting(PostgreSQL.13).sql
index 8941a79b6a23..90eb45f90681 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNesting(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNesting(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Property1")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNoColumns(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNoColumns(PostgreSQL.13).sql
index 91eaadc6dc1e..cfc0e78915f7 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNoColumns(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNoColumns(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE1_" (c1)
AS
@@ -20,7 +20,7 @@ SELECT
FROM
"CTE1_" t2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE1_" (c1)
AS
@@ -35,7 +35,7 @@ SELECT
FROM
"CTE1_" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE1_" (c1)
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveObjects(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveObjects(PostgreSQL.13).sql
index c7ced96f6fca..3aacbe8fcb3c 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveObjects(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveObjects(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE previous
(
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveScalar(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveScalar(PostgreSQL.13).sql
index 02f06b8c829a..5742a2b3f333 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveScalar(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveScalar(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestUpdate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestUpdate(PostgreSQL.13).sql
index 8ef79e15a263..4ed16b5d0d54 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestUpdate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestUpdate(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("ParentID")
AS
@@ -19,7 +19,7 @@ FROM
WHERE
ct."ParentID" = "CteChild"."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID",
@@ -29,7 +29,7 @@ FROM
WHERE
(c_1."ParentID"::decimal % 2)::decimal = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID"
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapper(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapper(PostgreSQL.13).sql
index 489cb5d146a6..13a687c40f93 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapper(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapper(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Child_ParentID", "Child_ChildID")
AS
@@ -18,7 +18,7 @@ FROM
"Parent" p
INNER JOIN "CTE_1" c_1 ON p."ParentID" = c_1."Child_ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapperUnion(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapperUnion(PostgreSQL.13).sql
index 093a85b9ebea..9d52209f9cfe 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapperUnion(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapperUnion(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
@@ -37,7 +37,7 @@ SELECT
FROM
"CTE_1" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.UnionCteWithFilter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.UnionCteWithFilter(PostgreSQL.13).sql
index 7c928a63b877..a77ed43189ef 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.UnionCteWithFilter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.UnionCteWithFilter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "BooksCte" ("Book_Id", "Book_Title", "Author_Name")
AS
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.WithLimitedOrderBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.WithLimitedOrderBy(PostgreSQL.13).sql
index bbbeaef5ad7f..f5673fae0339 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.WithLimitedOrderBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.WithLimitedOrderBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.WithOrderBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.WithOrderBy(PostgreSQL.13).sql
index 282e579d6927..b7206d646895 100644
--- a/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.WithOrderBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/CteTests/Tests.Linq.CteTests.WithOrderBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("ParentID", "Value1")
AS
diff --git a/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.13,MultipleRows).sql
index 76e3afe61721..495f2ced00e7 100644
--- a/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -9,7 +9,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -19,12 +19,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -35,7 +35,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -45,12 +45,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -61,7 +61,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -71,12 +71,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -87,7 +87,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -97,12 +97,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -113,7 +113,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -123,12 +123,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -139,7 +139,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -149,12 +149,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -165,7 +165,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -175,12 +175,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -191,7 +191,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -201,12 +201,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -217,7 +217,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -227,12 +227,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -243,7 +243,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -253,12 +253,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -269,7 +269,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -279,12 +279,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -295,7 +295,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -305,12 +305,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -321,7 +321,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -331,12 +331,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -347,7 +347,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -357,12 +357,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -373,7 +373,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -383,12 +383,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -399,7 +399,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -409,12 +409,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -425,7 +425,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -435,12 +435,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -451,7 +451,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -461,7 +461,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
diff --git a/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.13,ProviderSpecific).sql
index 7a69f1c1fe29..a145e66fc9c3 100644
--- a/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.13,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -10,14 +10,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -27,14 +27,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -44,14 +44,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -61,14 +61,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -78,14 +78,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -95,14 +95,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -112,14 +112,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -129,14 +129,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -146,14 +146,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -163,14 +163,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -180,14 +180,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -197,14 +197,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,14 +214,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -231,14 +231,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -248,14 +248,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -265,14 +265,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -282,14 +282,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -299,7 +299,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
diff --git a/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.13,RowByRow).sql
index 70464e1523ed..e661365e72a7 100644
--- a/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -42,12 +42,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -64,7 +64,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -81,7 +81,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -91,12 +91,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -113,7 +113,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -130,7 +130,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -140,12 +140,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -162,7 +162,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -179,7 +179,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -189,12 +189,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -211,7 +211,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -228,7 +228,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,12 +238,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -260,7 +260,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -277,7 +277,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -287,12 +287,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -309,7 +309,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -326,7 +326,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -336,12 +336,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -358,7 +358,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -375,7 +375,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -385,12 +385,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -407,7 +407,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -424,7 +424,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -434,12 +434,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -456,7 +456,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -473,7 +473,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -483,12 +483,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -505,7 +505,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -522,7 +522,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -532,12 +532,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -554,7 +554,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -571,7 +571,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -581,12 +581,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -603,7 +603,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -620,7 +620,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -630,12 +630,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -652,7 +652,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -669,7 +669,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -679,12 +679,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -701,7 +701,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -718,7 +718,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -728,12 +728,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -750,7 +750,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -767,7 +767,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -777,12 +777,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -799,7 +799,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -816,7 +816,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -826,12 +826,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -848,7 +848,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -865,7 +865,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -875,7 +875,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
diff --git a/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.13,MultipleRows).sql
index 234d19be327d..4c8cb3e7d75b 100644
--- a/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -9,7 +9,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -19,12 +19,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -35,7 +35,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -45,12 +45,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -61,7 +61,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -71,12 +71,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -87,7 +87,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -97,12 +97,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -113,7 +113,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -123,12 +123,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -139,7 +139,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -149,12 +149,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -165,7 +165,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -175,12 +175,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -191,7 +191,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -201,12 +201,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -217,7 +217,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -227,12 +227,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -243,7 +243,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -253,12 +253,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -269,7 +269,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -279,12 +279,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -295,7 +295,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -305,12 +305,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -321,7 +321,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -331,12 +331,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -347,7 +347,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -357,12 +357,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -373,7 +373,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -383,12 +383,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -399,7 +399,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -409,12 +409,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -425,7 +425,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -435,12 +435,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -451,7 +451,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -461,12 +461,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -477,7 +477,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -487,12 +487,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -503,7 +503,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -513,12 +513,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -529,7 +529,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -539,12 +539,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -555,7 +555,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -565,12 +565,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -581,7 +581,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -591,12 +591,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -607,7 +607,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -617,12 +617,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -633,7 +633,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -643,12 +643,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -659,7 +659,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -669,12 +669,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -685,7 +685,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -695,12 +695,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -711,7 +711,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -721,12 +721,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -737,7 +737,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -747,12 +747,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -763,7 +763,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -773,12 +773,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -789,7 +789,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -799,12 +799,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -815,7 +815,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -825,12 +825,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -841,7 +841,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -851,12 +851,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -867,7 +867,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -877,12 +877,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -893,7 +893,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -903,12 +903,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -919,7 +919,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -929,7 +929,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
diff --git a/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.13,ProviderSpecific).sql
index f650c86040c3..a932698d262e 100644
--- a/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.13,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -10,14 +10,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -27,14 +27,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -44,14 +44,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -61,14 +61,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -78,14 +78,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -95,14 +95,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -112,14 +112,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -129,14 +129,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -146,14 +146,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -163,14 +163,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -180,14 +180,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -197,14 +197,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,14 +214,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -231,14 +231,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -248,14 +248,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -265,14 +265,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -282,14 +282,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -299,14 +299,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -316,14 +316,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -333,14 +333,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -350,14 +350,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -367,14 +367,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -384,14 +384,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -401,14 +401,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -418,14 +418,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -435,14 +435,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -452,14 +452,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -469,14 +469,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -486,14 +486,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -503,14 +503,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -520,14 +520,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -537,14 +537,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -554,14 +554,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -571,14 +571,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -588,14 +588,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -605,7 +605,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
diff --git a/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.13,RowByRow).sql
index dbdf55673aec..dc466cbf7a04 100644
--- a/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -42,12 +42,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -64,7 +64,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -81,7 +81,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -91,12 +91,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -113,7 +113,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -130,7 +130,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -140,12 +140,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -162,7 +162,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -179,7 +179,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -189,12 +189,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -211,7 +211,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -228,7 +228,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,12 +238,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -260,7 +260,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -277,7 +277,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -287,12 +287,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -309,7 +309,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -326,7 +326,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -336,12 +336,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -358,7 +358,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -375,7 +375,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -385,12 +385,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -407,7 +407,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -424,7 +424,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -434,12 +434,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -456,7 +456,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -473,7 +473,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -483,12 +483,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -505,7 +505,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -522,7 +522,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -532,12 +532,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -554,7 +554,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -571,7 +571,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -581,12 +581,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -603,7 +603,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -620,7 +620,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -630,12 +630,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -652,7 +652,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -669,7 +669,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -679,12 +679,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -701,7 +701,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -718,7 +718,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -728,12 +728,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -750,7 +750,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -767,7 +767,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -777,12 +777,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -799,7 +799,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -816,7 +816,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -826,12 +826,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -848,7 +848,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -865,7 +865,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -875,12 +875,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -897,7 +897,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -914,7 +914,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -924,12 +924,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -946,7 +946,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -963,7 +963,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -973,12 +973,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -995,7 +995,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1012,7 +1012,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1022,12 +1022,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1044,7 +1044,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1061,7 +1061,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1071,12 +1071,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1093,7 +1093,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1110,7 +1110,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1120,12 +1120,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1142,7 +1142,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1159,7 +1159,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1169,12 +1169,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1191,7 +1191,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1208,7 +1208,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1218,12 +1218,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1240,7 +1240,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1257,7 +1257,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1267,12 +1267,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1289,7 +1289,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1306,7 +1306,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1316,12 +1316,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1338,7 +1338,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1355,7 +1355,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1365,12 +1365,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1387,7 +1387,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1404,7 +1404,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1414,12 +1414,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1436,7 +1436,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1453,7 +1453,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1463,12 +1463,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1485,7 +1485,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1502,7 +1502,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1512,12 +1512,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1534,7 +1534,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1551,7 +1551,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1561,12 +1561,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1583,7 +1583,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1600,7 +1600,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1610,12 +1610,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1632,7 +1632,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1649,7 +1649,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1659,12 +1659,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1681,7 +1681,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1698,7 +1698,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1708,12 +1708,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1730,7 +1730,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1747,7 +1747,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1757,7 +1757,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
diff --git a/PostgreSQL.13/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.ProviderConnectionStringConstructorTest3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.ProviderConnectionStringConstructorTest3(PostgreSQL.13).sql
index 8c482cca7fef..6882435ea3b3 100644
--- a/PostgreSQL.13/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.ProviderConnectionStringConstructorTest3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.ProviderConnectionStringConstructorTest3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -8,7 +8,7 @@ FROM
ORDER BY
t1."ChildID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.TestCreateConnection(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.TestCreateConnection(PostgreSQL.13).sql
index eedcd461738a..11448fabac6c 100644
--- a/PostgreSQL.13/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.TestCreateConnection(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.TestCreateConnection(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -9,7 +9,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -20,7 +20,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestBoolean(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestBoolean(PostgreSQL.13).sql
index ab0db7d77da6..e4b1907a9d84 100644
--- a/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestBoolean(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestBoolean(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Column Boolean
SET @Column = False
DECLARE @ColumnNullable Boolean
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :Column AND r."ColumnNullable" = :ColumnNullable
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column" = False AND r."ColumnNullable" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Boolean
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Column Boolean
@@ -71,7 +71,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -82,12 +82,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BooleanTable"
(
@@ -99,7 +99,7 @@ VALUES
(1,True,NULL),
(2,False,True)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -110,14 +110,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"BooleanTable" t1
INSERT BULK "BooleanTable"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestByte(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestByte(PostgreSQL.13).sql
index aaceaabbccab..244a8e0b5ae2 100644
--- a/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestByte(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestByte(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Column Smallint -- Int16
SET @Column = 255
DECLARE @ColumnNullable Smallint -- Int16
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :Column AND r."ColumnNullable" = :ColumnNullable
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column" = 255 AND r."ColumnNullable" = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"ByteTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Smallint -- Int16
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Column Smallint -- Int16
@@ -71,7 +71,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -82,12 +82,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"ByteTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "ByteTable"
(
@@ -99,7 +99,7 @@ VALUES
(1,1,NULL),
(2,255,2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -110,14 +110,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"ByteTable" t1
INSERT BULK "ByteTable"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestDateOnly(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestDateOnly(PostgreSQL.13).sql
index a2b4a3502b81..181b1b82e018 100644
--- a/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestDateOnly(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestDateOnly(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Column Date
SET @Column = '2020-02-29'::date
DECLARE @ColumnNullable Date
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :Column AND r."ColumnNullable" = :ColumnNullable
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column" = '2020-02-29'::date AND r."ColumnNullable" = '2020-01-01'::date
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"DateOnlyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Date
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Column Date
@@ -71,7 +71,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -82,12 +82,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"DateOnlyTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "DateOnlyTable"
(
@@ -99,7 +99,7 @@ VALUES
(1,'1980-01-01'::date,NULL),
(2,'2020-02-29'::date,'2020-01-01'::date)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -110,14 +110,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"DateOnlyTable" t1
INSERT BULK "DateOnlyTable"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestGuid(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestGuid(PostgreSQL.13).sql
index dfa0e1a50c80..a0f857388632 100644
--- a/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestGuid(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestGuid(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Column Uuid -- Guid
SET @Column = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
DECLARE @ColumnNullable Uuid -- Guid
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :Column AND r."ColumnNullable" = :ColumnNullable
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -25,12 +25,12 @@ WHERE
r."Column" = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid AND
r."ColumnNullable" = 'bd3973a5-4323-4dd8-9f4f-df9f93e2a627'::uuid
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"GuidTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Uuid -- Guid
@@ -51,7 +51,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Column Uuid -- Guid
@@ -72,7 +72,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -83,12 +83,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"GuidTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "GuidTable"
(
@@ -100,7 +100,7 @@ VALUES
(1,'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid,NULL),
(2,'a948600d-de21-4f74-8ac2-9516b287076e'::uuid,'bd3973a5-4323-4dd8-9f4f-df9f93e2a627'::uuid)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -111,14 +111,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"GuidTable" t1
INSERT BULK "GuidTable"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestIntEnum(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestIntEnum(PostgreSQL.13).sql
index 3dadad23f826..13ece0774b10 100644
--- a/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestIntEnum(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestIntEnum(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Column Integer -- Int32
SET @Column = 2
DECLARE @ColumnNullable Integer -- Int32
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :Column AND r."ColumnNullable" = :ColumnNullable
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column" = 2 AND r."ColumnNullable" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"IntEnumTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Integer -- Int32
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Column Integer -- Int32
@@ -71,7 +71,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -82,12 +82,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"IntEnumTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "IntEnumTable"
(
@@ -99,7 +99,7 @@ VALUES
(1,1,NULL),
(2,2,3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -110,14 +110,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"IntEnumTable" t1
INSERT BULK "IntEnumTable"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestStringEnum(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestStringEnum(PostgreSQL.13).sql
index d49a52224973..085fb904ebdb 100644
--- a/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestStringEnum(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestStringEnum(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Column Text(7) -- String
SET @Column = 'value=2'
DECLARE @ColumnNullable Text(8) -- String
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :Column AND r."ColumnNullable" = :ColumnNullable
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column" = 'value=2' AND r."ColumnNullable" = 'value=33'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"StringEnumTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Text(5) -- String
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Column Text(7) -- String
@@ -71,7 +71,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -82,12 +82,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"StringEnumTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "StringEnumTable"
(
@@ -99,7 +99,7 @@ VALUES
(1,'val=1',NULL),
(2,'value=2','value=33')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -110,14 +110,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"StringEnumTable" t1
INSERT BULK "StringEnumTable"(Id, Column, ColumnNullable)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddDays(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddDays(PostgreSQL.13).sql
index 3631e09cc713..cb5dc2ca6383 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddDays(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddDays(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + 5 * Interval '1 Day'
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddMonths(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddMonths(PostgreSQL.13).sql
index 3c7e517b90ae..366a7a07fa3c 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddMonths(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddMonths(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + -2 * Interval '1 Month'
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddYears(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddYears(PostgreSQL.13).sql
index 01939bd95805..fea6cba548c1 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddYears(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddYears(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + 12 * Interval '1 Year'
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDay(PostgreSQL.13).sql
index 3631e09cc713..cb5dc2ca6383 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + 5 * Interval '1 Day'
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDayOfYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDayOfYear(PostgreSQL.13).sql
index 576724caa034..f7ff492dbe50 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDayOfYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDayOfYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + 3 * Interval '1 Day'
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddMonth(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddMonth(PostgreSQL.13).sql
index f93808543772..479ec5c7ba3b 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddMonth(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddMonth(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + 2 * Interval '1 Month'
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddQuarter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddQuarter(PostgreSQL.13).sql
index e39f53c1f825..532268402696 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddQuarter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddQuarter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + (-Interval '1 Month') * 3
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeek(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeek(PostgreSQL.13).sql
index d30e0ad19353..475c4aeb95e9 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeek(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeek(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + (-Interval '1 Day') * 7
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeekDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeekDay(PostgreSQL.13).sql
index e84c71ed8805..23897ab71393 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeekDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeekDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + Interval '1 Day'
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddYear(PostgreSQL.13).sql
index 01939bd95805..fea6cba548c1 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + 12 * Interval '1 Year'
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateDiffDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateDiffDay(PostgreSQL.13).sql
index f6f2ef57abec..9c188cff683d 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateDiffDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateDiffDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Hour')::timestamp - t."DateTimeValue"::timestamp)) / 86400
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDay(PostgreSQL.13).sql
index d2cd14f739e8..ecf5a0f73752 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(day From t."TransactionDate"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDayOfYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDayOfYear(PostgreSQL.13).sql
index 92d5c0dbc859..836a4c67cb5a 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDayOfYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDayOfYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(doy From t."TransactionDate"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartMonth(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartMonth(PostgreSQL.13).sql
index a9ad8eeb0582..301a71982fcf 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartMonth(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartMonth(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(month From t."TransactionDate"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartQuarter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartQuarter(PostgreSQL.13).sql
index 302266bc3113..e2cb3ff43f40 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartQuarter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartQuarter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(quarter From t."TransactionDate"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeek(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeek(PostgreSQL.13).sql
index 80325495d06a..4dfb1224fcfb 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeek(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeek(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From t."TransactionDate"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeekDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeekDay(PostgreSQL.13).sql
index 4d50788e0e77..e8ff9f5b5db8 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeekDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeekDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(dow From t."TransactionDate"))::Int + 1
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartYear(PostgreSQL.13).sql
index 0d5393811197..521f09feb7bc 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(year From t."TransactionDate"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.13,Day).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.13,Day).sql
index d2cd14f739e8..ecf5a0f73752 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.13,Day).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.13,Day).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(day From t."TransactionDate"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.13,Month).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.13,Month).sql
index a9ad8eeb0582..301a71982fcf 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.13,Month).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.13,Month).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(month From t."TransactionDate"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.13,Year).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.13,Year).sql
index 0d5393811197..521f09feb7bc 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.13,Year).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.13,Year).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(year From t."TransactionDate"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Day(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Day(PostgreSQL.13).sql
index d2cd14f739e8..ecf5a0f73752 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Day(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Day(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(day From t."TransactionDate"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DayOfYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DayOfYear(PostgreSQL.13).sql
index 92d5c0dbc859..836a4c67cb5a 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DayOfYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DayOfYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(doy From t."TransactionDate"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnly(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnly(PostgreSQL.13).sql
index f737fc168f8e..8ab3f8cfaccb 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnly(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnly(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(2010, t."ID", 1, 0, 0, 0)
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParameters(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParameters(PostgreSQL.13).sql
index cabb64dad19b..067b78596df8 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParameters(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParameters(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @year Integer -- Int32
SET @year = 2010
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.13,1).sql
index 638c7dbfae71..ea544f1f401d 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @month Integer -- Int32
SET @month = 1
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.13,10).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.13,10).sql
index 71aad6a7b203..e44cb8541fcf 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.13,10).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.13,10).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @month Integer -- Int32
SET @month = 10
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Month(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Month(PostgreSQL.13).sql
index a9ad8eeb0582..301a71982fcf 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Month(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Month(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(month From t."TransactionDate"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly1(PostgreSQL.13).sql
index b0ca1b25c922..2256a09caa43 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From t."DateTimeValue"))::Int, 10, 1, 0, 0, 0)
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly2(PostgreSQL.13).sql
index 5b82bcfbd0ce..d939f4b4818d 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From p."DateTimeValue"))::Int, 10, 1, 0, 0, 0)
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse1(PostgreSQL.13).sql
index 7139dd9465be..602db6f4af5d 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
('2010-01-' || Lpad(t."TransactionId"::text,2,'0'))::Date
@@ -7,7 +7,7 @@ FROM
WHERE
Floor(Extract(day From ('2010-01-' || Lpad(t."TransactionId"::text,2,'0'))::Date))::Int > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."TransactionId",
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse2(PostgreSQL.13).sql
index 8836dae8750d..e24169a06a25 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
d."TransactionDate"
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.SubDateDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.SubDateDay(PostgreSQL.13).sql
index f6f2ef57abec..9c188cff683d 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.SubDateDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.SubDateDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Hour')::timestamp - t."DateTimeValue"::timestamp)) / 86400
diff --git a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Year(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Year(PostgreSQL.13).sql
index 0d5393811197..521f09feb7bc 100644
--- a/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Year(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Year(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(year From t."TransactionDate"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDays(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDays(PostgreSQL.13).sql
index f7399133f191..f2fda8f77f7b 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDays(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDays(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + 5 * Interval '1 Day')
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysExpression(PostgreSQL.13).sql
index 153f9fb9e21a..64349789df40 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Date Integer -- Int32
SET @Date = 5
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumn(PostgreSQL.13).sql
index 37bd4bef061f..cc86a1cbab45 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Day'
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnExpression(PostgreSQL.13).sql
index 37bd4bef061f..cc86a1cbab45 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Day'
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegative(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegative(PostgreSQL.13).sql
index 9fcd6fcb6998..ec295b9a5b7f 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegative(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegative(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5000
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -39,7 +39,7 @@ VALUES
:StringValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -48,7 +48,7 @@ FROM
WHERE
t."ID" = 5000 AND t."DateTimeValue" + t."SmallIntValue" * Interval '1 Day' < make_timestamp(2018, 1, 2, 0, 0, 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegativeExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegativeExpression(PostgreSQL.13).sql
index 04c42b9941c1..a7b935ae788d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegativeExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegativeExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5000
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -39,7 +39,7 @@ VALUES
:StringValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
@@ -52,7 +52,7 @@ FROM
WHERE
t."ID" = 5000 AND t."DateTimeValue" + ((t."SmallIntValue" + :part1) - :part2) * Interval '1 Day' < make_timestamp(2018, 1, 2, 0, 0, 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositive(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositive(PostgreSQL.13).sql
index ac5f6903e8dc..77205f9639ae 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositive(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositive(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5000
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -39,7 +39,7 @@ VALUES
:StringValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -48,7 +48,7 @@ FROM
WHERE
t."ID" = 5000 AND t."DateTimeValue" + t."SmallIntValue" * Interval '1 Day' > make_timestamp(2018, 1, 2, 0, 0, 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositiveExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositiveExpression(PostgreSQL.13).sql
index 3defddbd8fe9..a10b24c95440 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositiveExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositiveExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5000
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -39,7 +39,7 @@ VALUES
:StringValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
@@ -52,7 +52,7 @@ FROM
WHERE
t."ID" = 5000 AND t."DateTimeValue" + ((t."SmallIntValue" + :part1) - :part2) * Interval '1 Day' > make_timestamp(2018, 1, 2, 0, 0, 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Day).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Day).sql
index 37bd4bef061f..cc86a1cbab45 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Day).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Day).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Day'
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Hour).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Hour).sql
index bdc517d628d9..1dca14a694e8 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Hour).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Hour).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Hour'
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Minute).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Minute).sql
index 39ea552d0533..a266cd6f3f27 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Minute).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Minute).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Minute'
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Month).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Month).sql
index b4c5ee15c9e4..9124fc0f2a18 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Month).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Month).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Month'
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Second).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Second).sql
index 068e7b78fa8b..c1559398850c 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Second).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Second).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Second'
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Year).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Year).sql
index 45544965df61..e32e1cab1f1d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Year).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.13,Year).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Year'
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Day).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Day).sql
index f956dbb03f76..b0f4735a5844 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Day).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Day).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Hour).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Hour).sql
index 2737b4b3bd85..05a0adda6d32 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Hour).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Hour).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Minute).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Minute).sql
index fd5f4a86b50e..a567a3e589f1 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Minute).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Minute).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Month).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Month).sql
index 272f706b6a10..159996fe52f3 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Month).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Month).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Second).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Second).sql
index 5dc578e785fb..4f48db7c668a 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Second).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Second).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Year).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Year).sql
index 971259e7d58b..5eb6321d52ec 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Year).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.13,Year).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHours(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHours(PostgreSQL.13).sql
index 6530bd12b373..09457dfb390d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHours(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHours(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From (t."DateTimeValue" + 22 * Interval '1 Hour')))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHoursExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHoursExpression(PostgreSQL.13).sql
index 75931934d31b..07e5b7695eeb 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHoursExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHoursExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Hour Integer -- Int32
SET @Hour = 22
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMilliseconds(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMilliseconds(PostgreSQL.13).sql
index e259fcc33579..952b69665066 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMilliseconds(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMilliseconds(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + 226 * Interval '1 Millisecond'
FROM
"LinqDataTypes" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue"
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMillisecondsExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMillisecondsExpression(PostgreSQL.13).sql
index 16b48b221c7a..a0963c7b6f36 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMillisecondsExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMillisecondsExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 226
@@ -7,7 +7,7 @@ SELECT
FROM
"LinqDataTypes" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue"
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutes(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutes(PostgreSQL.13).sql
index 72911ad5b026..76f6c64ce5e6 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutes(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutes(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From (t."DateTimeValue" + -8 * Interval '1 Minute')))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutesExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutesExpression(PostgreSQL.13).sql
index d7f225173002..371637443d66 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutesExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutesExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Minute Integer -- Int32
SET @Minute = -8
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonths(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonths(PostgreSQL.13).sql
index 9be8b4f07a9d..e54185082a84 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonths(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonths(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + -2 * Interval '1 Month')
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonthsExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonthsExpression(PostgreSQL.13).sql
index 88bf421a7212..a078684575f2 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonthsExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonthsExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Date Integer -- Int32
SET @Date = -2
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumn(PostgreSQL.13).sql
index cfaa794373d9..47dcdefddbd6 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + (t."SmallIntValue" * Interval '1 Month') * 3)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumnExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumnExpression(PostgreSQL.13).sql
index a09ece37bc1a..bafad8be87eb 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumnExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumnExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSeconds(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSeconds(PostgreSQL.13).sql
index 635dcad9c40f..96efc855df14 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSeconds(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSeconds(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From (t."DateTimeValue" + -35 * Interval '1 Second')))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSecondsExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSecondsExpression(PostgreSQL.13).sql
index 7e103df21961..d08aaeada90f 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSecondsExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSecondsExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Second Integer -- Int32
SET @Second = -35
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumn(PostgreSQL.13).sql
index 7f2fcc3b2cb4..4c0d063871e9 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + (t."SmallIntValue" * Interval '1 Day') * 7)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumnExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumnExpression(PostgreSQL.13).sql
index 492e0b946e97..46a3c258dc3d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumnExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumnExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumn(PostgreSQL.13).sql
index f13ccc01ec31..f5f369cb89b6 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + t."SmallIntValue" * Interval '1 Year')
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumnExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumnExpression(PostgreSQL.13).sql
index d51dd36617db..3e81836c491c 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumnExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumnExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYears(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYears(PostgreSQL.13).sql
index b8e7db712962..37937a8004e7 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYears(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYears(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + Interval '1 Year')
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearsExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearsExpression(PostgreSQL.13).sql
index a7624b60d6c1..e79e6c33d598 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearsExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearsExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Date Integer -- Int32
SET @Date = 1
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.CurrentTimestampUpdate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.CurrentTimestampUpdate(PostgreSQL.13).sql
index e0bb0f8767e3..3c01e7a4c549 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.CurrentTimestampUpdate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.CurrentTimestampUpdate(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Date(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Date(PostgreSQL.13).sql
index e38ccdd27d22..0c724aff87c9 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Date(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Date(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue")
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDay(PostgreSQL.13).sql
index f7399133f191..f2fda8f77f7b 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + 5 * Interval '1 Day')
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayExpression(PostgreSQL.13).sql
index 2cf1f527398c..8ea0a8dd97da 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 5
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYear(PostgreSQL.13).sql
index 778286710b93..98c3ab41c103 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + 3 * Interval '1 Day')
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYearExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYearExpression(PostgreSQL.13).sql
index e42ca5c6e964..46115ba28fa3 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYearExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYearExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 3
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHour(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHour(PostgreSQL.13).sql
index e32f4883faae..f58b94eecef6 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHour(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHour(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From (t."DateTimeValue" + Interval '1 Hour')))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHourExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHourExpression(PostgreSQL.13).sql
index b444d44504b1..165adba35067 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHourExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHourExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecond(PostgreSQL.13).sql
index e259fcc33579..952b69665066 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecond(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + 226 * Interval '1 Millisecond'
FROM
"LinqDataTypes" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue"
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecondExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecondExpression(PostgreSQL.13).sql
index 16b48b221c7a..a0963c7b6f36 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecondExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecondExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 226
@@ -7,7 +7,7 @@ SELECT
FROM
"LinqDataTypes" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue"
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinute(PostgreSQL.13).sql
index debf79c62cd8..4f18166954cf 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From (t."DateTimeValue" + 5 * Interval '1 Minute')))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinuteExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinuteExpression(PostgreSQL.13).sql
index 8a2258180fdf..faa3a78bb2bc 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinuteExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinuteExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 5
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonth(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonth(PostgreSQL.13).sql
index a79a7d63b5af..664c2455639b 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonth(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonth(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + 2 * Interval '1 Month')
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonthExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonthExpression(PostgreSQL.13).sql
index 11d266c95406..c36ccbd1fdfc 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonthExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonthExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 2
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarter(PostgreSQL.13).sql
index 1de2f2f75230..9877b18698bd 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + (-Interval '1 Month') * 3)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarterExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarterExpression(PostgreSQL.13).sql
index 06d1f7016dda..2e315beb4775 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarterExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarterExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = -1
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecond(PostgreSQL.13).sql
index 2775f7ee7101..0454c2d35bab 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From (t."DateTimeValue" + 41 * Interval '1 Second')))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecondExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecondExpression(PostgreSQL.13).sql
index 04e1c13629af..0a983c2432d3 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecondExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecondExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 41
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeek(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeek(PostgreSQL.13).sql
index be224b9012ca..798a4faca7ad 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeek(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeek(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + (-Interval '1 Day') * 7)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDay(PostgreSQL.13).sql
index 2a8abadee148..7cfa310a0476 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + Interval '1 Day')
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDayExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDayExpression(PostgreSQL.13).sql
index bda7eccf50c5..875b499a4806 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDayExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDayExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekExpression(PostgreSQL.13).sql
index a1b65371ecf7..031a0d9bf740 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = -1
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYear(PostgreSQL.13).sql
index 96d6e06768b1..267d55c87cfc 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + 11 * Interval '1 Year')
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYearExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYearExpression(PostgreSQL.13).sql
index cf58f6baf5ce..e18d58bed90a 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYearExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYearExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 11
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffDay(PostgreSQL.13).sql
index f6f2ef57abec..9c188cff683d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Hour')::timestamp - t."DateTimeValue"::timestamp)) / 86400
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffHour(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffHour(PostgreSQL.13).sql
index 3bef3b64c40c..3b460942ccc2 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffHour(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffHour(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Hour')::timestamp - t."DateTimeValue"::timestamp)) / 3600
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMillisecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMillisecond(PostgreSQL.13).sql
index cf0639ce2b51..56b6bdbe3f9e 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMillisecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMillisecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ROUND(EXTRACT(EPOCH FROM ((t."DateTimeValue" + 2023456789 * Interval '1 Millisecond')::timestamp - t."DateTimeValue"::timestamp)) * 1000)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMinute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMinute(PostgreSQL.13).sql
index 23d27183aea5..1c978896d598 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMinute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMinute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Minute')::timestamp - t."DateTimeValue"::timestamp)) / 60
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffSecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffSecond(PostgreSQL.13).sql
index 70f4c6fc3d23..c2fa4051531b 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffSecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffSecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Minute')::timestamp - t."DateTimeValue"::timestamp))
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDay(PostgreSQL.13).sql
index a21609a802a9..cc00c422e85d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(day From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDayOfYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDayOfYear(PostgreSQL.13).sql
index 6b3c93b73098..cfc6a7246bfd 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDayOfYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDayOfYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(doy From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartHour(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartHour(PostgreSQL.13).sql
index f8e961a9f595..f5d2e24c0054 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartHour(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartHour(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMillisecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMillisecond(PostgreSQL.13).sql
index 463d47328997..27523673ab3d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMillisecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMillisecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
To_Char(t."DateTimeValue", 'MS')::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMinute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMinute(PostgreSQL.13).sql
index 1b67bf94571b..6faab0c84f19 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMinute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMinute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMonth(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMonth(PostgreSQL.13).sql
index e487bebf268d..542f6dcd755f 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMonth(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMonth(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(month From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartQuarter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartQuarter(PostgreSQL.13).sql
index 9e3b6de9e97c..1dc2e641d104 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartQuarter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartQuarter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(quarter From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartSecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartSecond(PostgreSQL.13).sql
index fbcfaa659194..8a909cf3c963 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartSecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartSecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeek(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeek(PostgreSQL.13).sql
index 0a73d4397d9a..b7affb3421f9 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeek(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeek(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekDay(PostgreSQL.13).sql
index 83d96e01cacd..c45cb890d35f 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(dow From t."DateTimeValue"))::Int + 1
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekNumberingType(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekNumberingType(PostgreSQL.13).sql
index e43533d24f06..60b87fd1f354 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekNumberingType(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekNumberingType(PostgreSQL.13).sql
@@ -1,59 +1,59 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2018-12-28'::date))::Int
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2018-12-29'::date))::Int
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2018-12-30'::date))::Int
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2018-12-31'::date))::Int
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-01'::date))::Int
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-02'::date))::Int
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-03'::date))::Int
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-04'::date))::Int
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-05'::date))::Int
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-06'::date))::Int
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-07'::date))::Int
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-08'::date))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartYear(PostgreSQL.13).sql
index 5bec31105516..ff04fdb9de80 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(year From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,000x003A010x003A01).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,000x003A010x003A01).sql
index a19a5062f16c..54cdb3638e86 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,000x003A010x003A01).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,000x003A010x003A01).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 00:01:01
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,010x003A000x003A00).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,010x003A000x003A00).sql
index 75ec23dabcb2..881fdcdcc8f9 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,010x003A000x003A00).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,010x003A000x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 01:00:00
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,010x003A010x003A00).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,010x003A010x003A00).sql
index 036f1372a882..74f65028be11 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,010x003A010x003A00).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,010x003A010x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 01:01:00
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,020x003A000x003A00).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,020x003A000x003A00).sql
index 6ee5303e631d..131b15b691b9 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,020x003A000x003A00).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,020x003A000x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 02:00:00
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,1.000x003A000x003A00).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,1.000x003A000x003A00).sql
index d0272402edae..8d223289e04c 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,1.000x003A000x003A00).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,1.000x003A000x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 1.00:00:00
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,1.000x003A000x003A01).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,1.000x003A000x003A01).sql
index 6a60b9bb5995..995f9f8d3e9f 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,1.000x003A000x003A01).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,1.000x003A000x003A01).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 1.00:00:01
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,null).sql
index cf7e51ec0e25..ae1b0ddc76e7 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = NULL
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,000x003A010x003A01).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,000x003A010x003A01).sql
index 149134a8da04..77607f0b22e8 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,000x003A010x003A01).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,000x003A010x003A01).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 00:01:01
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,010x003A000x003A00).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,010x003A000x003A00).sql
index 4c42582321ad..eda7155a0e7c 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,010x003A000x003A00).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,010x003A000x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 01:00:00
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,010x003A010x003A00).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,010x003A010x003A00).sql
index 17f0b7479029..014627c7daac 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,010x003A010x003A00).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,010x003A010x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 01:01:00
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,020x003A000x003A00).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,020x003A000x003A00).sql
index 93817b128683..145abcf47489 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,020x003A000x003A00).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,020x003A000x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 02:00:00
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,1.000x003A000x003A00).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,1.000x003A000x003A00).sql
index bcc64f0eb296..fc21a48de946 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,1.000x003A000x003A00).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,1.000x003A000x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 1.00:00:00
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,1.000x003A000x003A01).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,1.000x003A000x003A01).sql
index 7c2146e584ad..76810d222b36 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,1.000x003A000x003A01).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,1.000x003A000x003A01).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 1.00:00:01
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,null).sql
index 00c068ba7304..00ab79b709a0 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = NULL
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeSum(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeSum(PostgreSQL.13).sql
index a95145212883..8a23f7484a81 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeSum(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeSum(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Day).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Day).sql
index a21609a802a9..cc00c422e85d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Day).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Day).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(day From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Hour).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Hour).sql
index f8e961a9f595..f5d2e24c0054 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Hour).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Hour).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Minute).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Minute).sql
index 1b67bf94571b..6faab0c84f19 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Minute).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Minute).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Month).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Month).sql
index e487bebf268d..542f6dcd755f 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Month).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Month).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(month From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Second).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Second).sql
index fbcfaa659194..8a909cf3c963 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Second).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Second).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Year).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Year).sql
index 5bec31105516..ff04fdb9de80 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Year).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.13,Year).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(year From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Day(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Day(PostgreSQL.13).sql
index a21609a802a9..cc00c422e85d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Day(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Day(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(day From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfWeek(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfWeek(PostgreSQL.13).sql
index f9a2844d6e00..0a6dfb768ec8 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfWeek(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfWeek(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(dow From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfYear(PostgreSQL.13).sql
index 6b3c93b73098..cfc6a7246bfd 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(doy From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.GetDateTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.GetDateTest2(PostgreSQL.13).sql
index 961e980f6756..47549985bce9 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.GetDateTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.GetDateTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Hour(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Hour(PostgreSQL.13).sql
index f8e961a9f595..f5d2e24c0054 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Hour(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Hour(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Issue1615Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Issue1615Test(PostgreSQL.13).sql
index f7399133f191..f2fda8f77f7b 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Issue1615Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Issue1615Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + 5 * Interval '1 Day')
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime(PostgreSQL.13).sql
index f737fc168f8e..8ab3f8cfaccb 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(2010, t."ID", 1, 0, 0, 0)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime2(PostgreSQL.13).sql
index e37b8b4a2c38..8f6ad0c04d1f 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(2010, t."ID", 1, 20, 35, 44::Float)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParameters(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParameters(PostgreSQL.13).sql
index cabb64dad19b..067b78596df8 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParameters(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParameters(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @year Integer -- Int32
SET @year = 2010
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.13,1).sql
index 638c7dbfae71..ea544f1f401d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @month Integer -- Int32
SET @month = 1
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.13,10).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.13,10).sql
index 71aad6a7b203..e44cb8541fcf 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.13,10).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.13,10).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @month Integer -- Int32
SET @month = 10
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Millisecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Millisecond(PostgreSQL.13).sql
index 463d47328997..27523673ab3d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Millisecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Millisecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
To_Char(t."DateTimeValue", 'MS')::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Minute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Minute(PostgreSQL.13).sql
index 1b67bf94571b..6faab0c84f19 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Minute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Minute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Month(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Month(PostgreSQL.13).sql
index e487bebf268d..542f6dcd755f 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Month(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Month(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(month From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime1(PostgreSQL.13).sql
index b0ca1b25c922..2256a09caa43 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From t."DateTimeValue"))::Int, 10, 1, 0, 0, 0)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime2(PostgreSQL.13).sql
index 5b82bcfbd0ce..d939f4b4818d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From p."DateTimeValue"))::Int, 10, 1, 0, 0, 0)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime3(PostgreSQL.13).sql
index 99fcfca77b0d..6c8403404bd2 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From t."DateTimeValue"))::Int, 10, 1, 20, 35, 44::Float)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime4(PostgreSQL.13).sql
index 1296babef9c1..2accd51f7ce9 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From p."DateTimeValue"))::Int, 10, 1, 20, 35, 44::Float)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime5(PostgreSQL.13).sql
index dc542e6421db..51b90621326c 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From t."DateTimeValue"))::Int + 1, 10, 1, 0, 0, 0)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NullabilityCheck(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NullabilityCheck(PostgreSQL.13).sql
index 85479a3f21ab..2f86d8948b0d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NullabilityCheck(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NullabilityCheck(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse1(PostgreSQL.13).sql
index 12e8754d867f..850e00a999b8 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', d."DateTimeValue")
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse2(PostgreSQL.13).sql
index 3e5a6aca09b3..8dd184875d19 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From d."DateTimeValue"))::Int || '-02-24 00:00:00')::TimeStamp
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Second(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Second(PostgreSQL.13).sql
index fbcfaa659194..8a909cf3c963 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Second(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Second(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateDay(PostgreSQL.13).sql
index f6f2ef57abec..9c188cff683d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Hour')::timestamp - t."DateTimeValue"::timestamp)) / 86400
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateHour(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateHour(PostgreSQL.13).sql
index 3bef3b64c40c..3b460942ccc2 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateHour(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateHour(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Hour')::timestamp - t."DateTimeValue"::timestamp)) / 3600
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMillisecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMillisecond(PostgreSQL.13).sql
index cf0639ce2b51..56b6bdbe3f9e 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMillisecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMillisecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ROUND(EXTRACT(EPOCH FROM ((t."DateTimeValue" + 2023456789 * Interval '1 Millisecond')::timestamp - t."DateTimeValue"::timestamp)) * 1000)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMinute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMinute(PostgreSQL.13).sql
index 23d27183aea5..1c978896d598 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMinute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMinute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Minute')::timestamp - t."DateTimeValue"::timestamp)) / 60
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateSecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateSecond(PostgreSQL.13).sql
index 70f4c6fc3d23..c2fa4051531b 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateSecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateSecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Minute')::timestamp - t."DateTimeValue"::timestamp))
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.TimeOfDay1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.TimeOfDay1(PostgreSQL.13).sql
index 43f5976aa9dd..7a9ea2f900c0 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.TimeOfDay1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.TimeOfDay1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue"::Time
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Year(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Year(PostgreSQL.13).sql
index 5bec31105516..ff04fdb9de80 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Year(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Year(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(year From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDays(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDays(PostgreSQL.13).sql
index ea49e17cb32e..208fcf60da7f 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDays(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDays(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + 5 * Interval '1 Day') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDaysExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDaysExpression(PostgreSQL.13).sql
index 3a36c2f480e4..a9b72552f92e 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDaysExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDaysExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Date Integer -- Int32
SET @Date = 5
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHours(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHours(PostgreSQL.13).sql
index c97db4d4b4fd..b4aa436ac323 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHours(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHours(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From (t."TransactionDate" + 22 * Interval '1 Hour')))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHoursExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHoursExpression(PostgreSQL.13).sql
index 1023718a2e60..88588e274f0f 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHoursExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHoursExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Hour Integer -- Int32
SET @Hour = 22
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMillisecondsExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMillisecondsExpression(PostgreSQL.13).sql
index 422ccd8cf8b0..23e855bf520e 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMillisecondsExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMillisecondsExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Millisecond Integer -- Int32
SET @Millisecond = 226
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutes(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutes(PostgreSQL.13).sql
index 8a11ada934f5..701653436bda 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutes(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutes(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From (t."TransactionDate" + -8 * Interval '1 Minute')))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutesExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutesExpression(PostgreSQL.13).sql
index f4db598dab68..aa12e554768a 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutesExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutesExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Minute Integer -- Int32
SET @Minute = -8
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonths(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonths(PostgreSQL.13).sql
index d122317517b7..b6af2a1777e3 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonths(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonths(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + -2 * Interval '1 Month') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonthsExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonthsExpression(PostgreSQL.13).sql
index 72cc342fa3e1..3bc688132d34 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonthsExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonthsExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Date Integer -- Int32
SET @Date = -2
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSeconds(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSeconds(PostgreSQL.13).sql
index f7c5145ebe12..715f5309c0ff 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSeconds(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSeconds(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From (t."TransactionDate" + -35 * Interval '1 Second')))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSecondsExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSecondsExpression(PostgreSQL.13).sql
index 4ea6d53e7e6d..2f683eb4c2cf 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSecondsExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSecondsExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Second Integer -- Int32
SET @Second = -35
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYears(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYears(PostgreSQL.13).sql
index 7779a329ff45..bf062fc1c059 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYears(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYears(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + Interval '1 Year') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYearsExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYearsExpression(PostgreSQL.13).sql
index 21e1a474805b..39f80c970d83 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYearsExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYearsExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Date Integer -- Int32
SET @Date = 1
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDay(PostgreSQL.13).sql
index ea49e17cb32e..208fcf60da7f 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + 5 * Interval '1 Day') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayExpression(PostgreSQL.13).sql
index 0c39da18124f..1b276d1aa08a 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 5
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYear(PostgreSQL.13).sql
index 3f0bb513cf89..63cfcfa7beec 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + 3 * Interval '1 Day') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYearExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYearExpression(PostgreSQL.13).sql
index 1f32fa4f322a..f29d8137e88f 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYearExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYearExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 3
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHour(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHour(PostgreSQL.13).sql
index dab81ebcae39..714998833b5a 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHour(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHour(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From (t."TransactionDate" + Interval '1 Hour')))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHourExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHourExpression(PostgreSQL.13).sql
index 0695de366b53..821a62d6ae45 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHourExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHourExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinute(PostgreSQL.13).sql
index 8afd30ba1d6e..8e4248e68e3b 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From (t."TransactionDate" + 5 * Interval '1 Minute')))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinuteExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinuteExpression(PostgreSQL.13).sql
index 02e857e050a4..5b9b3f9a9910 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinuteExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinuteExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 5
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonth(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonth(PostgreSQL.13).sql
index c20b14a5fcc2..9f9c4e2902a9 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonth(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonth(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + 2 * Interval '1 Month') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonthExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonthExpression(PostgreSQL.13).sql
index 8ba38348a649..c2d9cc18d095 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonthExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonthExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 2
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarter(PostgreSQL.13).sql
index a3d35bf9b3a8..84f25db76b7a 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + (-Interval '1 Month') * 3) AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarterExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarterExpression(PostgreSQL.13).sql
index 9fd6bf7ded03..3e2b76181038 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarterExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarterExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = -1
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecond(PostgreSQL.13).sql
index b54d48e0d170..6eec6693565d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From (t."TransactionDate" + 41 * Interval '1 Second')))::Int
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecondExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecondExpression(PostgreSQL.13).sql
index 95dcc112853a..551961835720 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecondExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecondExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 41
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeek(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeek(PostgreSQL.13).sql
index 1201163c5c72..cd49c128630d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeek(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeek(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + (-Interval '1 Day') * 7) AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDay(PostgreSQL.13).sql
index 16905df59b0d..7e10c1145fb9 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + Interval '1 Day') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDayExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDayExpression(PostgreSQL.13).sql
index ec8a71224ae8..1d47ceca7153 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDayExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDayExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekExpression(PostgreSQL.13).sql
index 0439784aef0f..37129c88fd8d 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = -1
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYear(PostgreSQL.13).sql
index fb7d911d2a0e..8f2d698c4955 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + 11 * Interval '1 Year') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYearExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYearExpression(PostgreSQL.13).sql
index bb6253f69e48..a49c4624996a 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYearExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYearExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 11
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffDay(PostgreSQL.13).sql
index 0726dbdeae20..09b669e92ea5 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 96 * Interval '1 Hour')::timestamp - t."TransactionDate"::timestamp)) / 86400
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffHour(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffHour(PostgreSQL.13).sql
index 538519f457f9..27e9b42bad33 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffHour(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffHour(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 100 * Interval '1 Hour')::timestamp - t."TransactionDate"::timestamp)) / 3600
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMillisecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMillisecond(PostgreSQL.13).sql
index 92af61066113..f50776604627 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMillisecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMillisecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ROUND(EXTRACT(EPOCH FROM ((t."TransactionDate" + 1 * Interval '1 Second')::timestamp - t."TransactionDate"::timestamp)) * 1000)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMinute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMinute(PostgreSQL.13).sql
index 2988994c9d73..242bf4dab0ee 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMinute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMinute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 100 * Interval '1 Minute')::timestamp - t."TransactionDate"::timestamp)) / 60
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffSecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffSecond(PostgreSQL.13).sql
index 751e3fadc0e0..7d595dc16dea 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffSecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffSecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 100 * Interval '1 Minute')::timestamp - t."TransactionDate"::timestamp))
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.GroupByDateTimeOffsetByDateTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.GroupByDateTimeOffsetByDateTest(PostgreSQL.13).sql
index 9fdb4022ad39..850da2e92364 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.GroupByDateTimeOffsetByDateTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.GroupByDateTimeOffsetByDateTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Key_1",
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,0).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,0).sql
index 8792a10f82be..1a4828ecda44 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,0).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -19,7 +19,7 @@ VALUES
:SomeNullableDateTimeOffset
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -36,7 +36,7 @@ VALUES
:SomeDateTimeOffset
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @interval Integer -- Int32
SET @interval = 10
DECLARE @clientSideIn TimestampTz -- DateTime
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,1).sql
index 31f6f0a60b6c..d20bc0e71411 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -19,7 +19,7 @@ VALUES
:SomeNullableDateTimeOffset
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -36,7 +36,7 @@ VALUES
:SomeDateTimeOffset
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @interval Integer -- Int32
SET @interval = 10
DECLARE @clientSideIn TimestampTz -- DateTime
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,2).sql
index 0ba8d1ef462a..f40ce709b317 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -19,7 +19,7 @@ VALUES
:SomeNullableDateTimeOffset
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -36,7 +36,7 @@ VALUES
:SomeDateTimeOffset
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @clientSideIn TimestampTz -- DateTime
SET @clientSideIn = '2019-08-08T08:08:18.0000000+00:00'
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,3).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,3).sql
index cce9dcac7321..ec3e72e6d3f6 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,3).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.13,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -19,7 +19,7 @@ VALUES
:SomeNullableDateTimeOffset
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -36,7 +36,7 @@ VALUES
:SomeDateTimeOffset
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @clientSideIn TimestampTz -- DateTime
SET @clientSideIn = '2019-08-08T08:08:18.0000000+00:00'
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue2508Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue2508Test(PostgreSQL.13).sql
index 9e7f976c2947..bbbe647ca6bc 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue2508Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue2508Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value TimestampTz -- DateTime
SET @value = '2020-02-29T20:34:55.1231234+00:00'
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateDay(PostgreSQL.13).sql
index 0726dbdeae20..09b669e92ea5 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 96 * Interval '1 Hour')::timestamp - t."TransactionDate"::timestamp)) / 86400
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateHour(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateHour(PostgreSQL.13).sql
index 538519f457f9..27e9b42bad33 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateHour(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateHour(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 100 * Interval '1 Hour')::timestamp - t."TransactionDate"::timestamp)) / 3600
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMillisecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMillisecond(PostgreSQL.13).sql
index 92af61066113..f50776604627 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMillisecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMillisecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ROUND(EXTRACT(EPOCH FROM ((t."TransactionDate" + 1 * Interval '1 Second')::timestamp - t."TransactionDate"::timestamp)) * 1000)
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMinute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMinute(PostgreSQL.13).sql
index 2988994c9d73..242bf4dab0ee 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMinute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMinute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 100 * Interval '1 Minute')::timestamp - t."TransactionDate"::timestamp)) / 60
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateSecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateSecond(PostgreSQL.13).sql
index 751e3fadc0e0..7d595dc16dea 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateSecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateSecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 100 * Interval '1 Minute')::timestamp - t."TransactionDate"::timestamp))
diff --git a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.TestMinMaxValues(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.TestMinMaxValues(PostgreSQL.13).sql
index 5abab5cbfa86..c3c68b6a86ad 100644
--- a/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.TestMinMaxValues(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.TestMinMaxValues(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."TransactionId",
diff --git a/PostgreSQL.13/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombining(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombining(PostgreSQL.13).sql
index 3a9eeee72ffd..3ec9980735fa 100644
--- a/PostgreSQL.13/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombining(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombining(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.cond,
@@ -25,7 +25,7 @@ FROM
WHERE
NOT (x.cond AND x.cond_1 OR NOT x.cond)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -36,7 +36,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.cond,
@@ -62,7 +62,7 @@ FROM
WHERE
x.cond
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -73,7 +73,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.cond,
@@ -129,7 +129,7 @@ FROM
WHERE
t2.cond
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -140,7 +140,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x_1."Color",
@@ -213,7 +213,7 @@ FROM
WHERE
NOT (x_1."Color" AND x_1."Color_1" IS NOT NULL AND x_1."Color_1" OR NOT x_1."Color")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -224,7 +224,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x_1."Color",
@@ -298,7 +298,7 @@ WHERE
x_1."Color" AND x_1."Color_1" IS NOT NULL AND x_1."Color_1" OR
NOT x_1."Color"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -309,7 +309,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x_1."Size_1",
@@ -382,7 +382,7 @@ FROM
WHERE
NOT (x_1."Size_1" AND x_1."Color" IS NULL AND x_1."Size_2" OR NOT x_1."Size_1")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -393,7 +393,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x_1."Size_1",
@@ -467,7 +467,7 @@ WHERE
x_1."Size_1" AND x_1."Color" IS NULL AND x_1."Size_2" OR
NOT x_1."Size_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
diff --git a/PostgreSQL.13/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombiningCoalesce(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombiningCoalesce(PostgreSQL.13).sql
index 1d2eeab7da81..af8bc117b99f 100644
--- a/PostgreSQL.13/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombiningCoalesce(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombiningCoalesce(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Kind" = 1 OR t."Kind" = 2,
@@ -13,7 +13,7 @@ SELECT
FROM
"Item" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -24,7 +24,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x_1.cond_1,
@@ -56,7 +56,7 @@ FROM
WHERE
NOT (x_1.cond AND (x_1.cond_1 AND x_1.cond_2 OR NOT x_1.cond_1) OR NOT x_1.cond AND NOT x_1.cond_3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -67,7 +67,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x_1.cond_1,
@@ -100,7 +100,7 @@ WHERE
x_1.cond AND (x_1.cond_1 AND x_1.cond_2 OR NOT x_1.cond_1) OR
NOT x_1.cond AND NOT x_1.cond_3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -111,7 +111,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x_1.cond_1,
@@ -143,7 +143,7 @@ FROM
WHERE
NOT (NOT x_1.cond AND (x_1.cond_2 AND x_1.cond_3 OR NOT x_1.cond_2))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -154,7 +154,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x_1.cond_1,
@@ -186,7 +186,7 @@ FROM
WHERE
NOT x_1.cond AND (x_1.cond_2 AND x_1.cond_3 OR NOT x_1.cond_2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
diff --git a/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefault(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefault(PostgreSQL.13).sql
index 72afd4ec449f..30edfd1c9b7b 100644
--- a/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefault(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefault(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 0
diff --git a/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSelectMany(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSelectMany(PostgreSQL.13).sql
index 95669c62e861..edbc217877cc 100644
--- a/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSelectMany(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSelectMany(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."ParentID",
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ChildID" < 0 OR c_1."ParentID" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -25,7 +25,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSubquery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSubquery(PostgreSQL.13).sql
index 89b2c66dd552..db30ae38a59b 100644
--- a/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSubquery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSubquery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
@@ -17,7 +17,7 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -32,7 +32,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithoutDefault(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithoutDefault(PostgreSQL.13).sql
index 72afd4ec449f..30edfd1c9b7b 100644
--- a/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithoutDefault(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithoutDefault(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 0
diff --git a/PostgreSQL.13/Tests/Linq/DistinctByTests/Tests.Linq.DistinctByTests.DistinctBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctByTests/Tests.Linq.DistinctByTests.DistinctBy(PostgreSQL.13).sql
index 250295ed4a52..cc549d53363f 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctByTests/Tests.Linq.DistinctByTests.DistinctBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctByTests/Tests.Linq.DistinctByTests.DistinctBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -26,7 +26,7 @@ ORDER BY
t1."Name",
t1."Date_1" DESC
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct1(PostgreSQL.13).sql
index cbeb52373f8c..f61be22d3981 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
ch."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct2(PostgreSQL.13).sql
index b6439a34b2e7..9a51bba3ff65 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
Coalesce(p."Value1", (p."ParentID"::decimal % 2)::decimal)
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct3(PostgreSQL.13).sql
index 8e2aee8dda24..3946e29c7621 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
Coalesce(p."Value1", (p."ParentID"::decimal % 2)::decimal),
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct4(PostgreSQL.13).sql
index 8e2aee8dda24..3946e29c7621 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
Coalesce(p."Value1", (p."ParentID"::decimal % 2)::decimal),
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,2,0).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,2,0).sql
index 5fb75833622f..73ba1641af08 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,2,0).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,2,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 3
@@ -8,7 +8,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -16,7 +16,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 3
@@ -26,7 +26,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,2,1).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,2,1).sql
index 5fb75833622f..73ba1641af08 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,2,1).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,2,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 3
@@ -8,7 +8,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -16,7 +16,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 3
@@ -26,7 +26,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,3,0).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,3,0).sql
index 38843ef00df0..7215ef649546 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,3,0).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,3,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 4
@@ -8,7 +8,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -16,7 +16,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 4
@@ -26,7 +26,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,3,1).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,3,1).sql
index 38843ef00df0..7215ef649546 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,3,1).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.13,3,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 4
@@ -8,7 +8,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -16,7 +16,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 4
@@ -26,7 +26,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,2,0).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,2,0).sql
index 0dadeb3b3eaf..1da2684ecc2b 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,2,0).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,2,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 0
DECLARE @Value1 Integer -- Int32
@@ -10,7 +10,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,2,1).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,2,1).sql
index 0dadeb3b3eaf..1da2684ecc2b 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,2,1).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,2,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 0
DECLARE @Value1 Integer -- Int32
@@ -10,7 +10,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,3,0).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,3,0).sql
index 8f8a305bce72..ce76e6e6777f 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,3,0).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,3,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1
DECLARE @Value1 Integer -- Int32
@@ -10,7 +10,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,3,1).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,3,1).sql
index 8f8a305bce72..ce76e6e6777f 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,3,1).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.13,3,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1
DECLARE @Value1 Integer -- Int32
@@ -10,7 +10,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctCount(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctCount(PostgreSQL.13).sql
index 8280b4812044..c2448a95c80f 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctCount(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctCount(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctJoin(PostgreSQL.13).sql
index aa80e8376aa3..41d04e5c1819 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."ID",
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctMax(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctMax(PostgreSQL.13).sql
index 48d997fe554b..a51cdb109346 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctMax(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctMax(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ParentID")
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy(PostgreSQL.13).sql
index eba1b5ba70c2..c7c8bd827f4b 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy2(PostgreSQL.13).sql
index 62e6bea59647..e11a94f0d614 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."F2"
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkip(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkip(PostgreSQL.13).sql
index 072d4232457a..fcb87f8a0f76 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkip(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkip(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 2
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkipTake(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkipTake(PostgreSQL.13).sql
index c0c841d39811..2968e4d62631 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkipTake(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkipTake(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderByTake(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderByTake(PostgreSQL.13).sql
index 8389152cd601..5e70d628e615 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderByTake(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderByTake(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinct(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinct(PostgreSQL.13).sql
index f8c1de7f14df..6728a8a50046 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinct(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinct(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."F2"
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkip(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkip(PostgreSQL.13).sql
index f7324062f06c..bb2716716154 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkip(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkip(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 2
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipFirst(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipFirst(PostgreSQL.13).sql
index a643b6ad4493..848a7f871823 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipFirst(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipFirst(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 2
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTake(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTake(PostgreSQL.13).sql
index 72683986df8b..c9bcd1e349a3 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTake(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTake(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTakeFirst(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTakeFirst(PostgreSQL.13).sql
index cdde5e947a93..348ae484ee47 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTakeFirst(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTakeFirst(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 4
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTake(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTake(PostgreSQL.13).sql
index 4234862b650f..cc60846eaa0b 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTake(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTake(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTakeFirst(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTakeFirst(PostgreSQL.13).sql
index c96ff12550b0..c190fa12db97 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTakeFirst(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTakeFirst(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.TakeDistinct(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.TakeDistinct(PostgreSQL.13).sql
index 75c160591394..549173cb6d25 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.TakeDistinct(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.TakeDistinct(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 4
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test1(PostgreSQL.13).sql
index b3546dac4ef9..44f8b158877e 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
r."F1",
diff --git a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test2(PostgreSQL.13).sql
index 6c361781fecb..dc875c8becbd 100644
--- a/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
r."F1",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue2817Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue2817Test(PostgreSQL.13).sql
index 32cecc95db4e..b0d921aa739a 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue2817Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue2817Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue3158(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue3158(PostgreSQL.13).sql
index 5bb43eabfda3..bf1d58c7217b 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue3158(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue3158(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue4602(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue4602(PostgreSQL.13).sql
index 3e561b77ecf1..6f43cb3a15fe 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue4602(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue4602(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
it."ID"
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupBy(PostgreSQL.13).sql
index 3a3fa29cc3bd..be765c8a101c 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupByAssociated(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupByAssociated(PostgreSQL.13).sql
index 4aabcb55a172..ad995f70f01f 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupByAssociated(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupByAssociated(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Patient"."Diagnosis",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyJoin(PostgreSQL.13).sql
index aab01462ab1f..683c54edcc86 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyLoadWith(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyLoadWith(PostgreSQL.13).sql
index a6bb4a0e251b..e0db48daabc0 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyLoadWith(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyLoadWith(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping1(PostgreSQL.13).sql
index 522e4b61dcad..863fb8e5ae05 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping2(PostgreSQL.13).sql
index f25089976e4c..b6ae7b157bf5 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderBy(PostgreSQL.13).sql
index b00c1823a512..9711941ce850 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderByAssociated(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderByAssociated(PostgreSQL.13).sql
index 8f47bd3e74b7..a5c933dadf5f 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderByAssociated(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderByAssociated(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAll(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAll(PostgreSQL.13).sql
index 91d781a7c402..2e0a58b29a74 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAll(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAll(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAssociated(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAssociated(PostgreSQL.13).sql
index 596e7cd92bf0..daf90fe5c3e6 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAssociated(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAssociated(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Patient"."Diagnosis"
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectOne(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectOne(PostgreSQL.13).sql
index 663dd5c27054..1f3566154162 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectOne(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectOne(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName"
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectProject(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectProject(PostgreSQL.13).sql
index e3c8eb3fa442..61db1bf44afd 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectProject(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectProject(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhere(PostgreSQL.13).sql
index 2a1ef3a5bd79..9195819b4fb6 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhereAssociated(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhereAssociated(PostgreSQL.13).sql
index 2b31404eb90c..9bd232957095 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhereAssociated(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhereAssociated(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicAssociation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicAssociation(PostgreSQL.13).sql
index a9dc5a1299e9..a013cb6bbc78 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicAssociation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicAssociation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicColumn(PostgreSQL.13).sql
index 292590abfb84..0e0b1874f1a9 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNavigationalNonDynamicColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNavigationalNonDynamicColumn(PostgreSQL.13).sql
index af1d37a82d1e..96c134a0b8c6 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNavigationalNonDynamicColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNavigationalNonDynamicColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociation(PostgreSQL.13).sql
index af1d37a82d1e..96c134a0b8c6 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject1(PostgreSQL.13).sql
index af1d37a82d1e..96c134a0b8c6 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject2(PostgreSQL.13).sql
index 596e7cd92bf0..daf90fe5c3e6 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Patient"."Diagnosis"
diff --git a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicColumn(PostgreSQL.13).sql
index 895f8e43da0c..ddd94cd11228 100644
--- a/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Original(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Original(PostgreSQL.13).sql
index 94faf954157a..b944a2b0310d 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Original(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Original(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Value2", "Value4")
AS
@@ -34,7 +34,7 @@ FROM
) m_1
INNER JOIN "CteTable" d_1 ON m_1."Id" = d_1."Value3"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte
(
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_RecursiveChain(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_RecursiveChain(PostgreSQL.13).sql
index cd94ca9f40fb..dde09a802a6e 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_RecursiveChain(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_RecursiveChain(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Value2")
AS
@@ -82,7 +82,7 @@ FROM
) m_1
INNER JOIN "CteTable" d_1 ON m_1."Id" = d_1."Value3"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Value2")
AS
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Simple(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Simple(PostgreSQL.13).sql
index 97c3a95ec441..8e245810b01a 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Simple(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Simple(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Value4")
AS
@@ -26,7 +26,7 @@ FROM
) m_1
INNER JOIN "CteTable" d_1 ON m_1."Id" = d_1."Value3"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_SimpleChain(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_SimpleChain(PostgreSQL.13).sql
index 850585870813..41fb1bf24651 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_SimpleChain(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_SimpleChain(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Id")
AS
@@ -42,7 +42,7 @@ FROM
) m_1
INNER JOIN "CteTable" d_1 ON m_1."Id" = d_1."Value3"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test1(PostgreSQL.13).sql
index 2b177c320cea..1112b4e37762 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test2(PostgreSQL.13).sql
index 4c2b3626e488..c5de47fd664e 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test1(PostgreSQL.13).sql
index 84ad54c90f2a..c214ad7c194a 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test2(PostgreSQL.13).sql
index 5e711208a4d1..15f33747130d 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -7,7 +7,7 @@ FROM
"Item" m_1
INNER JOIN "ItemValue" d ON m_1."Id" = d."ItemId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test3(PostgreSQL.13).sql
index d2a0a7aa7dde..bee25225f785 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -7,7 +7,7 @@ FROM
"Item" m_1
INNER JOIN "ItemValue" d ON m_1."Id" = d."ItemId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test4(PostgreSQL.13).sql
index 26942bc58358..e89d160d090e 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -7,7 +7,7 @@ FROM
"Item" m_1
INNER JOIN "ItemValue" d ON m_1."Id" = d."ItemId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3664Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3664Test(PostgreSQL.13).sql
index 0b7d3df8fc14..89e1ed515656 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3664Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3664Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
@@ -11,7 +11,7 @@ VALUES
:Id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 11
@@ -25,14 +25,14 @@ FROM
WHERE
d."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Test3664" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 12
@@ -46,7 +46,7 @@ FROM
WHERE
d."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3799Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3799Test(PostgreSQL.13).sql
index 003a51fa6fa1..0814e2eaa871 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3799Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3799Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Children",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "Test3799Item" d ON m_1."Children" = d."ParentId" OR m_1."Children" IS NULL AND d."ParentId" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
item_1."Name",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async(PostgreSQL.13).sql
index 34dadcf78c64..5d579140ddff 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -27,7 +27,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -45,7 +45,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -56,7 +56,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -74,7 +74,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async_ExplicitTransaction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async_ExplicitTransaction(PostgreSQL.13).sql
index 34dadcf78c64..5d579140ddff 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async_ExplicitTransaction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async_ExplicitTransaction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -27,7 +27,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -45,7 +45,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -56,7 +56,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -74,7 +74,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync(PostgreSQL.13).sql
index 34dadcf78c64..5d579140ddff 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -27,7 +27,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -45,7 +45,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -56,7 +56,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -74,7 +74,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync_ExplicitTransaction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync_ExplicitTransaction(PostgreSQL.13).sql
index 34dadcf78c64..5d579140ddff 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync_ExplicitTransaction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync_ExplicitTransaction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -27,7 +27,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -45,7 +45,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -56,7 +56,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -74,7 +74,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4060(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4060(PostgreSQL.13).sql
index 4f7617b2a94c..017920ea5748 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4060(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4060(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test1(PostgreSQL.13).sql
index 984c53bb702f..cb46b4bd5c2c 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test2(PostgreSQL.13).sql
index a97989bc74c6..7e837ec99900 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4588Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4588Test(PostgreSQL.13).sql
index 32c37b373651..77b59f83d2cc 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4588Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4588Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @skip Integer -- Int32
@@ -38,7 +38,7 @@ FROM
) m_1
INNER JOIN "SubOrderDetail" d_1 ON m_1."Id" = d_1."SubOrderId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @skip Integer -- Int32
@@ -67,7 +67,7 @@ FROM
) m_1
INNER JOIN "SubOrder" d ON m_1."Id" = d."OrderId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionAfterLoadWithTable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionAfterLoadWithTable(PostgreSQL.13).sql
index 8ba9f9fa3116..f50f007c8ed5 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionAfterLoadWithTable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionAfterLoadWithTable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 10
@@ -11,7 +11,7 @@ VALUES
:Id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @UserId Integer -- Int32
SET @UserId = 10
DECLARE @Age Integer -- Int32
@@ -28,7 +28,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionFirst(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionFirst(PostgreSQL.13).sql
index 8ba9f9fa3116..f50f007c8ed5 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionFirst(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionFirst(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 10
@@ -11,7 +11,7 @@ VALUES
:Id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @UserId Integer -- Int32
SET @UserId = 10
DECLARE @Age Integer -- Int32
@@ -28,7 +28,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregate(PostgreSQL.13).sql
index 0d5af4a94888..ded637d7241b 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregate(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
@@ -46,7 +46,7 @@ SELECT
FROM
"MasterClass" m_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id1",
@@ -62,7 +62,7 @@ FROM
) m_1
INNER JOIN "DetailClass" d ON m_1."Id1" = d."MasterId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id1",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregateAverage(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregateAverage(PostgreSQL.13).sql
index ca358cd959ff..321ff3a643e0 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregateAverage(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregateAverage(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
@@ -34,7 +34,7 @@ WHERE
m_1."Id1" = "a_Details_1"."MasterId"
) > 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id1",
@@ -50,7 +50,7 @@ FROM
) m_1
INNER JOIN "DetailClass" d ON m_1."Id1" = d."MasterId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id1",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.13,1).sql
index 36401625ff6d..948182534022 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.13,2).sql
index 5cf5ef44d2b6..31c4a2fce9cd 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.13,3).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.13,3).sql
index 0afcc3ab62e7..a95dca51a9f0 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.13,3).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.13,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.13,1).sql
index d508b6e9c6c0..298a7852af20 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -33,7 +33,7 @@ FROM
"EntityMA" m_1
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.13,2).sql
index 96ac68cafb7c..8ad58da9a9fb 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -12,7 +12,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.13,3).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.13,3).sql
index 771b8dee32d2..207066b1ce88 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.13,3).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.13,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.13,1).sql
index bb8c53495a3c..c477ce5986dd 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.13,2).sql
index 3a747c949154..317e5aba2460 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.13,3).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.13,3).sql
index 824fdb260140..3093840fe24e 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.13,3).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.13,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.13,1).sql
index d508b6e9c6c0..298a7852af20 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -33,7 +33,7 @@ FROM
"EntityMA" m_1
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.13,2).sql
index 96ac68cafb7c..8ad58da9a9fb 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -12,7 +12,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.13,3).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.13,3).sql
index 771b8dee32d2..207066b1ce88 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.13,3).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.13,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.13,1).sql
index 724d9f54c39a..d82592b83799 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.13,2).sql
index 3a747c949154..317e5aba2460 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.13,3).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.13,3).sql
index 81257caf121b..94bae52fed0f 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.13,3).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.13,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.13,1).sql
index 617436b588b4..acfc4b93b0ac 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.13,2).sql
index 018ff2cb9617..e934611bd13e 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.13,3).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.13,3).sql
index 654632c0d681..d5a3fc75b167 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.13,3).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.13,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.13,1).sql
index cb534bca056f..ca02781e1f3b 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -30,7 +30,7 @@ FROM
"EntityMA" m_1
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id"
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.13,2).sql
index d0e9a405f1f8..23a321483cd8 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -10,7 +10,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id"
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.13,3).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.13,3).sql
index 00e284384653..f96988a85336 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.13,3).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.13,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -33,7 +33,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id"
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.13,1).sql
index f7bed23e56fd..cfd7ac01a407 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.13,2).sql
index ffa3bb637c57..500de98ffc27 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.13,3).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.13,3).sql
index 7b32a5d5e2f3..d8567e70edd3 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.13,3).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.13,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.13,1).sql
index cb534bca056f..ca02781e1f3b 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -30,7 +30,7 @@ FROM
"EntityMA" m_1
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id"
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.13,2).sql
index d0e9a405f1f8..23a321483cd8 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -10,7 +10,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id"
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.13,3).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.13,3).sql
index 00e284384653..f96988a85336 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.13,3).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.13,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -33,7 +33,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id"
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.13,1).sql
index 3589251a671d..018f2c3681f2 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.13,2).sql
index ffa3bb637c57..500de98ffc27 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.13,3).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.13,3).sql
index 555e5fbb3fd5..5d5148e3d07b 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.13,3).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.13,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestSkipTake(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestSkipTake(PostgreSQL.13).sql
index 5e7a5a7c269c..68e5af75f3a9 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestSkipTake(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestSkipTake(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_2."Id1",
@@ -14,7 +14,7 @@ FROM
) m_2
INNER JOIN "DetailClass" d ON m_2."Id1" = d."MasterId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_2."Id1",
@@ -42,7 +42,7 @@ FROM
LIMIT 2 OFFSET 1
) d_1 ON 1=1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id1",
@@ -52,7 +52,7 @@ SELECT
FROM
"MasterClass" m_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id1",
@@ -68,7 +68,7 @@ FROM
) m_1
INNER JOIN "DetailClass" d ON m_1."Id1" = d."MasterId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id1",
diff --git a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.WithTableAttributeMethods(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.WithTableAttributeMethods(PostgreSQL.13).sql
index 641c648d8d28..764a2532f0db 100644
--- a/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.WithTableAttributeMethods(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.WithTableAttributeMethods(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 10
@@ -11,7 +11,7 @@ VALUES
:Id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @UserId Integer -- Int32
SET @UserId = 10
DECLARE @Age Integer -- Int32
@@ -28,7 +28,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.First(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.First(PostgreSQL.13).sql
index fff427c47674..4f01cc8ead23 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.First(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.First(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefault(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefault(PostgreSQL.13).sql
index 95d66d2cac65..da30b2903c84 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefault(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefault(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultScalar(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultScalar(PostgreSQL.13).sql
index 1cf341e5fd6f..ee2dd95f272f 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultScalar(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultScalar(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultWhere(PostgreSQL.13).sql
index a76cf809c14e..96d71b796db1 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstWhere(PostgreSQL.13).sql
index a76cf809c14e..96d71b796db1 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault1(PostgreSQL.13).sql
index 1b34a9ddf2d5..c2a1babc3da9 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault2(PostgreSQL.13).sql
index 1c1fa8aad716..e0ebb89c2f7a 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault3(PostgreSQL.13).sql
index 62c5651e5fad..85df25df0e9a 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault4(PostgreSQL.13).sql
index 7f6e2e22bb67..511a00c29cca 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault5(PostgreSQL.13).sql
index 0f3cfd4d950e..5314ced27ca8 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar1(PostgreSQL.13).sql
index 5a3308c5172c..ac838a538ab1 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar2(PostgreSQL.13).sql
index 42f005597ed0..75ee8f2e5bbc 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedSingleOrDefault1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedSingleOrDefault1(PostgreSQL.13).sql
index 826f30bf8bce..eab72e86cb96 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedSingleOrDefault1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedSingleOrDefault1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.Single(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.Single(PostgreSQL.13).sql
index 10e8375c0060..632e4b0ab1e4 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.Single(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.Single(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefault(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefault(PostgreSQL.13).sql
index 2c0b80e998a2..ec3a0d78ae35 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefault(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefault(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefaultWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefaultWhere(PostgreSQL.13).sql
index 7b52d749e372..1e733ad79096 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefaultWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefaultWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleWhere(PostgreSQL.13).sql
index 7b52d749e372..1e733ad79096 100644
--- a/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest0(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest0(PostgreSQL.13).sql
index 374ce722b427..890057cb9dcd 100644
--- a/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest0(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest0(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest1(PostgreSQL.13).sql
index 374ce722b427..890057cb9dcd 100644
--- a/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest2(PostgreSQL.13).sql
index 897d87fc9efe..a8cd81b13106 100644
--- a/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.13,False).sql
index decb46505f4d..4627cc16fdde 100644
--- a/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.13,True).sql
index decb46505f4d..4627cc16fdde 100644
--- a/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains1(PostgreSQL.13).sql
index 9ed437a8502c..7f93f3024eac 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" IN (12)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains2(PostgreSQL.13).sql
index 9ed437a8502c..7f93f3024eac 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" IN (12)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains3(PostgreSQL.13).sql
index 9ed437a8502c..7f93f3024eac 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" IN (12)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains4(PostgreSQL.13).sql
index 9ed437a8502c..7f93f3024eac 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" IN (12)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate1(PostgreSQL.13).sql
index f02d6dc728ba..abde12674d7e 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
entity."ID",
@@ -30,7 +30,7 @@ FROM
WHERE
entity."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate2(PostgreSQL.13).sql
index 82101f1ba34d..64b8c3dae705 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
entity."ID",
@@ -31,7 +31,7 @@ FROM
WHERE
entity."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete1(PostgreSQL.13).sql
index 3b2f64b55739..5b281a6da311 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete2(PostgreSQL.13).sql
index 3b2f64b55739..5b281a6da311 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete3(PostgreSQL.13).sql
index 3b2f64b55739..5b281a6da311 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete4(PostgreSQL.13).sql
index 3b2f64b55739..5b281a6da311 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals1(PostgreSQL.13).sql
index 3b2f64b55739..5b281a6da311 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals2(PostgreSQL.13).sql
index 3b2f64b55739..5b281a6da311 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals3(PostgreSQL.13).sql
index 3b2f64b55739..5b281a6da311 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals4(PostgreSQL.13).sql
index 3b2f64b55739..5b281a6da311 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert1(PostgreSQL.13).sql
index 3a4f2f50320f..9f42752bb842 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert2(PostgreSQL.13).sql
index 3a4f2f50320f..9f42752bb842 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert3(PostgreSQL.13).sql
index 3a4f2f50320f..9f42752bb842 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert4(PostgreSQL.13).sql
index 3a4f2f50320f..9f42752bb842 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam1(PostgreSQL.13).sql
index 201560f373a2..528a09cc3d6b 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 11
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -46,7 +46,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam2(PostgreSQL.13).sql
index 201560f373a2..528a09cc3d6b 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 11
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -46,7 +46,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam3(PostgreSQL.13).sql
index 201560f373a2..528a09cc3d6b 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 11
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -46,7 +46,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam4(PostgreSQL.13).sql
index 201560f373a2..528a09cc3d6b 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 11
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -46,7 +46,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject1(PostgreSQL.13).sql
index e704ddc3e0f8..27190b893b31 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @TestField Bigint -- Int64
@@ -24,7 +24,7 @@ VALUES
:TestField
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject2(PostgreSQL.13).sql
index 06b66473879c..bfedb3237361 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @TestField Bigint -- Int64
@@ -28,7 +28,7 @@ VALUES
:Int32Field
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject3(PostgreSQL.13).sql
index e704ddc3e0f8..27190b893b31 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @TestField Bigint -- Int64
@@ -24,7 +24,7 @@ VALUES
:TestField
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject4(PostgreSQL.13).sql
index b6f921f36a67..2554a9d39b05 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @TestField Bigint -- Int64
@@ -28,7 +28,7 @@ VALUES
:Int32Field
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject1(PostgreSQL.13).sql
index 3a4f2f50320f..9f42752bb842 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject2(PostgreSQL.13).sql
index 3a4f2f50320f..9f42752bb842 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject3(PostgreSQL.13).sql
index 3a4f2f50320f..9f42752bb842 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject4(PostgreSQL.13).sql
index 3a4f2f50320f..9f42752bb842 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon1(PostgreSQL.13).sql
index 6623ed55cadb..b73ce003ed3a 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon2(PostgreSQL.13).sql
index 6623ed55cadb..b73ce003ed3a 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon3(PostgreSQL.13).sql
index 6623ed55cadb..b73ce003ed3a 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon4(PostgreSQL.13).sql
index 6623ed55cadb..b73ce003ed3a 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull1(PostgreSQL.13).sql
index e450ce263b81..0afbff6a81cd 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -18,7 +18,7 @@ VALUES
101
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -28,7 +28,7 @@ WHERE
r."ID" = 101
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull2(PostgreSQL.13).sql
index e450ce263b81..0afbff6a81cd 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -18,7 +18,7 @@ VALUES
101
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -28,7 +28,7 @@ WHERE
r."ID" = 101
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull_Regression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull_Regression(PostgreSQL.13).sql
index cfa78e6bdc8e..812d86493274 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull_Regression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull_Regression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet1(PostgreSQL.13).sql
index 962304b52e4e..f39ad674b9aa 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @TestField Bigint -- Int64
SET @TestField = 12
@@ -31,7 +31,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -41,7 +41,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet2(PostgreSQL.13).sql
index 962304b52e4e..f39ad674b9aa 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @TestField Bigint -- Int64
SET @TestField = 12
@@ -31,7 +31,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -41,7 +41,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet3(PostgreSQL.13).sql
index 2fc94c08174b..3ee3caaf19eb 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
3
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
@@ -29,7 +29,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."IntValue" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -38,7 +38,7 @@ FROM
WHERE
r."ID" = 101 AND r."IntValue" = 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet4(PostgreSQL.13).sql
index 962304b52e4e..f39ad674b9aa 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @TestField Bigint -- Int64
SET @TestField = 12
@@ -31,7 +31,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -41,7 +41,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet5(PostgreSQL.13).sql
index 962304b52e4e..f39ad674b9aa 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @TestField Bigint -- Int64
SET @TestField = 12
@@ -31,7 +31,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -41,7 +41,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet6(PostgreSQL.13).sql
index 2fc94c08174b..3ee3caaf19eb 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
3
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
@@ -29,7 +29,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."IntValue" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -38,7 +38,7 @@ FROM
WHERE
r."ID" = 101 AND r."IntValue" = 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate1(PostgreSQL.13).sql
index 7a54a91b474e..4b6f38e642be 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
@@ -29,7 +29,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -39,7 +39,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate2(PostgreSQL.13).sql
index 7a54a91b474e..4b6f38e642be 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
@@ -29,7 +29,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -39,7 +39,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate3(PostgreSQL.13).sql
index 7a54a91b474e..4b6f38e642be 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
@@ -29,7 +29,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -39,7 +39,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate4(PostgreSQL.13).sql
index 7a54a91b474e..4b6f38e642be 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
@@ -29,7 +29,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -39,7 +39,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere1(PostgreSQL.13).sql
index 6623ed55cadb..b73ce003ed3a 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere2(PostgreSQL.13).sql
index 6623ed55cadb..b73ce003ed3a 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere3(PostgreSQL.13).sql
index 6623ed55cadb..b73ce003ed3a 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere4(PostgreSQL.13).sql
index 6623ed55cadb..b73ce003ed3a 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull1(PostgreSQL.13).sql
index 8c726ed0fdeb..bff8c9b20171 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -18,7 +18,7 @@ VALUES
101
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -28,7 +28,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" IS NULL
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull2(PostgreSQL.13).sql
index 8c726ed0fdeb..bff8c9b20171 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -18,7 +18,7 @@ VALUES
101
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -28,7 +28,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" IS NULL
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingReadUndefinedValue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingReadUndefinedValue(PostgreSQL.13).sql
index f9cbb68a5686..86a85a5eacca 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingReadUndefinedValue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingReadUndefinedValue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
5
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -30,7 +30,7 @@ FROM
WHERE
r."ID" = 101
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingWriteUndefinedValue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingWriteUndefinedValue(PostgreSQL.13).sql
index f9cbb68a5686..86a85a5eacca 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingWriteUndefinedValue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingWriteUndefinedValue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
5
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -30,7 +30,7 @@ FROM
WHERE
r."ID" = 101
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Issue1622Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Issue1622Test(PostgreSQL.13).sql
index 8e78d5c57d72..2eb759b14d3d 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Issue1622Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Issue1622Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SomeText Text(13) -- String
@@ -15,7 +15,7 @@ VALUES
:SomeText
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -26,7 +26,7 @@ WHERE
e."SomeText" = 'Value1_suffix'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue01(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue01(PostgreSQL.13).sql
index 413fb3718310..19b825fa80a2 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue01(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue01(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 104
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @Value Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 102
DECLARE @Value Integer -- Int32
@@ -41,7 +41,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 103
DECLARE @Value Integer -- Int32
@@ -58,7 +58,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -70,7 +70,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -83,7 +83,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 104
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue02(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue02(PostgreSQL.13).sql
index 3bbc240609d7..7959a3eedd25 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue02(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue02(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 105
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @Value Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 102
DECLARE @Value Integer -- Int32
@@ -41,7 +41,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 103
DECLARE @Value Integer -- Int32
@@ -58,7 +58,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 104
DECLARE @Value Integer -- Int32
@@ -75,7 +75,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -87,7 +87,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -100,7 +100,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 105
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue03(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue03(PostgreSQL.13).sql
index 412644bc0f48..85b88c87bff3 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue03(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue03(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 104
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @Value Text(2) -- String
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 102
DECLARE @Value Text(2) -- String
@@ -41,7 +41,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 103
DECLARE @Value Text -- String
@@ -58,7 +58,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -70,7 +70,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -83,7 +83,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 104
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue04(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue04(PostgreSQL.13).sql
index e3de9fa52602..489a1b5beeba 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue04(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue04(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 105
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @Value Text(2) -- String
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 102
DECLARE @Value Text(2) -- String
@@ -41,7 +41,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 103
DECLARE @Value Text -- String
@@ -58,7 +58,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 104
DECLARE @Value Text -- String
@@ -75,7 +75,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -87,7 +87,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -100,7 +100,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 105
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue05(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue05(PostgreSQL.13).sql
index e8197e8b50b2..a2606b7af6eb 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue05(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue05(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 104
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @Value Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 102
DECLARE @Value Integer -- Int32
@@ -41,7 +41,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 103
DECLARE @Value Integer -- Int32
@@ -58,7 +58,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -70,7 +70,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -83,7 +83,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 104
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue06(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue06(PostgreSQL.13).sql
index f8977eabf1f1..724d73620284 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue06(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue06(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 105
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @Value Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 102
DECLARE @Value Integer -- Int32
@@ -41,7 +41,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 103
DECLARE @Value Integer -- Int32
@@ -58,7 +58,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 104
DECLARE @Value Integer -- Int32
@@ -75,7 +75,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -87,7 +87,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -100,7 +100,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 105
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.TestFlagEnum(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.TestFlagEnum(PostgreSQL.13).sql
index 6ea2b081d3c3..bb0d558bddc7 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.TestFlagEnum(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.TestFlagEnum(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression1(PostgreSQL.13).sql
index 212f6a317fa0..ecddaa55c148 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -22,7 +22,7 @@ VALUES
10
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."BigIntValue" IS NOT NULL AND t1."IntValue" IS NOT NULL,
@@ -33,7 +33,7 @@ FROM
WHERE
t1."ID" = 101
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression2(PostgreSQL.13).sql
index 1d6613c54311..34a765c3ad65 100644
--- a/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -22,7 +22,7 @@ VALUES
10
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."BigIntValue" IS NOT NULL AND t1."IntValue" IS NOT NULL,
@@ -33,7 +33,7 @@ FROM
WHERE
t1."ID" = 101
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.EnumerableAsQueryable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.EnumerableAsQueryable(PostgreSQL.13).sql
index 0113732536e2..3cc268ada36a 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.EnumerableAsQueryable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.EnumerableAsQueryable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -9,7 +9,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithAssociations(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithAssociations(PostgreSQL.13).sql
index 6dc262583480..6d69f64c6db3 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithAssociations(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithAssociations(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
it_1.cond,
@@ -22,7 +22,7 @@ FROM
WHERE
it_1."ColorName" = 'Red'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithComplexProjection(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithComplexProjection(PostgreSQL.13).sql
index abb831549c52..1031b63e954e 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithComplexProjection(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithComplexProjection(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
it_1.cond,
@@ -41,7 +41,7 @@ FROM
WHERE
it_1."ColorName" = 'Red' OR it_1."Count_1" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -56,7 +56,7 @@ FROM
LEFT JOIN "SomeColor" "a_Color" ON t1."ColorId" = "a_Color"."Id"
LEFT JOIN "SomeStyle" "a_Style" ON t1."StyleId" = "a_Style"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -65,7 +65,7 @@ SELECT
FROM
"SomeItem" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
it."Conditional"
@@ -88,7 +88,7 @@ FROM
WHERE
it."ColorName" = 'Red' OR it."Count" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -103,7 +103,7 @@ FROM
LEFT JOIN "SomeColor" "a_Color" ON t1."ColorId" = "a_Color"."Id"
LEFT JOIN "SomeStyle" "a_Style" ON t1."StyleId" = "a_Style"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithGroupedProjection(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithGroupedProjection(PostgreSQL.13).sql
index 94357ba1eb94..61f7eed60c28 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithGroupedProjection(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithGroupedProjection(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
it_1.cond,
@@ -51,7 +51,7 @@ FROM
WHERE
it_1."ColorName" = 'Red' OR it_1."Count_1" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithSubqueries(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithSubqueries(PostgreSQL.13).sql
index 18e4fafbd6b2..4433e5bd933f 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithSubqueries(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithSubqueries(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
it_1.cond,
@@ -29,7 +29,7 @@ FROM
WHERE
it_1."ColorName" = 'Red'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -44,7 +44,7 @@ FROM
LEFT JOIN "SomeColor" "a_Color" ON t1."ColorId" = "a_Color"."Id"
LEFT JOIN "SomeStyle" "a_Style" ON t1."StyleId" = "a_Style"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.13,1).sql
index 38095d01089f..d8d4741c8bcb 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.13,2).sql
index 38095d01089f..d8d4741c8bcb 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.13,1).sql
index eb26153ecf0e..7a9bbc366bca 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
n."Name"
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.13,2).sql
index eb26153ecf0e..7a9bbc366bca 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
n."Name"
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.13,1).sql
index bf2213f40443..fca5dadbc1be 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @doe Text(3) -- String
SET @doe = 'Doe'
@@ -10,7 +10,7 @@ FROM
(p."FirstName"), (p."LastName"), ('John'), (:doe)
) n(item) ON 1=1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @doe Text(4) -- String
SET @doe = 'Doe1'
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.13,2).sql
index bf2213f40443..fca5dadbc1be 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @doe Text(3) -- String
SET @doe = 'Doe'
@@ -10,7 +10,7 @@ FROM
(p."FirstName"), (p."LastName"), ('John'), (:doe)
) n(item) ON 1=1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @doe Text(4) -- String
SET @doe = 'Doe1'
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.13,1).sql
index 1ae832ecf023..c06986d2d0c7 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.13,2).sql
index 1ae832ecf023..c06986d2d0c7 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.13,1).sql
index ab6ec0f182c9..f4f0e2157a43 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.13,2).sql
index ab6ec0f182c9..f4f0e2157a43 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.13,1).sql
index 7f3b84b87b26..081fb3989f3d 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableToInsert" t1
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.13,2).sql
index 9ca55e8af96b..8ef62efd81bb 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableToInsert" t1
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.13,1).sql
index 3d6e88b6f79a..1db55f966ead 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.13,2).sql
index 3d6e88b6f79a..1db55f966ead 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.13,1).sql
index bdf1b297d3c8..9cb6320d6850 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.13,2).sql
index bdf1b297d3c8..9cb6320d6850 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.13,1).sql
index d29e4d955ea2..e837f72580f4 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.13,2).sql
index d29e4d955ea2..e837f72580f4 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExceptContains(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExceptContains(PostgreSQL.13).sql
index bb1b1e6fe49f..6b2c2e2738b2 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExceptContains(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExceptContains(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."PersonID" IN (1, 2, 3)
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.13,1).sql
index 59ba3fa3429a..fd64abf3d6b9 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 2
DECLARE @ID_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.13,2).sql
index ea73dbe51937..7ef28b99614d 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 3
DECLARE @ID_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.13,1).sql
index 38095d01089f..d8d4741c8bcb 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.13,2).sql
index 38095d01089f..d8d4741c8bcb 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.13,1).sql
index 00d2c47c8e2a..5762d47d3384 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.13,2).sql
index 00d2c47c8e2a..5762d47d3384 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.13,1).sql
index 00d2c47c8e2a..5762d47d3384 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.13,2).sql
index 00d2c47c8e2a..5762d47d3384 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.13,1).sql
index 4e77734bed53..a9a05f0a2931 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -12,7 +12,7 @@ FROM
('Janet'), ('Doe'), ('John'), ('Doe')
) n(item) ON p."LastName" = n.item
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.13,2).sql
index 4e77734bed53..a9a05f0a2931 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -12,7 +12,7 @@ FROM
('Janet'), ('Doe'), ('John'), ('Doe')
) n(item) ON p."LastName" = n.item
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.13,1).sql
index 03cc5e0f8c3c..f3e8d9752d37 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -12,7 +12,7 @@ FROM
('Janet'), ('Doe'), ('John'), ('Doe')
) n(item) ON p."LastName" = n.item
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.13,2).sql
index 03cc5e0f8c3c..f3e8d9752d37 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -12,7 +12,7 @@ FROM
('Janet'), ('Doe'), ('John'), ('Doe')
) n(item) ON p."LastName" = n.item
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.13,1).sql
index 0bbb2eaa5eb5..0b9bcd77427f 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.13,2).sql
index 0bbb2eaa5eb5..0b9bcd77427f 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.13,1).sql
index 76f5c5069dae..0e7931a7a72d 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.13,2).sql
index 76f5c5069dae..0e7931a7a72d 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.13,1).sql
index 38095d01089f..d8d4741c8bcb 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.13,2).sql
index 38095d01089f..d8d4741c8bcb 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.13,1).sql
index 9fbc8d9f2570..d4701580bd6a 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.13,2).sql
index 9fbc8d9f2570..d4701580bd6a 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.13,1).sql
index 5fecec893a3c..26db5be303d9 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -12,7 +12,7 @@ FROM
(2), (3)
) n("ID") ON p."PersonID" = n."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.13,2).sql
index d1abe0969524..c3580ae7801e 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -12,7 +12,7 @@ FROM
(3), (4)
) n("ID") ON p."PersonID" = n."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.13,1).sql
index 2700713d477f..99f27f3b872e 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TableToInsert"
(
@@ -16,7 +16,7 @@ FROM
WHERE
t."Id" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TableToInsert"
(
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.13,2).sql
index 13d51faaa21a..0ab55cc7c223 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TableToInsert"
(
@@ -16,7 +16,7 @@ FROM
WHERE
t."Id" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TableToInsert"
(
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test1(PostgreSQL.13).sql
index 78a89b6503ef..275af3debfe2 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."PersonID" + y.item
@@ -8,7 +8,7 @@ FROM
(0), (1), (2), (3)
) y(item)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test2(PostgreSQL.13).sql
index 78a89b6503ef..275af3debfe2 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."PersonID" + y.item
@@ -8,7 +8,7 @@ FROM
(0), (1), (2), (3)
) y(item)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test3(PostgreSQL.13).sql
index 7ed8138ee0e4..83a4b786b192 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."PersonID" + y.item
@@ -8,7 +8,7 @@ FROM
(1), (3)
) y(item)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test4(PostgreSQL.13).sql
index 7ed8138ee0e4..83a4b786b192 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."PersonID" + y.item
@@ -8,7 +8,7 @@ FROM
(1), (3)
) y(item)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test5(PostgreSQL.13).sql
index a659c443a937..1e929855ef31 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
y.item
@@ -8,7 +8,7 @@ FROM
('M'), ('F'), ('U'), ('O')
) y(item)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.13,1).sql
index 7912b804181e..c20212e57b71 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.13,2).sql
index 6664e0f97255..63470ca731d1 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.13,1).sql
index ab6ec0f182c9..f4f0e2157a43 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.13,2).sql
index ab6ec0f182c9..f4f0e2157a43 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.13,1).sql
index faae6190c845..11863233965d 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.13,2).sql
index faae6190c845..11863233965d 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.13,1).sql
index 9d73969d06a7..adb0223aefda 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.13,2).sql
index b4584596bbc4..774f73949f03 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StaticEnumerable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StaticEnumerable(PostgreSQL.13).sql
index cc4ceeac6a9a..f6d0d6fb7bfd 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StaticEnumerable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StaticEnumerable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -20,7 +20,7 @@ WHERE
v.item = p."PersonID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.13,1).sql
index 96dc253f3201..75f3dbe3095b 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.13,2).sql
index 96dc253f3201..75f3dbe3095b 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.13,1).sql
index 485f6ab89330..1aab1979a652 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -17,7 +17,7 @@ WHERE
t."Id" = r."Id" AND (t."Value" = r."Value" OR t."Value" IS NULL AND r."Value" IS NULL)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.13,2).sql
index 95819ebd6d05..5b4f4a020d3b 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -17,7 +17,7 @@ WHERE
t."Id" = r."Id" AND (t."Value" = r."Value" OR t."Value" IS NULL AND r."Value" IS NULL)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.13,1).sql
index b21f73a16773..0826dfa648a0 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TableToInsert"
@@ -11,7 +11,7 @@ FROM
WHERE
"TableToInsert"."Id" = r."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.13,2).sql
index f3f1c7b1b90d..1436dd0c233f 100644
--- a/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TableToInsert"
@@ -11,7 +11,7 @@ FROM
WHERE
"TableToInsert"."Id" = r."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionTests/Tests.Linq.ExpressionTests.TestAsProperty(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionTests/Tests.Linq.ExpressionTests.TestAsProperty(PostgreSQL.13).sql
index 4dc12417f5c6..96aa7d648b10 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionTests/Tests.Linq.ExpressionTests.TestAsProperty(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionTests/Tests.Linq.ExpressionTests.TestAsProperty(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
10
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpression(PostgreSQL.13).sql
index dec90c5e305f..6e5fef24ceaa 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpressionAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpressionAsync(PostgreSQL.13).sql
index 85f8d68e0566..461a92f362d3 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpressionAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpressionAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest(PostgreSQL.13).sql
index 2f74f937ffde..bfb39ebc3dac 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest2(PostgreSQL.13).sql
index 1fcf230c9896..82ec1c6c24fb 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
gc."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.13,1).sql
index b54795023aee..e6ac9b5fc804 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 0
DECLARE @personId_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.13,2).sql
index b54795023aee..e6ac9b5fc804 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 0
DECLARE @personId_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest2(PostgreSQL.13).sql
index d484659c7b2e..2acf44b47bb9 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 0
DECLARE @personId_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerCrash(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerCrash(PostgreSQL.13).sql
index a6d5fad80745..5b32140092e2 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerCrash(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerCrash(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerNoCrash(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerNoCrash(PostgreSQL.13).sql
index a6d5fad80745..5b32140092e2 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerNoCrash(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerNoCrash(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2431Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2431Test(PostgreSQL.13).sql
index 620111b0c9e9..5c2ac4e36b04 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2431Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2431Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2434Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2434Test(PostgreSQL.13).sql
index b422d58a474b..1966842e15f7 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2434Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2434Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue3472Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue3472Test(PostgreSQL.13).sql
index 7c1c36d398ca..945af0a18d3f 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue3472Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue3472Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue4613Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue4613Test(PostgreSQL.13).sql
index 4b17c320a775..c2cd7a99639d 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue4613Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue4613Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
contract."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest1(PostgreSQL.13).sql
index aab45a551069..6a297f1d8dc4 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest2(PostgreSQL.13).sql
index 2f3fc9b6545c..c300054fef44 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember1(PostgreSQL.13).sql
index 42a2ea0fd675..84dbb8a0b218 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember2(PostgreSQL.13).sql
index 1ed3cbe1bc44..dbee0a8b01b9 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember3(PostgreSQL.13).sql
index bc8ed47c7cf2..af367a3ea099 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 2
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression4(PostgreSQL.13).sql
index 05673a7f42cc..54dcd5fb334d 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.13,1).sql
index d5d2f9fb3bc1..99d19ab3c3b1 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.13,2).sql
index 097bc059671c..1a57fab8ad15 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 2
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression6(PostgreSQL.13).sql
index d8ee816d9164..57102e89ca28 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression7(PostgreSQL.13).sql
index 097bc059671c..1a57fab8ad15 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 2
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression8(PostgreSQL.13).sql
index 52007fc4e56f..eff7dff9ce6c 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest1(PostgreSQL.13).sql
index 03c999023685..d88d1ac58983 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest2(PostgreSQL.13).sql
index 380720277839..834606ab8c3b 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ToLowerInvariantTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ToLowerInvariantTest(PostgreSQL.13).sql
index f372a6de42ef..57e6b602915f 100644
--- a/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ToLowerInvariantTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ToLowerInvariantTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Lower(p."Taxonomy")
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.ComplexRecordParametersMapping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.ComplexRecordParametersMapping(PostgreSQL.13).sql
index afe676c29b33..b7ad3c511090 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.ComplexRecordParametersMapping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.ComplexRecordParametersMapping(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert1(PostgreSQL.13).sql
index 92a735152d11..3259ad9b38b9 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert1(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1
DECLARE @ChildID Integer -- Int32
@@ -22,7 +22,7 @@ VALUES
:ChildID
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -31,7 +31,7 @@ FROM
WHERE
c_1."ChildID" = 1001
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert2(PostgreSQL.13).sql
index 01e7ed9afef4..9ca65e6a88c2 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert2(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."PersonID")
FROM
"Person" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(2) -- String
@@ -30,7 +30,7 @@ VALUES
:Name_LastName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -44,7 +44,7 @@ WHERE
p."PersonID" > 4
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test2(PostgreSQL.13).sql
index 6d8275974b58..55be988296c8 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -15,7 +15,7 @@ VALUES
:Name
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(5) -- String
@@ -32,7 +32,7 @@ VALUES
:Name
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Text Text(7) -- String
@@ -49,7 +49,7 @@ VALUES
:Text
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -61,7 +61,7 @@ FROM
ORDER BY
m_1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"tupledArg"."Id",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test3(PostgreSQL.13).sql
index 5204834e5b5d..b0c60da6539f 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -15,7 +15,7 @@ VALUES
:Name
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(5) -- String
@@ -32,7 +32,7 @@ VALUES
:Name
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Text Text(7) -- String
@@ -49,7 +49,7 @@ VALUES
:Text
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"tupledArg"."Id",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp1(PostgreSQL.13).sql
index a44438640bb2..f74fcf01c563 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp2(PostgreSQL.13).sql
index a44438640bb2..f74fcf01c563 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp3(PostgreSQL.13).sql
index a44438640bb2..f74fcf01c563 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3699_Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3699_Test(PostgreSQL.13).sql
index bbf3e26f20cd..2a3572452a9d 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3699_Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3699_Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test1(PostgreSQL.13).sql
index eec6b44a0d91..7cd5ba086a93 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"tupledArg"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test2(PostgreSQL.13).sql
index b039d340880a..30fd789a5a69 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadColumnOfDeeplyComplexPerson(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadColumnOfDeeplyComplexPerson(PostgreSQL.13).sql
index 438d40d3c368..03463df6e83d 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadColumnOfDeeplyComplexPerson(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadColumnOfDeeplyComplexPerson(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingle(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingle(PostgreSQL.13).sql
index c52028542b32..3ecd95ca4cab 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingle(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingle(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleCLIMutable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleCLIMutable(PostgreSQL.13).sql
index b614be113056..91f64d654dc9 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleCLIMutable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleCLIMutable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -15,7 +15,7 @@ WHERE
p."PersonID" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleComplexPerson(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleComplexPerson(PostgreSQL.13).sql
index c981f6a92c27..12d0972be01d 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleComplexPerson(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleComplexPerson(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleDeeplyComplexPerson(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleDeeplyComplexPerson(PostgreSQL.13).sql
index c981f6a92c27..12d0972be01d 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleDeeplyComplexPerson(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleDeeplyComplexPerson(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleWithOptions(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleWithOptions(PostgreSQL.13).sql
index dd59bd8212b6..9a19111b0202 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleWithOptions(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleWithOptions(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSinglesWithPatient(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSinglesWithPatient(PostgreSQL.13).sql
index b614be113056..91f64d654dc9 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSinglesWithPatient(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSinglesWithPatient(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -15,7 +15,7 @@ WHERE
p."PersonID" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordParametersMapping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordParametersMapping(PostgreSQL.13).sql
index de3cf2ae76c1..11cd2b38a2b3 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordParametersMapping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordParametersMapping(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordProjectionAll(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordProjectionAll(PostgreSQL.13).sql
index 3af60dd6555c..1675a9790497 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordProjectionAll(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordProjectionAll(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.SelectLeftJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.SelectLeftJoin(PostgreSQL.13).sql
index b6eb9e86a3bb..ae33b0209123 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.SelectLeftJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.SelectLeftJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"Item1"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord1(PostgreSQL.13).sql
index beb45c6c00bb..b10b2aa9c77c 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord2(PostgreSQL.13).sql
index 25e46741e685..129ad6d9ff84 100644
--- a/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.13,False).sql
index 6038bb552a51..70e38321d2ec 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.value
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.13,True).sql
index 6038bb552a51..70e38321d2ec 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.value
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.13,False).sql
index b2272d33da6f..b5e26efa4396 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.13,True).sql
index b2272d33da6f..b5e26efa4396 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQuery(PostgreSQL.13).sql
index 8cbe62be3d4b..f5dccda25bea 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQueryWithoutExplicitAlias(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQueryWithoutExplicitAlias(PostgreSQL.13).sql
index 071a11434fa4..99a42c1c1cd3 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQueryWithoutExplicitAlias(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQueryWithoutExplicitAlias(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.13,14).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.13,14).sql
index 29bfc4b99d9e..39d638333627 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.13,14).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.13,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.13,15).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.13,15).sql
index 9558afd26e3c..87a3257bdd06 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.13,15).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.13,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.13,14).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.13,14).sql
index 2e0cbf6c28fa..ff3e2f08579f 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.13,14).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.13,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.13,15).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.13,15).sql
index 13ca27b68ceb..1de4347b4624 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.13,15).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.13,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.13,14).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.13,14).sql
index 11514381c04e..d4023f118a50 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.13,14).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.13,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.13,15).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.13,15).sql
index 43f45aaba2f8..d11de93c805b 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.13,15).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.13,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.13,14).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.13,14).sql
index 0282d7523791..066d7c28feb3 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.13,14).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.13,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @endId Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.13,15).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.13,15).sql
index 060968e93ec7..305bb0f3ff63 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.13,15).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.13,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @endId Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.13,14).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.13,14).sql
index 2e0cbf6c28fa..ff3e2f08579f 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.13,14).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.13,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.13,15).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.13,15).sql
index 13ca27b68ceb..1de4347b4624 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.13,15).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.13,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,1,14).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,1,14).sql
index 2414c6a0e5a4..d9fb29e609c8 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,1,14).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,1,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -18,7 +18,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,1,15).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,1,15).sql
index 4f1975766d4c..4f96150bf50e 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,1,15).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,1,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -18,7 +18,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,2,14).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,2,14).sql
index 2414c6a0e5a4..d9fb29e609c8 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,2,14).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,2,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -18,7 +18,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,2,15).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,2,15).sql
index 4f1975766d4c..4f96150bf50e 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,2,15).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.13,2,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -18,7 +18,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.13,14).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.13,14).sql
index 20297e2e1b00..d8b0113bc97a 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.13,14).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.13,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 1
DECLARE @endId Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 1
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.13,15).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.13,15).sql
index a5707b4c64c3..a71207dd93ad 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.13,15).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.13,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 1
DECLARE @endId Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 1
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.13,14).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.13,14).sql
index a109fe552e11..fcccf63a39fb 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.13,14).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.13,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.13,15).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.13,15).sql
index 7f92c3c73c65..07e840f17078 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.13,15).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.13,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestScalarSubquery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestScalarSubquery(PostgreSQL.13).sql
index 6ea87dda9884..66646507eb02 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestScalarSubquery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestScalarSubquery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnest(PostgreSQL.13).sql
index e2e3ad7a5b30..1ac28539649f 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s.value
diff --git a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnestFunction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnestFunction(PostgreSQL.13).sql
index b793b3d72f95..8f6269a3a08b 100644
--- a/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnestFunction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnestFunction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s.value,
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNotNullTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNotNullTest(PostgreSQL.13).sql
index 07073c1d4134..40a990f6b2a7 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNotNullTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNotNullTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNullTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNullTest(PostgreSQL.13).sql
index 694db9e8af05..aa3c73b24dde 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNullTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNullTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between1(PostgreSQL.13).sql
index d8fad416192a..aa67f8a0e847 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between2(PostgreSQL.13).sql
index 947eeeadbf8c..ae1842689762 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains1(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains2(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains3(PostgreSQL.13).sql
index 40213cb3beb1..350fe620cc10 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 2
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains4(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains5(PostgreSQL.13).sql
index 861fc0950394..9579ac3cb71e 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."ParentID" IN (1, 2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains6(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains7(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsHashSet1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsHashSet1(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsHashSet1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsHashSet1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey1(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey2(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey21(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey21(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey21(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey21(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey22(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey22(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey22(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey22(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey31(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey31(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey31(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey31(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey32(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsReadOnlySet(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsReadOnlySet(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsReadOnlySet(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsReadOnlySet(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString11(PostgreSQL.13).sql
index 9d4f82800d7a..74677f809c18 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString12(PostgreSQL.13).sql
index 9d4f82800d7a..74677f809c18 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString13(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString13(PostgreSQL.13).sql
index 9d4f82800d7a..74677f809c18 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString13(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString13(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString21(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString21(PostgreSQL.13).sql
index 9d4f82800d7a..74677f809c18 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString21(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString21(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString22(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString22(PostgreSQL.13).sql
index ea2d776a0f66..8fccf8274619 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString22(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString22(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nm Text(4) -- String
SET @nm = 'John'
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString23(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString23(PostgreSQL.13).sql
index 9d4f82800d7a..74677f809c18 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString23(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString23(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue1(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue2(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue21(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue21(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue21(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue21(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue31(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue31(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue31(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue31(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Count1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Count1(PostgreSQL.13).sql
index b5987399ea14..787922de9d69 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Count1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Count1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomAggregate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomAggregate(PostgreSQL.13).sql
index 948ad2cde6ec..cd926ca02180 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomAggregate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomAggregate(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(g_1."Value1"),
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomFunc(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomFunc(PostgreSQL.13).sql
index 47b6b67506a4..b9f924b34c4f 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomFunc(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomFunc(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."LastName" || ', ' || p."FirstName"
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.EmptyContains1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.EmptyContains1(PostgreSQL.13).sql
index 6d79d3c4bc2d..bf1e8b8c754c 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.EmptyContains1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.EmptyContains1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals1(PostgreSQL.13).sql
index 6d79d3c4bc2d..bf1e8b8c754c 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals2(PostgreSQL.13).sql
index 8b194137267b..83d9830e46b7 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
DECLARE @ChildID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals3(PostgreSQL.13).sql
index fcdcd9af03d9..47c6a58782bd 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.GetValueOrDefault(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.GetValueOrDefault(PostgreSQL.13).sql
index fe965f6809dd..879d65f1cfad 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.GetValueOrDefault(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.GetValueOrDefault(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.13).sql
new file mode 100644
index 000000000000..a08282a14789
--- /dev/null
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.13).sql
@@ -0,0 +1,9 @@
+-- PostgreSQL.13 PostgreSQL
+
+SELECT
+ p."GuidValue"
+FROM
+ "LinqDataTypes" p
+WHERE
+ p."GuidValue" <> gen_random_uuid()
+
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.13).sql
new file mode 100644
index 000000000000..2b5f4f9bd799
--- /dev/null
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.13).sql
@@ -0,0 +1,8 @@
+-- PostgreSQL.13 PostgreSQL
+
+SELECT
+ gen_random_uuid()
+FROM
+ "LinqDataTypes" p
+LIMIT 1
+
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum1(PostgreSQL.13).sql
index 0b88452f9823..fa1fbeda7a9c 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(t1."ParentID")
diff --git a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum2(PostgreSQL.13).sql
index 0ef93b85ebc4..50b0763123eb 100644
--- a/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByCube(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByCube(PostgreSQL.13).sql
index db97cc92052d..dacdf784971e 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByCube(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByCube(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
GROUPING(g_2."Id1"),
diff --git a/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSets(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSets(PostgreSQL.13).sql
index 0567fc38a3d9..c8b06cf8d091 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSets(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSets(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
GROUPING(g_2."Id1"),
diff --git a/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving(PostgreSQL.13).sql
index fb99c4703d77..c290916eae3d 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Id1",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving2(PostgreSQL.13).sql
index 1fc1dc15f762..427066ac5867 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Id1",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollup(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollup(PostgreSQL.13).sql
index 13a6c77d4e15..a41dc5b9e80b 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollup(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollup(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Id1",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollupGrouping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollupGrouping(PostgreSQL.13).sql
index 6708b55fd132..7f26c4c87cff 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollupGrouping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollupGrouping(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
GROUPING(g_2."Id1"),
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AggregateAssociation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AggregateAssociation(PostgreSQL.13).sql
index bc5f26752e5b..7b3efe2c1262 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AggregateAssociation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AggregateAssociation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(Coalesce("a_Parent"."Value1", 0))
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates1(PostgreSQL.13).sql
index 94f3d6fd72cb..bedd9d9f5340 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*),
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates2(PostgreSQL.13).sql
index fa906738e19b..36615fde85d2 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(g_1."ChildID"),
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates3(PostgreSQL.13).sql
index 665e4843cebd..b1043265a6e4 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" > 30),
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates4(PostgreSQL.13).sql
index 9852c3461e69..4c1878b5afdb 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" > 30),
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates5(PostgreSQL.13).sql
index ffce9163d1c6..3e6d84ce86e6 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" > 30),
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average1(PostgreSQL.13).sql
index b6c2b4624b5c..fbfde6fdd21b 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
AVG(t1."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average2(PostgreSQL.13).sql
index 609d743eccd7..7c4a2f3c38c9 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
AVG(c_1."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AverageInGroup(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AverageInGroup(PostgreSQL.13).sql
index b8d2c7de0345..7dbe6e9dbc5a 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AverageInGroup(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AverageInGroup(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."GroupId",
@@ -16,7 +16,7 @@ WHERE
GROUP BY
g_1."GroupId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.ByJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.ByJoin(PostgreSQL.13).sql
index 0eef32d0202f..bd10fc6d5ad0 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.ByJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.ByJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(c2."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CalcMember(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CalcMember(PostgreSQL.13).sql
index 04ff619b738a..11265430475d 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CalcMember(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CalcMember(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"groupedData_1"."Key_1",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated1(PostgreSQL.13).sql
index 9425db058092..3700bf8b4244 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -25,7 +25,7 @@ FROM
ELSE '3'
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated2(PostgreSQL.13).sql
index 9c810a77520d..164c12e72be2 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy1(PostgreSQL.13).sql
index 04a474a0e19c..2cfe61c698ca 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy2(PostgreSQL.13).sql
index ea25438f4831..61f4f1e33c8b 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy3(PostgreSQL.13).sql
index a2b7a868f516..3ad9fec65511 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountInGroup(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountInGroup(PostgreSQL.13).sql
index 24b9c7b289c6..0694cc0c593c 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountInGroup(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountInGroup(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."GroupId",
@@ -19,7 +19,7 @@ WHERE
GROUP BY
t."GroupId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy1(PostgreSQL.13).sql
index d6958d3c922c..eb8b232a94e1 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy2(PostgreSQL.13).sql
index d6958d3c922c..eb8b232a94e1 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.EmptySetAggregateNullability(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.EmptySetAggregateNullability(PostgreSQL.13).sql
index 09edc8b8c39b..0164183d43cd 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.EmptySetAggregateNullability(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.EmptySetAggregateNullability(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -14,7 +14,7 @@ FROM
WHERE
t1."Min_1" <> 0 OR t1."Min_1" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -30,7 +30,7 @@ FROM
WHERE
t1."Max_1" <> 0 OR t1."Max_1" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -46,7 +46,7 @@ FROM
WHERE
t1."Avg_1" <> 0 OR t1."Avg_1" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -62,7 +62,7 @@ FROM
WHERE
t1."Sum_1" <> 0 OR t1."Sum_1" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.FirstGroupBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.FirstGroupBy(PostgreSQL.13).sql
index 44b890525a1e..c37e23719bd1 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.FirstGroupBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.FirstGroupBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy1(PostgreSQL.13).sql
index e29e1a1b8a8b..55ac969ac9b9 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_2."Key_1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy2(PostgreSQL.13).sql
index f45687df59e2..44721a44fd1e 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
gr_1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy3(PostgreSQL.13).sql
index c0cee59ab569..e42f4e6863cc 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
gr_1."Key_1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate1(PostgreSQL.13).sql
index feab67ada34b..16b0867b042a 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate11(PostgreSQL.13).sql
index d69b2e99cd25..5106a4a957e5 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate12(PostgreSQL.13).sql
index feab67ada34b..16b0867b042a 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate3(PostgreSQL.13).sql
index c01f4e6c90c8..e30fb22adaa8 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1(PostgreSQL.13).sql
index 1c9082f04400..3bdad7619a8d 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation101(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation101(PostgreSQL.13).sql
index 2f730f58a8f2..6df91eba116e 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation101(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation101(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation102(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation102(PostgreSQL.13).sql
index 5c3fd651f484..331fb1c40de5 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation102(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation102(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1022(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1022(PostgreSQL.13).sql
index 3141e67afde3..7688c05f52e8 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1022(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1022(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1023(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1023(PostgreSQL.13).sql
index 2293b3f76604..d9260978b404 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1023(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1023(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1024(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1024(PostgreSQL.13).sql
index af04038c463f..fba8ee038d56 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1024(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1024(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation2(PostgreSQL.13).sql
index 0fc2c87bfbe9..4e55d76f5081 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstants(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstants(PostgreSQL.13).sql
index a4a5a769c30a..b61dcfc0861f 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstants(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstants(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."ChildId",
@@ -16,7 +16,7 @@ GROUP BY
g_2."ChildId",
g_2."ParentId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstantsEmpty(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstantsEmpty(PostgreSQL.13).sql
index 3a59c4a4771d..de32e1425cd8 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstantsEmpty(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstantsEmpty(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."ChildId",
@@ -18,7 +18,7 @@ GROUP BY
g_2."ChildId",
g_2."ParentId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCount(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCount(PostgreSQL.13).sql
index 14124f6d388b..4f5f2f1d3fef 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCount(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCount(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity1(PostgreSQL.13).sql
index f946ae068e30..9bca8b66bda1 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity2(PostgreSQL.13).sql
index f946ae068e30..9bca8b66bda1 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate1(PostgreSQL.13).sql
index dfd8944a17a8..058de3476551 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(grp_1."MoneyValue"),
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate2(PostgreSQL.13).sql
index dfd8944a17a8..058de3476551 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(grp_1."MoneyValue"),
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate3(PostgreSQL.13).sql
index f4f5f5a811ce..2bedbebc1205 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(grp_1."MoneyValue"),
@@ -15,7 +15,7 @@ FROM
GROUP BY
grp_1."Date_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(grp_1."MoneyValue"),
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression(PostgreSQL.13).sql
index f33a17a722c9..20fbcc10b1a4 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @defValue Integer -- Int32
SET @defValue = 10
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression2(PostgreSQL.13).sql
index e2b3106c546e..e170f1bb0624 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByMax(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByMax(PostgreSQL.13).sql
index 94e5c3b8d1e7..bf6d12fb3105 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByMax(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByMax(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ParentID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByNone(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByNone(PostgreSQL.13).sql
index 5165981f9239..54a0498bd7c8 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByNone(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByNone(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MIN(gr."ParentID"),
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByWithSubquery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByWithSubquery(PostgreSQL.13).sql
index 9055a4beb593..098c891e4b4d 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByWithSubquery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByWithSubquery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."Key_1",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest1(PostgreSQL.13).sql
index 35a10db363ab..3de783519dcb 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pmp1."ChildID"
@@ -13,7 +13,7 @@ FROM
) pmp
CROSS JOIN "Child" pmp1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest2(PostgreSQL.13).sql
index 7f32f8b3f6c1..86f59fe296fd 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pmp1."ChildID"
@@ -13,7 +13,7 @@ FROM
pmp."ParentID"
) pmp_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest3(PostgreSQL.13).sql
index 9afa9cf23e51..af25257d9f77 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pmp."ParentID"
@@ -7,7 +7,7 @@ FROM
GROUP BY
pmp."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InnerQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InnerQuery(PostgreSQL.13).sql
index eea7310edf37..f4ee0baf072c 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InnerQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InnerQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Taxonomy"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InsertFirstFromGroup(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InsertFirstFromGroup(PostgreSQL.13).sql
index 6df48001f81a..be181f649421 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InsertFirstFromGroup(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InsertFirstFromGroup(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE temp_table_1
(
@@ -8,7 +8,7 @@ CREATE TABLE temp_table_1
CONSTRAINT "PK_temp_table_1" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table_1
(
@@ -18,7 +18,7 @@ INSERT INTO temp_table_1
VALUES
(1,'Value')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE temp_table_2
(
@@ -27,7 +27,7 @@ CREATE TABLE temp_table_2
CONSTRAINT "PK_temp_table_2" PRIMARY KEY ("Value")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table_2
(
@@ -54,11 +54,11 @@ FROM
LIMIT 1
) t1 ON 1=1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table_2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table_1
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1078Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1078Test(PostgreSQL.13).sql
index f27c087b1a95..4366f3bc873a 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1078Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1078Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
grp."SiteID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1198Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1198Test(PostgreSQL.13).sql
index 75f41f33bd65..1cce7a8729fb 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1198Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1198Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE t."Status" = 3)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test1(PostgreSQL.13).sql
index 16e4ab023f24..f45b421ae1c8 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -10,7 +10,7 @@ SELECT
FROM
"Person" m_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
@@ -19,7 +19,7 @@ FROM
GROUP BY
t1."PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -31,7 +31,7 @@ SELECT
FROM
"Person" m_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test2(PostgreSQL.13).sql
index 16e4ab023f24..f45b421ae1c8 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -10,7 +10,7 @@ SELECT
FROM
"Person" m_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
@@ -19,7 +19,7 @@ FROM
GROUP BY
t1."PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -31,7 +31,7 @@ SELECT
FROM
"Person" m_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test3(PostgreSQL.13).sql
index 16e4ab023f24..f45b421ae1c8 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -10,7 +10,7 @@ SELECT
FROM
"Person" m_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
@@ -19,7 +19,7 @@ FROM
GROUP BY
t1."PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -31,7 +31,7 @@ SELECT
FROM
"Person" m_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2821Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2821Test(PostgreSQL.13).sql
index c2210b047f38..d1b54308dfc2 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2821Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2821Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @currentDate Timestamp -- DateTime2
SET @currentDate = '2020-02-29 17:54:55.123'::timestamp
DECLARE @currentDate_1 Timestamp -- DateTime2
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test1(PostgreSQL.13).sql
index f053ae588a2f..815210f5f23c 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(COUNT(*)::text || ' items have not been processed, e.g. #' || Coalesce(MIN(g_1."PersonID")::text, '')) || '.'
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test2(PostgreSQL.13).sql
index bdcb4ae9c394..ead235592dae 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(COUNT(*)::text || ' items have not been processed, e.g. #' || MIN(s."PersonID")::text) || '.'
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test1(PostgreSQL.13).sql
index 145cc1f9c26e..83b6d0401cca 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
gr."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test2(PostgreSQL.13).sql
index 145cc1f9c26e..83b6d0401cca 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
gr."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3668Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3668Test(PostgreSQL.13).sql
index 5b6391aae2f3..141906284a50 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3668Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3668Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
DECLARE @name Text(4) -- String
@@ -17,7 +17,7 @@ WHERE
m_1."PersonID" = :id AND m_1."LastName" <> :name OR
m_1."FirstName" <> :name AND m_1."PersonID" - 1 = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
DECLARE @name Text(4) -- String
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test1(PostgreSQL.13).sql
index e330465d77a0..4df2e37c41be 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Year_1",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test2(PostgreSQL.13).sql
index 69bec674bc5e..03821d688b25 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Year_1",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3872(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3872(PostgreSQL.13).sql
index 85263e5c5f95..6dbe0a7dc249 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3872(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3872(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(r."PersonID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098(PostgreSQL.13).sql
index 42cccfe25023..32f24d36a63c 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ip."InvestorId",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098WithCte(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098WithCte(PostgreSQL.13).sql
index f28b4f4991a0..a328693b69ab 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098WithCte(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098WithCte(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("InvestorId", "SecurityClass", "Units")
AS
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4349Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4349Test(PostgreSQL.13).sql
index 34d971374c37..9ea1bf8dcc2a 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4349Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4349Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."A",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test1(PostgreSQL.13).sql
index 75990668564b..c8aec3c20fbf 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @input Text(6) -- String
SET @input = '%test%'
@@ -12,7 +12,7 @@ FROM
WHERE
Lower(m_1."FirstName") LIKE :input ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @input Text(6) -- String
SET @input = '%test%'
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test2(PostgreSQL.13).sql
index fcca0daf1a8d..102d27bbafb2 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -10,7 +10,7 @@ FROM
WHERE
Lower(m_1."FirstName") LIKE '%test%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue5070Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue5070Test(PostgreSQL.13).sql
index e2df5ef5904b..49928f3ac42d 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue5070Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue5070Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t_1."FinalCustomerId",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue672Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue672Test(PostgreSQL.13).sql
index c3b24e129d9a..42c99fda548f 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue672Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue672Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(6) -- String
SET @Name = 'group1'
DECLARE @Enabled Boolean
@@ -19,7 +19,7 @@ VALUES
:ImageFullUrl
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(6) -- String
SET @Name = 'group1'
DECLARE @Enabled Boolean
@@ -40,7 +40,7 @@ VALUES
:ImageFullUrl
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(6) -- String
SET @Name = 'group2'
DECLARE @Enabled Boolean
@@ -61,7 +61,7 @@ VALUES
:ImageFullUrl
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue680Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue680Test(PostgreSQL.13).sql
index a8183a705fb8..0703fbf3ee88 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue680Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue680Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."TimeStamp" > '2020-02-29 17:54:55.123'::timestamp)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue913Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue913Test(PostgreSQL.13).sql
index c176bd35aa22..5cf355da8a57 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue913Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue913Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2.cond,
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.IssueGroupByNonTableColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.IssueGroupByNonTableColumn(PostgreSQL.13).sql
index b45dac8424bf..17d518df6458 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.IssueGroupByNonTableColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.IssueGroupByNonTableColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_FilterByOrderedGroupBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_FilterByOrderedGroupBy(PostgreSQL.13).sql
index 2e1d67090a51..b28fb6e1d8ab 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_FilterByOrderedGroupBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_FilterByOrderedGroupBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
@@ -23,7 +23,7 @@ WHERE
) t1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_HavingConditionTranslation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_HavingConditionTranslation(PostgreSQL.13).sql
index 8a5462e92ad2..73a553b6c68f 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_HavingConditionTranslation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_HavingConditionTranslation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."MiddleName",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_PlaceholderDuplicate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_PlaceholderDuplicate(PostgreSQL.13).sql
index 5f7ee833665b..042437deb00c 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_PlaceholderDuplicate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_PlaceholderDuplicate(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 100
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_UnusedColumnsElimination(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_UnusedColumnsElimination(PostgreSQL.13).sql
index 9000ed3795cf..b6736eb8c37f 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_UnusedColumnsElimination(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_UnusedColumnsElimination(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy1(PostgreSQL.13).sql
index 98756bf6f225..2228bdafa228 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy2(PostgreSQL.13).sql
index a74770b22956..af206213a436 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinMax(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinMax(PostgreSQL.13).sql
index d89bbfb2f752..fefb48bbd7ac 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinMax(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinMax(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max1(PostgreSQL.13).sql
index 47e3013e1ad3..56c06b9040e4 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max11(PostgreSQL.13).sql
index ccc59946e30a..f53a421039bf 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(CASE
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max12(PostgreSQL.13).sql
index ccc59946e30a..f53a421039bf 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(CASE
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max2(PostgreSQL.13).sql
index 0b84b598e420..4c9fc2ff2451 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(p."ParentID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max3(PostgreSQL.13).sql
index acc8673c3e1e..119bb1911f6a 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(c_1."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max4(PostgreSQL.13).sql
index c348e38790ea..cf0fc38135db 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1_1."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MaxInGroup(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MaxInGroup(PostgreSQL.13).sql
index b194dde44e4d..fc0280753151 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MaxInGroup(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MaxInGroup(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."GroupId",
@@ -14,7 +14,7 @@ FROM
GROUP BY
g_1."GroupId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit1(PostgreSQL.13).sql
index c84dfcd483ba..cf1dbad8a5f6 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit2(PostgreSQL.13).sql
index a3f019205e1a..b2d401b7f9f9 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit3(PostgreSQL.13).sql
index a3f019205e1a..b2d401b7f9f9 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min1(PostgreSQL.13).sql
index d6c435c04729..e349ca26bbd3 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MIN(t1."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min2(PostgreSQL.13).sql
index 8bd1108867b2..9d711505c331 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MIN(c_1."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MinInGroup(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MinInGroup(PostgreSQL.13).sql
index 8ea4a55171e3..6995015673f0 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MinInGroup(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MinInGroup(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."GroupId",
@@ -14,7 +14,7 @@ FROM
GROUP BY
g_1."GroupId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.OrderByGroupBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.OrderByGroupBy(PostgreSQL.13).sql
index 1237021696be..fcc4f6e7159b 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.OrderByGroupBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.OrderByGroupBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c2."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar1(PostgreSQL.13).sql
index 56db68ef47c5..e7569ed90a2b 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar10(PostgreSQL.13).sql
index 0919c34718fc..c059bf8333c0 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" < 30 AND g_1."ChildID" >= 20)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar101(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar101(PostgreSQL.13).sql
index dce9485205b6..48d1900ee640 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar101(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar101(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar2(PostgreSQL.13).sql
index 61f9d966301f..b52fa53d5f9a 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ChildID"),
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar3(PostgreSQL.13).sql
index fd184393c725..9cb43b127dcc 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ChildID") FILTER (WHERE g_1."ChildID" > 0)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar4(PostgreSQL.13).sql
index 9c841fdbc5a6..a34905eedd5d 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Min_2"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar41(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar41(PostgreSQL.13).sql
index 6454731d3402..678a90e05fe1 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar41(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar41(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Min_1"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar5(PostgreSQL.13).sql
index 4857e1b7a832..30548757c07f 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ParentID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar6(PostgreSQL.13).sql
index 63f8d76eeb70..1b127403ed3f 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ChildID") FILTER (WHERE g_1."ParentID" < 3)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar7(PostgreSQL.13).sql
index 9ba338b5a473..dd66975bf8a9 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(id."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar8(PostgreSQL.13).sql
index 9ba338b5a473..dd66975bf8a9 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(id."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar9(PostgreSQL.13).sql
index 3542b7bdbd10..50475f330f11 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" < 30)
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMany(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMany(PostgreSQL.13).sql
index 58fb6c7a51be..3c177d48caa4 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMany(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMany(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMax(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMax(PostgreSQL.13).sql
index 56db68ef47c5..e7569ed90a2b 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMax(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMax(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple1(PostgreSQL.13).sql
index 12e7b2e0c534..bc6223f52cd1 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."Key_1" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple10(PostgreSQL.13).sql
index b3dc08a2d2d8..c925ed9ce19a 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."Key_1" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple11(PostgreSQL.13).sql
index e64f8cea9aa4..5b4c1f3d9924 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "GrandChild" d ON (m_1."ParentID" = d."ParentID" + 1 OR m_1."ParentID" IS NULL AND d."ParentID" IS NULL) AND (m_1."ChildID" = d."ChildID" OR m_1."ChildID" IS NULL AND d."ChildID" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple12(PostgreSQL.13).sql
index 385013d36e21..82b560a4528b 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."ChildID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple13(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple13(PostgreSQL.13).sql
index 385013d36e21..82b560a4528b 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple13(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple13(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."ChildID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple14(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple14(PostgreSQL.13).sql
index 9521db04332d..a75b8b6bd0ab 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple14(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple14(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -19,7 +19,7 @@ FROM
d."ParentID"
) d_1 ON m_1."ParentID" = d_1."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple2(PostgreSQL.13).sql
index 8b7e803e8d87..f7526153e88c 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "GrandChild" d ON (m_1."ParentID" = d."ParentID" OR m_1."ParentID" IS NULL AND d."ParentID" IS NULL) AND (m_1."ChildID" = d."ChildID" OR m_1."ChildID" IS NULL AND d."ChildID" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple3(PostgreSQL.13).sql
index c84dfcd483ba..cf1dbad8a5f6 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple4(PostgreSQL.13).sql
index 79c14883972b..3914bc88b4f3 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple5(PostgreSQL.13).sql
index 77ca71ef806d..2cd02bfe7c89 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple6(PostgreSQL.13).sql
index cd89a4f688a0..ace66d227fe3 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "GrandChild" d ON (m_1."ParentID" = d."ParentID" OR m_1."ParentID" IS NULL AND d."ParentID" IS NULL) AND (m_1."ChildID" = d."ChildID" OR m_1."ChildID" IS NULL AND d."ChildID" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple7(PostgreSQL.13).sql
index 043e4bf250db..c9afe759486f 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
gr."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple8(PostgreSQL.13).sql
index da33bf0dc4cb..9642bf467063 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple9(PostgreSQL.13).sql
index da33bf0dc4cb..9642bf467063 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery1(PostgreSQL.13).sql
index e75d9ee8b487..254fa0be5da8 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery2(PostgreSQL.13).sql
index 87d1e3f5b864..ca1a25657609 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery3(PostgreSQL.13).sql
index 5fa35afa2a2d..eef661db9390 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery31(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery31(PostgreSQL.13).sql
index 5fa35afa2a2d..eef661db9390 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery31(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery31(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery32(PostgreSQL.13).sql
index 5fa35afa2a2d..eef661db9390 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery4(PostgreSQL.13).sql
index 9d40b6beb122..fe52a95bdf45 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2.n,
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery5(PostgreSQL.13).sql
index 1546a14bb9d6..1c46ba6d6a84 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(g_1."ParentID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery6(PostgreSQL.13).sql
index cccdc8c366f2..95830375ea4b 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery7(PostgreSQL.13).sql
index c455e7616d8f..f0814138875e 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID"
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum1(PostgreSQL.13).sql
index ed3cdab52947..284dff0688c4 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(g_1."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum2(PostgreSQL.13).sql
index ed3cdab52947..284dff0688c4 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
SUM(g_1."ChildID")
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum3(PostgreSQL.13).sql
index a0a1777c3d10..9497a30dbb94 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumInGroup(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumInGroup(PostgreSQL.13).sql
index 1b8d431c4d0d..1c86c8239e8d 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumInGroup(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumInGroup(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."GroupId",
@@ -14,7 +14,7 @@ FROM
GROUP BY
g_1."GroupId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumSubQuery1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumSubQuery1(PostgreSQL.13).sql
index e116ef133185..953ebe8a5c1a 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumSubQuery1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumSubQuery1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256AnonymousClass(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256AnonymousClass(PostgreSQL.13).sql
index e8e874f08461..28e584808d35 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256AnonymousClass(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256AnonymousClass(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
it_1."IsActive",
@@ -15,7 +15,7 @@ GROUP BY
it_1."IsActive",
it_1."Other"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256Class(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256Class(PostgreSQL.13).sql
index e8e874f08461..28e584808d35 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256Class(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256Class(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
it_1."IsActive",
@@ -15,7 +15,7 @@ GROUP BY
it_1."IsActive",
it_1."Other"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256ClassNullableFlag(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256ClassNullableFlag(PostgreSQL.13).sql
index e8e874f08461..28e584808d35 100644
--- a/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256ClassNullableFlag(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256ClassNullableFlag(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
it_1."IsActive",
@@ -15,7 +15,7 @@ GROUP BY
it_1."IsActive",
it_1."Other"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToString(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToString(PostgreSQL.13).sql
index 2afe6acfdc72..ff0423f801a3 100644
--- a/PostgreSQL.13/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToString(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToString(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id"::VarChar(36)
@@ -6,7 +6,7 @@ FROM
"TableWithGuid" t
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -16,7 +16,7 @@ FROM
WHERE
t."Id"::VarChar(36) LIKE '%63d-0f%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -26,7 +26,7 @@ FROM
WHERE
t."Id"::VarChar(36) LIKE 'bc7b6%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -36,7 +36,7 @@ FROM
WHERE
t."Id"::VarChar(36) LIKE '%8f4-53%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToStringIsNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToStringIsNull(PostgreSQL.13).sql
index fbe10ba8924b..b736583e08d2 100644
--- a/PostgreSQL.13/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToStringIsNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToStringIsNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Guid1 Uuid -- Guid
SET @Guid1 = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
diff --git a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Latin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Latin(PostgreSQL.13).sql
index 9daade0aed91..f59516cfc0aa 100644
--- a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Latin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Latin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcd."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Localized(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Localized(PostgreSQL.13).sql
index b9401f76cf2a..74a28508b79f 100644
--- a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Localized(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Localized(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
z."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,1p).sql b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,1p).sql
index a92a283fa590..e38a00edb7fd 100644
--- a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,1p).sql
+++ b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,1p).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,Test-Name).sql b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,Test-Name).sql
index e434f0408052..c71d213c5b34 100644
--- a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,Test-Name).sql
+++ b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,Test-Name).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @TestName Integer -- Int32
SET @TestName = 2
diff --git "a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,Test\320\230\320\274\321\217).sql" "b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,Test\320\230\320\274\321\217).sql"
index 5eda09da8795..6f20084d8b28 100644
--- "a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,Test\320\230\320\274\321\217).sql"
+++ "b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,Test\320\230\320\274\321\217).sql"
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Test Integer -- Int32
SET @Test = 2
diff --git a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,_p).sql b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,_p).sql
index b935ef8f0e35..4b06ae924977 100644
--- a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,_p).sql
+++ b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,_p).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,from).sql b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,from).sql
index 59181cfb5322..12f8d3ba0ed9 100644
--- a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,from).sql
+++ b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,from).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @from Integer -- Int32
SET @from = 2
diff --git a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,p_p).sql b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,p_p).sql
index 4d1e3154ba02..99ba0f2e1d00 100644
--- a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,p_p).sql
+++ b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.13,p_p).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p_p Integer -- Int32
SET @p_p = 2
diff --git a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLength(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLength(PostgreSQL.13).sql
index a9394ac7398f..a37cbbd88343 100644
--- a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLength(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLength(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @A123456789b123456789c123456789d123456789e123456789 Integer -- Int32
SET @A123456789b123456789c123456789d123456789e123456789 = 2
diff --git a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Latin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Latin(PostgreSQL.13).sql
index d5e790db59d1..02586b768cdd 100644
--- a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Latin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Latin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @abcdefghijabcdefghijabcdefghijabcdefghijabcdefghij Integer -- Int32
SET @abcdefghijabcdefghijabcdefghijabcdefghijabcdefghij = 1
diff --git a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Localized(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Localized(PostgreSQL.13).sql
index ae886146e774..c58b36cf78cf 100644
--- a/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Localized(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Localized(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,False,False).sql
index b7c87849da55..b81c79364a97 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
@@ -15,7 +15,7 @@ WHERE
"Child" c_1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,False,True).sql
index b7c87849da55..b81c79364a97 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
@@ -15,7 +15,7 @@ WHERE
"Child" c_1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,True,False).sql
index b00f0aacbf75..de56ac03e38f 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
@@ -17,7 +17,7 @@ WHERE
p."ParentID" + :n = c_1."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -25,7 +25,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,True,True).sql
index b00f0aacbf75..de56ac03e38f 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
@@ -17,7 +17,7 @@ WHERE
p."ParentID" + :n = c_1."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -25,7 +25,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.13,False).sql
index 83c92aeeea27..9fa597d59f82 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.13,True).sql
index 83c92aeeea27..9fa597d59f82 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,False,False).sql
index d4f94ac835b8..b463b08a5ff0 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,False,True).sql
index d4f94ac835b8..b463b08a5ff0 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,True,False).sql
index 5f557d502c14..e8d8120ed57d 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,True,True).sql
index 5f557d502c14..e8d8120ed57d 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,False,False).sql
index ae52905a5c1a..db4955d9c180 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -13,7 +13,7 @@ WHERE
"Parent" p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,False,True).sql
index ae52905a5c1a..db4955d9c180 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -13,7 +13,7 @@ WHERE
"Parent" p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,True,False).sql
index eb467eeb7127..c1f88303d359 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
1 = p."Value1"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,True,True).sql
index eb467eeb7127..c1f88303d359 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
1 = p."Value1"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,False,False).sql
index e23d8be349d7..4f2258240084 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -13,7 +13,7 @@ WHERE
"Parent" p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -21,7 +21,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,False,True).sql
index e23d8be349d7..4f2258240084 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -13,7 +13,7 @@ WHERE
"Parent" p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -21,7 +21,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,True,False).sql
index f1817a674a21..5430bb398ada 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
c_1."ParentID" = p."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,True,True).sql
index f1817a674a21..5430bb398ada 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
c_1."ParentID" = p."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,False,False).sql
index 8f9bdfcb35c4..b547e209de6d 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -16,7 +16,7 @@ WHERE
c_1."ParentID" = p."Value1"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -25,7 +25,7 @@ SELECT
FROM
"GrandChild" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,False,True).sql
index e35c277d6297..0c2e8772dc01 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -16,7 +16,7 @@ WHERE
c_1."ParentID" = p."Value1" OR c_1."ParentID" IS NULL AND p."Value1" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -25,7 +25,7 @@ SELECT
FROM
"GrandChild" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,True,False).sql
index 8f9bdfcb35c4..b547e209de6d 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -16,7 +16,7 @@ WHERE
c_1."ParentID" = p."Value1"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -25,7 +25,7 @@ SELECT
FROM
"GrandChild" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,True,True).sql
index e35c277d6297..0c2e8772dc01 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -16,7 +16,7 @@ WHERE
c_1."ParentID" = p."Value1" OR c_1."ParentID" IS NULL AND p."Value1" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -25,7 +25,7 @@ SELECT
FROM
"GrandChild" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,False,False).sql
index ab8a4291fa92..d9ffa7b09dcf 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -19,7 +19,7 @@ WHERE
) t1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -27,7 +27,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,False,True).sql
index ab8a4291fa92..d9ffa7b09dcf 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -19,7 +19,7 @@ WHERE
) t1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -27,7 +27,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,True,False).sql
index be4f30fad70f..8e10bbc2e3f5 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -21,7 +21,7 @@ WHERE
c_1."ParentID" = t1."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -29,7 +29,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,True,True).sql
index be4f30fad70f..8e10bbc2e3f5 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -21,7 +21,7 @@ WHERE
c_1."ParentID" = t1."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -29,7 +29,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,False,False).sql
index 4eb7a942041b..76c685fe4a47 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -13,7 +13,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -21,7 +21,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,False,True).sql
index 4eb7a942041b..76c685fe4a47 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -13,7 +13,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -21,7 +21,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,True,False).sql
index 2ec27b67e3f7..0c73ed349688 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -15,7 +15,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,True,True).sql
index 2ec27b67e3f7..0c73ed349688 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -15,7 +15,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,False,False).sql
index 5a511dd6f1e1..dcb190fbf82d 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -13,7 +13,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -21,7 +21,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,False,True).sql
index 5a511dd6f1e1..dcb190fbf82d 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -13,7 +13,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -21,7 +21,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,True,False).sql
index ed6978df9d13..5b5c101524db 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -15,7 +15,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,True,True).sql
index ed6978df9d13..5b5c101524db 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -15,7 +15,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,False,False).sql
index 66a39ef43ecd..51d9277fea33 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -15,7 +15,7 @@ WHERE
ORDER BY
t."PK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,False,True).sql
index 66a39ef43ecd..51d9277fea33 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -15,7 +15,7 @@ WHERE
ORDER BY
t."PK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,True,False).sql
index 7b40dadd3f51..ccfb123e37de 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -17,7 +17,7 @@ WHERE
ORDER BY
t."PK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,True,True).sql
index 7b40dadd3f51..ccfb123e37de 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -17,7 +17,7 @@ WHERE
ORDER BY
t."PK"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,False,False).sql
index 03ef9afbde31..3e52749253ea 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -14,7 +14,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,False,True).sql
index 03ef9afbde31..3e52749253ea 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -14,7 +14,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,True,False).sql
index c39620c073d6..ca1209e9a43c 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,True,True).sql
index c39620c073d6..ca1209e9a43c 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Aggregation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Aggregation(PostgreSQL.13).sql
index 4a7f03fb4cb0..67aeb4495108 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Aggregation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Aggregation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -23,7 +23,7 @@ WHERE
t."ID" = t1."In_1" OR t."ID" IS NULL AND t1."In_1" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -32,7 +32,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,False,False).sql
index 611d81854b3e..90c877f5671c 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,False,True).sql
index 95d9a64fed0b..590810a790da 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,True,False).sql
index 611d81854b3e..90c877f5671c 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,True,True).sql
index 95d9a64fed0b..590810a790da 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,False,False).sql
index 611d81854b3e..90c877f5671c 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,False,True).sql
index 95d9a64fed0b..590810a790da 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,True,False).sql
index 611d81854b3e..90c877f5671c 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,True,True).sql
index 95d9a64fed0b..590810a790da 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,False,False).sql
index e86c5e7295b7..8710ec444c8e 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,False,True).sql
index 95d9a64fed0b..590810a790da 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,True,False).sql
index e86c5e7295b7..8710ec444c8e 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,True,True).sql
index 95d9a64fed0b..590810a790da 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,False,False).sql
index 356bc4aa4ec8..87bb0eb840ae 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -14,7 +14,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,False,True).sql
index 356bc4aa4ec8..87bb0eb840ae 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -14,7 +14,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,True,False).sql
index 479437702c5e..48b35cb32c4f 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,True,True).sql
index 3f02363e30af..af7f62736fa3 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,False,False).sql
index f6ac2c9a3b5d..4e24436e49dc 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -14,7 +14,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,False,True).sql
index 356bc4aa4ec8..87bb0eb840ae 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -14,7 +14,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,True,False).sql
index a59f0c468d6d..054bdde0b3d5 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,True,True).sql
index 479437702c5e..48b35cb32c4f 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,False,False).sql
index 3574ffb5f2ae..62b7974a090f 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,False,True).sql
index 80010f1eab5e..df790a24a2a3 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,True,False).sql
index 3574ffb5f2ae..62b7974a090f 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,True,True).sql
index 80010f1eab5e..df790a24a2a3 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,False,False).sql
index bfe7ef8a8efc..7a881477918c 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,False,True).sql
index 80010f1eab5e..df790a24a2a3 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,True,False).sql
index bfe7ef8a8efc..7a881477918c 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,True,True).sql
index 80010f1eab5e..df790a24a2a3 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,False,False).sql
index bfe7ef8a8efc..7a881477918c 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,False,True).sql
index 80010f1eab5e..df790a24a2a3 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,True,False).sql
index bfe7ef8a8efc..7a881477918c 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,True,True).sql
index 80010f1eab5e..df790a24a2a3 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,False,False).sql
index 3acbb7608a87..49cb4cb0b590 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND Coalesce(param."Value1", -1) = c_1."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,False,True).sql
index 3acbb7608a87..49cb4cb0b590 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND Coalesce(param."Value1", -1) = c_1."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,True,False).sql
index 3acbb7608a87..49cb4cb0b590 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND Coalesce(param."Value1", -1) = c_1."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,True,True).sql
index 3acbb7608a87..49cb4cb0b590 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND Coalesce(param."Value1", -1) = c_1."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,False,False).sql
index a1d98d72853a..298491a9d6eb 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -22,7 +22,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND param."Value_1" = c_1."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -30,7 +30,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,False,True).sql
index a1d98d72853a..298491a9d6eb 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -22,7 +22,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND param."Value_1" = c_1."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -30,7 +30,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,True,False).sql
index a1d98d72853a..298491a9d6eb 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -22,7 +22,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND param."Value_1" = c_1."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -30,7 +30,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,True,True).sql
index a1d98d72853a..298491a9d6eb 100644
--- a/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -22,7 +22,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND param."Value_1" = c_1."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -30,7 +30,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1(PostgreSQL.13).sql
index 0bfe64e425f1..0c2d26777b44 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1Async(PostgreSQL.13).sql
index 0bfe64e425f1..0c2d26777b44 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast2(PostgreSQL.13).sql
index 98dcf68578e7..5bf297e57fa4 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceAssociationTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceAssociationTest(PostgreSQL.13).sql
index 1b6fed46ae74..eb8055462f55 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceAssociationTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceAssociationTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ SELECT
FROM
"LinqDataTypes" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_A1"."ID",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssue106Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssue106Test(PostgreSQL.13).sql
index f4f28c8e2152..6aab2289bc89 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssue106Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssue106Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID"
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssueTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssueTest(PostgreSQL.13).sql
index 0bfe64e425f1..0c2d26777b44 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssueTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssueTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429MethodsTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429MethodsTest1(PostgreSQL.13).sql
index 9be2352cfc7a..e9b41d1a5444 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429MethodsTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429MethodsTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -9,7 +9,7 @@ WHERE
x."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429PropertiesTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429PropertiesTest1(PostgreSQL.13).sql
index 9be2352cfc7a..e9b41d1a5444 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429PropertiesTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429PropertiesTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -9,7 +9,7 @@ WHERE
x."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891AttributesMapping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891AttributesMapping(PostgreSQL.13).sql
index a30a41b314b1..541b166b2e50 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891AttributesMapping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891AttributesMapping(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Type Integer -- Int32
@@ -27,7 +27,7 @@ VALUES
:Name_Second
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Type",
@@ -39,7 +39,7 @@ FROM
"Base" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Type Integer -- Int32
SET @Type = 1
DECLARE @ChildId Integer -- Int32
@@ -61,7 +61,7 @@ SET
WHERE
"Base"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Type",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891FluentMapping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891FluentMapping(PostgreSQL.13).sql
index 9412a9057852..891241400e2f 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891FluentMapping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891FluentMapping(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Type Integer -- Int32
@@ -27,7 +27,7 @@ VALUES
:Name_Second
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Type",
@@ -39,7 +39,7 @@ FROM
"Base2" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Type Integer -- Int32
SET @Type = 1
DECLARE @ChildId Integer -- Int32
@@ -61,7 +61,7 @@ SET
WHERE
"Base2"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Type",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test12(PostgreSQL.13).sql
index e9daae87cff1..19caeed8536d 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
b."Type",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test22(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test22(PostgreSQL.13).sql
index eabb91176ba7..9afa62e8a365 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test22(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test22(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
b."Type",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test32(PostgreSQL.13).sql
index eabb91176ba7..9afa62e8a365 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
b."Type",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test42(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test42(PostgreSQL.13).sql
index d9f1915fb18e..cbd97e4912b2 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test42(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test42(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Type",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test52(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test52(PostgreSQL.13).sql
index d9f1915fb18e..cbd97e4912b2 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test52(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test52(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Type",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test62(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test62(PostgreSQL.13).sql
index d9f1915fb18e..cbd97e4912b2 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test62(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test62(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Type",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_CodeFilter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_CodeFilter(PostgreSQL.13).sql
index 0f405d955798..47e7b8c96e37 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_CodeFilter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_CodeFilter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Code Text(5) -- String
SET @Code = 'Child'
DECLARE @Id Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Name
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Code Text(6) -- String
SET @Code = 'Child2'
DECLARE @Id Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.13,False).sql
index 858e6b85729d..d4240b8862c8 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Code Text(5) -- String
SET @Code = 'Child'
DECLARE @Id Integer -- Int32
@@ -23,7 +23,7 @@ VALUES
:IsMale
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Code Text(6) -- String
SET @Code = 'Child2'
DECLARE @Id Integer -- Int32
@@ -48,7 +48,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.13,True).sql
index 804e58add092..e30be241b146 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Code Text(5) -- String
SET @Code = 'Child'
DECLARE @Id Integer -- Int32
@@ -23,7 +23,7 @@ VALUES
:IsMale
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Code Text(6) -- String
SET @Code = 'Child2'
DECLARE @Id Integer -- Int32
@@ -48,7 +48,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_InterfaceFilter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_InterfaceFilter(PostgreSQL.13).sql
index 0f405d955798..47e7b8c96e37 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_InterfaceFilter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_InterfaceFilter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Code Text(5) -- String
SET @Code = 'Child'
DECLARE @Id Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Name
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Code Text(6) -- String
SET @Code = 'Child2'
DECLARE @Id Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustFindRecord(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustFindRecord(PostgreSQL.13).sql
index fa9d7e078ab8..74fcc433b0e2 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustFindRecord(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustFindRecord(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Code Text(10) -- String
@@ -23,7 +23,7 @@ VALUES
:Surname
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,Default).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,Default).sql
index 13287d68fd0b..f14e8db3e723 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,Default).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4460Table"
(
@@ -10,7 +10,7 @@ INSERT INTO "Issue4460Table"
VALUES
(1,'GrandChild','Tom','Black')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,MultipleRows).sql
index 13287d68fd0b..f14e8db3e723 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4460Table"
(
@@ -10,7 +10,7 @@ INSERT INTO "Issue4460Table"
VALUES
(1,'GrandChild','Tom','Black')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,ProviderSpecific).sql
index 6148f41467bf..8d46c01ec737 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "Issue4460Table"(Id, Code, Name, Surname)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,RowByRow).sql
index 85774a41d715..fec555b9fb79 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Code Text(10) -- String
@@ -23,7 +23,7 @@ VALUES
:Surname
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustTypeResultProperly(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustTypeResultProperly(PostgreSQL.13).sql
index 85774a41d715..fec555b9fb79 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustTypeResultProperly(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustTypeResultProperly(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Code Text(10) -- String
@@ -23,7 +23,7 @@ VALUES
:Surname
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.QuerySyntaxSimpleTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.QuerySyntaxSimpleTest(PostgreSQL.13).sql
index 98dcf68578e7..5bf297e57fa4 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.QuerySyntaxSimpleTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.QuerySyntaxSimpleTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test1(PostgreSQL.13).sql
index 50b1cca7cc46..1583f4a37394 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test10(PostgreSQL.13).sql
index ef29c557a74f..8f72350fb46a 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test11(PostgreSQL.13).sql
index e81f7b218f8d..fd3699a2f54a 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test12(PostgreSQL.13).sql
index 4c8311d68aa0..ade9c7743bc3 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test14(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test14(PostgreSQL.13).sql
index b43619033028..58614c3c5f5d 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test14(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test14(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 10
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test17(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test17(PostgreSQL.13).sql
index 300e08988f06..564d46722b09 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test17(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test17(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18(PostgreSQL.13).sql
index 367d94596939..c7fe029e7ddc 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
p1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18Async(PostgreSQL.13).sql
index 367d94596939..c7fe029e7ddc 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
p1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test19(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test19(PostgreSQL.13).sql
index 367d94596939..c7fe029e7ddc 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test19(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test19(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
p1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test2(PostgreSQL.13).sql
index 02f3ec596d24..f1d792afac9c 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test3(PostgreSQL.13).sql
index dc2efa83db3e..7e392e077d20 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test4(PostgreSQL.13).sql
index b7a8f33b42c5..962b26f0647f 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test5(PostgreSQL.13).sql
index a11060cb3e0d..d97dc9382d53 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test6(PostgreSQL.13).sql
index e81f7b218f8d..fd3699a2f54a 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test7(PostgreSQL.13).sql
index 02f3ec596d24..f1d792afac9c 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test8(PostgreSQL.13).sql
index 0bfe64e425f1..0c2d26777b44 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test9(PostgreSQL.13).sql
index 2c25c9ff9caa..5e9f1796f03d 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestFullTreeSelectionWithoutDefaultDiscriminator(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestFullTreeSelectionWithoutDefaultDiscriminator(PostgreSQL.13).sql
index 8c828f89b752..5f628614ca2c 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestFullTreeSelectionWithoutDefaultDiscriminator(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestFullTreeSelectionWithoutDefaultDiscriminator(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestGetBaseClass(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestGetBaseClass(PostgreSQL.13).sql
index 06d1f53ab872..7afcd478b9bc 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestGetBaseClass(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestGetBaseClass(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,Default).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,Default).sql
index 3316521799f9..9c1a2a427cd2 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,Default).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "InheritanceFilter"
(
@@ -19,7 +19,7 @@ VALUES
(5,21,0,25,0,0,15,0),
(6,22,0,26,0,0,0,16)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,MultipleRows).sql
index 3316521799f9..9c1a2a427cd2 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "InheritanceFilter"
(
@@ -19,7 +19,7 @@ VALUES
(5,21,0,25,0,0,15,0),
(6,22,0,26,0,0,0,16)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,ProviderSpecific).sql
index 1e590448fea0..93335e82ca16 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "InheritanceFilter"(Id, Code, Child1Field, Child2Field, Grandchild11Field, Grandchild12Field, Grandchild21Field, Grandchild22Field)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,RowByRow).sql
index e507a3b9afc8..d0a5c3c419b2 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Code Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Child1Field
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Code Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Child2Field
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Code Integer -- Int32
@@ -65,7 +65,7 @@ VALUES
:Grandchild11Field
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 4
DECLARE @Code Integer -- Int32
@@ -90,7 +90,7 @@ VALUES
:Grandchild12Field
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 5
DECLARE @Code Integer -- Int32
@@ -115,7 +115,7 @@ VALUES
:Grandchild21Field
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Code Integer -- Int32
@@ -140,7 +140,7 @@ VALUES
:Grandchild22Field
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsBase(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsBase(PostgreSQL.13).sql
index fd4cf642e2bf..e17cc051a8db 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsBase(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsBase(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @SerialNumber Text(7) -- String
@@ -23,7 +23,7 @@ VALUES
:Location
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SerialNumber Text(9) -- String
@@ -44,7 +44,7 @@ VALUES
:DeviceType
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."DeviceType",
@@ -56,7 +56,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @SerialNumber Text(7) -- String
SET @SerialNumber = 'TV00002'
DECLARE @DeviceType Text(2) -- String
@@ -75,7 +75,7 @@ SET
WHERE
"Issue4280"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @SerialNumber Text(9) -- String
SET @SerialNumber = 'Disp00002'
DECLARE @DeviceType Text(7) -- String
@@ -91,7 +91,7 @@ SET
WHERE
"Issue4280"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."DeviceType",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsIs(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsIs(PostgreSQL.13).sql
index fd4cf642e2bf..e17cc051a8db 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsIs(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsIs(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @SerialNumber Text(7) -- String
@@ -23,7 +23,7 @@ VALUES
:Location
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SerialNumber Text(9) -- String
@@ -44,7 +44,7 @@ VALUES
:DeviceType
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."DeviceType",
@@ -56,7 +56,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @SerialNumber Text(7) -- String
SET @SerialNumber = 'TV00002'
DECLARE @DeviceType Text(2) -- String
@@ -75,7 +75,7 @@ SET
WHERE
"Issue4280"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @SerialNumber Text(9) -- String
SET @SerialNumber = 'Disp00002'
DECLARE @DeviceType Text(7) -- String
@@ -91,7 +91,7 @@ SET
WHERE
"Issue4280"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."DeviceType",
diff --git a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestSubTreeSelectionWithDefaultDiscriminator(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestSubTreeSelectionWithDefaultDiscriminator(PostgreSQL.13).sql
index 3c73037c0c2d..960c821a0aff 100644
--- a/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestSubTreeSelectionWithDefaultDiscriminator(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestSubTreeSelectionWithDefaultDiscriminator(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.ExtensionRegression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.ExtensionRegression(PostgreSQL.13).sql
index 0eb8694fdd5a..37eb664790b4 100644
--- a/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.ExtensionRegression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.ExtensionRegression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
"a_Child"."ID"
diff --git a/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.InterfaceFilterRegression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.InterfaceFilterRegression(PostgreSQL.13).sql
index 5286f9445db0..20144206336c 100644
--- a/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.InterfaceFilterRegression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.InterfaceFilterRegression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
@@ -8,7 +8,7 @@ WHERE
t1."Id" = 2
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
@@ -18,7 +18,7 @@ WHERE
t1."Id" = 2
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @UserId Integer -- Int32
SET @UserId = 2
@@ -30,7 +30,7 @@ WHERE
x."Id" = :UserId
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @UserId Integer -- Int32
SET @UserId = 2
diff --git a/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4607Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4607Test(PostgreSQL.13).sql
index 0adce2f7631a..3423d7b931dd 100644
--- a/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4607Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4607Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SomeTable"
(
@@ -13,7 +13,7 @@ VALUES
False
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4715TestMapping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4715TestMapping(PostgreSQL.13).sql
index 4b5ec23a2e52..7a7f611c15ca 100644
--- a/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4715TestMapping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4715TestMapping(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @ImplicitPropertyRW Integer -- Int32
@@ -27,7 +27,7 @@ VALUES
:Tests_Linq_InterfaceTests_IExplicitInterfaceTest
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Test(PostgreSQL.13).sql
index d11d13de2b96..d4e02ab1ecc0 100644
--- a/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.13,2).sql
index 5489d2259317..902ad2268913 100644
--- a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 2
@@ -9,7 +9,7 @@ FROM
WHERE
s."Int" IS DISTINCT FROM :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 2
@@ -20,7 +20,7 @@ FROM
WHERE
s."NullableInt" IS DISTINCT FROM :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 2
@@ -31,7 +31,7 @@ FROM
WHERE
s."Int" IS NOT DISTINCT FROM :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 2
diff --git a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.13,4).sql b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.13,4).sql
index 7a6bfa21ea62..c80c0974196a 100644
--- a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.13,4).sql
+++ b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.13,4).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 4
@@ -9,7 +9,7 @@ FROM
WHERE
s."Int" IS DISTINCT FROM :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 4
@@ -20,7 +20,7 @@ FROM
WHERE
s."NullableInt" IS DISTINCT FROM :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 4
@@ -31,7 +31,7 @@ FROM
WHERE
s."Int" IS NOT DISTINCT FROM :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 4
diff --git a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.13,null).sql
index 5e7d99095023..e312de9bb959 100644
--- a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.13,null).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -14,7 +14,7 @@ FROM
WHERE
s."NullableInt" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -23,7 +23,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.13,5).sql b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.13,5).sql
index 95a2fc29a86b..fa41fe8169e3 100644
--- a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.13,5).sql
+++ b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.13,5).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.13,6).sql b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.13,6).sql
index acdef0c34efc..50d20bd46fd5 100644
--- a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.13,6).sql
+++ b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.13,6).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.13,null).sql
index acdef0c34efc..50d20bd46fd5 100644
--- a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.13,null).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.13,abc).sql b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.13,abc).sql
index 05538bd1f001..132021f3fc78 100644
--- a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.13,abc).sql
+++ b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.13,abc).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'abc'
@@ -9,7 +9,7 @@ FROM
WHERE
s."String" IS DISTINCT FROM :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'abc'
@@ -20,7 +20,7 @@ FROM
WHERE
s."NullableString" IS DISTINCT FROM :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'abc'
@@ -31,7 +31,7 @@ FROM
WHERE
s."String" IS NOT DISTINCT FROM :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'abc'
diff --git a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.13,null).sql
index 9ab43b5adf8d..7da4b007df7c 100644
--- a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
s."String" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
s."NullableString" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
s."String" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.13,xyz).sql b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.13,xyz).sql
index f771e48e50f0..79c94caab950 100644
--- a/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.13,xyz).sql
+++ b/PostgreSQL.13/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.13,xyz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'xyz'
@@ -9,7 +9,7 @@ FROM
WHERE
s."String" IS DISTINCT FROM :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'xyz'
@@ -20,7 +20,7 @@ FROM
WHERE
s."NullableString" IS DISTINCT FROM :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'xyz'
@@ -31,7 +31,7 @@ FROM
WHERE
s."String" IS NOT DISTINCT FROM :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'xyz'
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.InsertFromSelectWithNullableFilter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.InsertFromSelectWithNullableFilter(PostgreSQL.13).sql
index 51319966dd09..365a795e6399 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.InsertFromSelectWithNullableFilter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.InsertFromSelectWithNullableFilter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "InsertIssueTest"
(
@@ -21,7 +21,7 @@ FROM
1 = 0
) t2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cond Smallint -- Int16
SET @cond = 1234
@@ -46,7 +46,7 @@ FROM
t1."ID" = :cond
) t2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue115Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue115Test(PostgreSQL.13).sql
index 4f28ed687672..45638aa3c35d 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue115Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue115Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue173(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue173(PostgreSQL.13).sql
index 0b02a5712290..8278fffd0449 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue173(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue173(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue376(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue376(PostgreSQL.13).sql
index 14bb3e1e1c0b..0a062e86509a 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue376(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue376(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue38Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue38Test(PostgreSQL.13).sql
index d918c7610b73..2c5f5a004586 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue38Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue38Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test1(PostgreSQL.13).sql
index 4e46d5940ca8..53487b329efb 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
@@ -17,7 +17,7 @@ ORDER BY
t2."ParentID"
LIMIT :take
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test2(PostgreSQL.13).sql
index 9d5647ff9ce2..d049dd8c025e 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
@@ -19,7 +19,7 @@ ORDER BY
t2."ParentID"
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test3(PostgreSQL.13).sql
index fa49dc3749ac..644cd23e729b 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
@@ -19,7 +19,7 @@ ORDER BY
t2."ParentID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue42Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue42Test(PostgreSQL.13).sql
index 5e8f636826d7..3978b0e10005 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue42Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue42Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -17,7 +17,7 @@ WHERE
r."ID" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -36,7 +36,7 @@ WHERE
r."ID" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @MoneyValue Numeric(5, 4) -- Decimal
SET @MoneyValue = 1.1100
DECLARE @DateTimeValue Timestamp -- DateTime2
@@ -73,7 +73,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
@@ -94,7 +94,7 @@ WHERE
r."ID" = :ID
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @MoneyValue Numeric(5, 4) -- Decimal
SET @MoneyValue = 1.1100
DECLARE @DateTimeValue Timestamp -- DateTime2
@@ -131,7 +131,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue498Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue498Test(PostgreSQL.13).sql
index e4d021b8041a..90e4d6ca2d22 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue498Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue498Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue508Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue508Test(PostgreSQL.13).sql
index 4a7b092d1ddc..53b50b80074f 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue508Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue508Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test1(PostgreSQL.13).sql
index fde69ba98f31..79077ac3e931 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Person" d ON m_1."Key_1" = d."FirstName"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test2(PostgreSQL.13).sql
index fde69ba98f31..79077ac3e931 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Person" d ON m_1."Key_1" = d."FirstName"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test3(PostgreSQL.13).sql
index fde69ba98f31..79077ac3e931 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Person" d ON m_1."Key_1" = d."FirstName"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test1(PostgreSQL.13).sql
index 00ffc51f2c0b..54557f3b010a 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test2(PostgreSQL.13).sql
index 17cd9356a8f7..d483097bc3b0 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @filter Text(6) -- String
SET @filter = '%test%'
DECLARE @filter_1 Text(6) -- String
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test3(PostgreSQL.13).sql
index db98fe98588c..040e8dd87763 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
cb."Id",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue67Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue67Test(PostgreSQL.13).sql
index 3e2361624aca..4376934026d2 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue67Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue67Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue75Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue75Test(PostgreSQL.13).sql
index 105340a5ac0f..c8415bdb2b9d 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue75Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue75Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue88(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue88(PostgreSQL.13).sql
index ee0b57098ef5..4e03afe3114d 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue88(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue88(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
t1."PersonID" = 1 AND t1."Gender" = 'M'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -24,7 +24,7 @@ FROM
WHERE
t1."PersonID" = 1 AND 'M' = t1."Gender"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @gender Char -- String
SET @gender = 'M'
@@ -39,7 +39,7 @@ FROM
WHERE
t1."PersonID" = 1 AND t1."Gender" = :gender
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @gender Char -- String
SET @gender = 'M'
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909(PostgreSQL.13).sql
index 92922f2f3279..dcfc3c9422f9 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -8,7 +8,7 @@ FROM
WHERE
(p."Value1" NOT IN (1, 2, 3) OR p."Value1" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Join(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Join(PostgreSQL.13).sql
index 55ff90941f05..aa27a02dcdcb 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Join(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Join(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -9,7 +9,7 @@ FROM
WHERE
p."ParentID" = c_1."ParentID" AND (p."Value1" NOT IN (1, 2, 3) OR p."Value1" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -17,7 +17,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Subquery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Subquery(PostgreSQL.13).sql
index b62b4b90236a..f8d66096caa8 100644
--- a/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Subquery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Subquery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ApplyJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ApplyJoin(PostgreSQL.13).sql
index 912f4093e3a1..5ccfd61fa170 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ApplyJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ApplyJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.BltIssue257(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.BltIssue257(PostgreSQL.13).sql
index f1f412f981ff..5c9796f597e7 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.BltIssue257(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.BltIssue257(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
b_1."Date_1",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FourTableJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FourTableJoin(PostgreSQL.13).sql
index 8068158f2a36..98b1fe9ba273 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FourTableJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FourTableJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinCondition_Regression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinCondition_Regression(PostgreSQL.13).sql
index 0ec6fd1eebea..0d1e39d59c83 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinCondition_Regression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinCondition_Regression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection1(PostgreSQL.13).sql
index 6c3eca5e3c7c..28e189f550e9 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection2(PostgreSQL.13).sql
index 6c3eca5e3c7c..28e189f550e9 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection3(PostgreSQL.13).sql
index e53bc6de060c..1e72cf951753 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection4(PostgreSQL.13).sql
index e53bc6de060c..1e72cf951753 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin1(PostgreSQL.13).sql
index 03c999023685..d88d1ac58983 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin2(PostgreSQL.13).sql
index 4213b94cd7d4..23df3430e738 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin3(PostgreSQL.13).sql
index aec91820455e..71b31044c6cb 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin4(PostgreSQL.13).sql
index 1ff0cae063ad..8d3a30e62831 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin5(PostgreSQL.13).sql
index 9e52213d65c4..3747b1c1d6c0 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin51(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin51(PostgreSQL.13).sql
index cb67b996d69c..4b2546dbdf17 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin51(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin51(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -26,7 +26,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin52(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin52(PostgreSQL.13).sql
index 140410c340e9..ee748b7a996e 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin52(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin52(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin53(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin53(PostgreSQL.13).sql
index 140410c340e9..ee748b7a996e 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin53(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin53(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin54(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin54(PostgreSQL.13).sql
index 7a4392207c8c..e5f29a6e6eec 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin54(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin54(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin6(PostgreSQL.13).sql
index 1ee1ce83da40..a17c0056ff18 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
@@ -17,7 +17,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" + :n = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin7(PostgreSQL.13).sql
index 7f88afcf83be..8c7cb48bdf69 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
@@ -17,7 +17,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID" - :n
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin8(PostgreSQL.13).sql
index 25bd1e0d2411..5f7970a2ebc2 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin9(PostgreSQL.13).sql
index 679d32b64d91..dc822b8f671d 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
a_2."ParentID",
@@ -21,7 +21,7 @@ FROM
LEFT JOIN "Parent" z_1 ON a_2."ParentID" = Coalesce(z_1."Value1", 1)
LEFT JOIN "Parent" a_1 ON a_2."ParentID" = a_1."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny1(PostgreSQL.13).sql
index 4516f5fa606b..e082ec6ee8bd 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny2(PostgreSQL.13).sql
index 56c5d0b45616..d60c1899e7e7 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny3(PostgreSQL.13).sql
index d9e49ac25dee..2d946ed9a721 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny4(PostgreSQL.13).sql
index d9e49ac25dee..2d946ed9a721 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny5(PostgreSQL.13).sql
index d16d00980c4b..cd0d6aa26447 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin1(PostgreSQL.13).sql
index 342eebb82873..399299638052 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin10(PostgreSQL.13).sql
index 61220cb71406..3362b77f50bd 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin2(PostgreSQL.13).sql
index 342eebb82873..399299638052 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin3(PostgreSQL.13).sql
index 93bcaed192d6..a8b295c6ed11 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin4(PostgreSQL.13).sql
index 93bcaed192d6..a8b295c6ed11 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin5(PostgreSQL.13).sql
index 93bcaed192d6..a8b295c6ed11 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin6(PostgreSQL.13).sql
index 342eebb82873..399299638052 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin7(PostgreSQL.13).sql
index 265c79db34de..40d427ab194e 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin8(PostgreSQL.13).sql
index 6eae300ba91a..5f3119d9faa4 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID"
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin9(PostgreSQL.13).sql
index 3912cb46c575..9a9cbbf3eec3 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test1(PostgreSQL.13).sql
index 928e928e4922..90e4d05cb7b4 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cpty Text(3) -- String
SET @cpty = '%C%'
DECLARE @cpty_1 Text(3) -- String
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test2(PostgreSQL.13).sql
index 5bfc19506aae..6abe3a0ebe5c 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cond Text(3) -- String
SET @cond = '%C%'
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815(PostgreSQL.13).sql
index 9f133d3d2e10..70d0924e2187 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."InId",
@@ -17,7 +17,7 @@ WHERE
t1."InId" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."InId",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation1(PostgreSQL.13).sql
index 9f133d3d2e10..70d0924e2187 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."InId",
@@ -17,7 +17,7 @@ WHERE
t1."InId" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."InId",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation2(PostgreSQL.13).sql
index 9f133d3d2e10..70d0924e2187 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."InId",
@@ -17,7 +17,7 @@ WHERE
t1."InId" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."InId",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v1(PostgreSQL.13).sql
index ac1082829119..5e1abd0e2697 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v."inId",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v2(PostgreSQL.13).sql
index 574f9fb6055d..8fac08d6190b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v."inId",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2421(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2421(PostgreSQL.13).sql
index fd495b0ef90b..87403a8174d9 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2421(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2421(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."SectorId",
@@ -11,7 +11,7 @@ FROM
WHERE
"a_UserPosition"."PositionId" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."SectorId"
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test1(PostgreSQL.13).sql
index 33805e5d562f..cc8683b68a48 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test2(PostgreSQL.13).sql
index 5632cc0151be..0313e0bbbf22 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
user_1."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test3(PostgreSQL.13).sql
index 7ff7c6ace834..ab438d538e17 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test1(PostgreSQL.13).sql
index 6f5bebb0d702..26b157698d1b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."PersonID" + 1
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test2(PostgreSQL.13).sql
index 6f5bebb0d702..26b157698d1b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."PersonID" + 1
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test3(PostgreSQL.13).sql
index b7a14fc8d9a5..6eddfaf55dcf 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
u."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.13,LikeClr).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.13,LikeClr).sql
index c3bc7e931e1c..f2e8992c5dd3 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.13,LikeClr).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.13,LikeClr).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.13,LikeSql).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.13,LikeSql).sql
index f06132800c9c..f4e9f75452f2 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.13,LikeSql).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.13,LikeSql).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.13,LikeSqlExceptParameters).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.13,LikeSqlExceptParameters).sql
index c3bc7e931e1c..f2e8992c5dd3 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.13,LikeSqlExceptParameters).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.13,LikeSqlExceptParameters).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.13,LikeClr).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.13,LikeClr).sql
index a6122abf4794..7ca6e57dda8b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.13,LikeClr).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.13,LikeClr).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.13,LikeSql).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.13,LikeSql).sql
index a6122abf4794..7ca6e57dda8b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.13,LikeSql).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.13,LikeSql).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.13,LikeSqlExceptParameters).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.13,LikeSqlExceptParameters).sql
index a6122abf4794..7ca6e57dda8b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.13,LikeSqlExceptParameters).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.13,LikeSqlExceptParameters).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.13,LikeClr).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.13,LikeClr).sql
index f45e09c2730b..9a7878401ccf 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.13,LikeClr).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.13,LikeClr).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.13,LikeSql).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.13,LikeSql).sql
index 7738f35ced90..3138d6f79235 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.13,LikeSql).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.13,LikeSql).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.13,LikeSqlExceptParameters).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.13,LikeSqlExceptParameters).sql
index f45e09c2730b..9a7878401ccf 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.13,LikeSqlExceptParameters).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.13,LikeSqlExceptParameters).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test1(PostgreSQL.13).sql
index 774f1868851b..db71b943c0ee 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
(
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test2(PostgreSQL.13).sql
index 3f733d4fa8e7..6e29fad3425b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
cc_1."Name"
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4714Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4714Test(PostgreSQL.13).sql
index 3f5502027442..3cc634f7b2b1 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4714Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4714Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
source_2."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinByAnonymousTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinByAnonymousTest(PostgreSQL.13).sql
index 266f81e908bd..29847cd0e2d1 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinByAnonymousTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinByAnonymousTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQueryCount(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQueryCount(PostgreSQL.13).sql
index e34a675d1f6f..3a4dafcd0883 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQueryCount(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQueryCount(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQuerySum(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQuerySum(PostgreSQL.13).sql
index 9c7abc13909c..1af040cd88a3 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQuerySum(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQuerySum(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin1(PostgreSQL.13).sql
index e3492e85be30..0729a162b24c 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin2(PostgreSQL.13).sql
index 2124ff3ed386..feaa1ad91804 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin3(PostgreSQL.13).sql
index 97c120412bf7..0e0b7580177b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin4(PostgreSQL.13).sql
index 15c7d57eede4..abd522f91b75 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"Parent_1"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin5(PostgreSQL.13).sql
index dc27983dd148..133ed68b3df0 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin6(PostgreSQL.13).sql
index e3492e85be30..0729a162b24c 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinRemoval(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinRemoval(PostgreSQL.13).sql
index b7d563d42702..9faf0724f7ef 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinRemoval(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinRemoval(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch1."ParentID",
@@ -8,7 +8,7 @@ FROM
INNER JOIN "Child" ch ON t1."ParentID" = ch."ParentID"
INNER JOIN "Child" ch1 ON ch."ChildID" = ch1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -16,7 +16,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinSubqueryDoNotOptimize(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinSubqueryDoNotOptimize(PostgreSQL.13).sql
index ea9ad83ecb9e..1d7a6e71042e 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinSubqueryDoNotOptimize(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinSubqueryDoNotOptimize(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -13,7 +13,7 @@ FROM
"Person" m_1
) m_2 ON p."PersonID" = m_2.c1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinTest(PostgreSQL.13).sql
index 5b3b32c63343..d6c71b11f83c 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection1(PostgreSQL.13).sql
index 5dc567e140d1..90f92fd2404f 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection2(PostgreSQL.13).sql
index d5aa8dce5df2..52da0aad4e5c 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection3(PostgreSQL.13).sql
index d5aa8dce5df2..52da0aad4e5c 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection4(PostgreSQL.13).sql
index d5aa8dce5df2..52da0aad4e5c 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection5(PostgreSQL.13).sql
index 8c3935f0b6f3..18ce2e17b49f 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection6(PostgreSQL.13).sql
index 8c3935f0b6f3..18ce2e17b49f 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection7(PostgreSQL.13).sql
index d5aa8dce5df2..52da0aad4e5c 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.MultipleLeftJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.MultipleLeftJoin(PostgreSQL.13).sql
index c0e226fe8ddb..ebba2cc7ce0e 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.MultipleLeftJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.MultipleLeftJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
parent_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin1(PostgreSQL.13).sql
index dbb38f28f890..018944778b7b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin2(PostgreSQL.13).sql
index dbb38f28f890..018944778b7b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullWhereJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullWhereJoin(PostgreSQL.13).sql
index dbb38f28f890..018944778b7b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullWhereJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullWhereJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullableCoalesceJoinTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullableCoalesceJoinTest(PostgreSQL.13).sql
index 96479c9f5b93..eef9d4da2273 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullableCoalesceJoinTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullableCoalesceJoinTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE tmptbl1
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE tmptbl1
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO tmptbl1
(
@@ -20,7 +20,7 @@ VALUES
(1,'Value1'),
(2,NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE tmptbl2
(
@@ -31,7 +31,7 @@ CREATE TEMPORARY TABLE tmptbl2
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO tmptbl2
(
@@ -42,7 +42,7 @@ VALUES
(1,'Value1'),
(3,'Value2')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE tmptbl3
(
@@ -53,7 +53,7 @@ CREATE TEMPORARY TABLE tmptbl3
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO tmptbl3
(
@@ -64,7 +64,7 @@ VALUES
(1,'Value1'),
(2,NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t4."ID",
@@ -74,7 +74,7 @@ FROM
LEFT JOIN tmptbl2 t3 ON t2."ID" = t3."ID"
LEFT JOIN tmptbl3 t4 ON Coalesce(t3."Value", t2."Value") = t4."Value" OR t3."Value" IS NULL AND t2."Value" IS NULL AND t4."Value" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -82,7 +82,7 @@ SELECT
FROM
tmptbl1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -90,7 +90,7 @@ SELECT
FROM
tmptbl2 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -98,15 +98,15 @@ SELECT
FROM
tmptbl3 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS tmptbl3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS tmptbl2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS tmptbl1
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ProjectionTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ProjectionTest1(PostgreSQL.13).sql
index f199abea581f..ae9f0c2110d4 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ProjectionTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ProjectionTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin1(PostgreSQL.13).sql
index bda1d24c2b6b..12393be7e5c5 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -9,7 +9,7 @@ FROM
LEFT JOIN "Child" "a_Child" ON g_1."ParentID" = "a_Child"."ParentID" AND g_1."ChildID" = "a_Child"."ChildID"
ON c_1."ParentID" = "a_Child"."ParentID" AND c_1."ChildID" = "a_Child"."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin2(PostgreSQL.13).sql
index b3298be140a5..d4512dfaf6de 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection1(PostgreSQL.13).sql
index 70f2a4cc903e..752e7b1b6fae 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection2(PostgreSQL.13).sql
index 70f2a4cc903e..752e7b1b6fae 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection3(PostgreSQL.13).sql
index e2b334995e38..bbc1cdae4b0e 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection4(PostgreSQL.13).sql
index e2b334995e38..bbc1cdae4b0e 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFilters(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFilters(PostgreSQL.13).sql
index 8fcd016af981..50e2f783729a 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFilters(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFilters(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
DECLARE @id2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFiltersAlternative(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFiltersAlternative(PostgreSQL.13).sql
index b69dbb9023c3..c612dbb21e3b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFiltersAlternative(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFiltersAlternative(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
DECLARE @id2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount1(PostgreSQL.13).sql
index 6aa8dcee13f2..7ad98e32669a 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(t1."ParentID") = COUNT(right_1."ParentID") AND COUNT(t1."ParentID") = COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount2(PostgreSQL.13).sql
index 8203c3684436..356f3ad1f1ac 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount3(PostgreSQL.13).sql
index c3149aaeda5f..5d61225a01da 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount4(PostgreSQL.13).sql
index c08c134778eb..9bd8618ee214 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
DECLARE @id2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount5(PostgreSQL.13).sql
index 3e3f3bac6a0c..2a117ffcf50e 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Full).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Full).sql
index a61deb92cb92..e1ed76157a78 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Full).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Inner).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Inner).sql
index 9475e7147142..edb15618a2b2 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Inner).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Left).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Left).sql
index 54f869b715d0..0e3c17bd0085 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Left).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Right).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Right).sql
index 2df782880f41..4e46832ed41a 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Right).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.13,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Full).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Full).sql
index d7b0486805ce..101e2afc574d 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Full).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Inner).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Inner).sql
index 7a065d3c6db6..c3fa80e1fa21 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Inner).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Left).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Left).sql
index 0b900efe0987..f8080070a304 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Left).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Right).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Right).sql
index 88b5014f43f3..60cdea44f197 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Right).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.13,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple1(PostgreSQL.13).sql
index 54f869b715d0..0e3c17bd0085 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple2(PostgreSQL.13).sql
index 54f869b715d0..0e3c17bd0085 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqCrossJoinSubQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqCrossJoinSubQuery(PostgreSQL.13).sql
index 703b635aaa57..7791317c78c4 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqCrossJoinSubQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqCrossJoinSubQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @take_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Full).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Full).sql
index a61deb92cb92..e1ed76157a78 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Full).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Inner).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Inner).sql
index 9475e7147142..edb15618a2b2 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Inner).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Left).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Left).sql
index 54f869b715d0..0e3c17bd0085 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Left).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Right).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Right).sql
index 2df782880f41..4e46832ed41a 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Right).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.13,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Full).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Full).sql
index d7b0486805ce..101e2afc574d 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Full).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Inner).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Inner).sql
index 7a065d3c6db6..c3fa80e1fa21 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Inner).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Left).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Left).sql
index 0b900efe0987..f8080070a304 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Left).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Right).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Right).sql
index 88b5014f43f3..60cdea44f197 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Right).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.13,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple1(PostgreSQL.13).sql
index 54f869b715d0..0e3c17bd0085 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple2(PostgreSQL.13).sql
index 54f869b715d0..0e3c17bd0085 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Full).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Full).sql
index ebb0673c463b..befa20fe16fa 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Full).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Inner).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Inner).sql
index dbb38f28f890..018944778b7b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Inner).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Left).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Left).sql
index 812ce4efc605..f8fd74db85d8 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Left).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Right).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Right).sql
index 4d5a9d1a8a80..36c0e3d09c47 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Right).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.13,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Full).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Full).sql
index 3272897a51be..60d27d21a876 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Full).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @take_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Inner).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Inner).sql
index 775db4de8ad9..39bdaa074b77 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Inner).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @take_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Left).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Left).sql
index 39b3a0bc73d5..2139d2e0c4c4 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Left).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @take_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Right).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Right).sql
index 2e7ec89ae7b2..d5c0fd65b11b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Right).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.13,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @take_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Full).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Full).sql
index ebb0673c463b..befa20fe16fa 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Full).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Inner).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Inner).sql
index dbb38f28f890..018944778b7b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Inner).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Left).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Left).sql
index 812ce4efc605..f8fd74db85d8 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Left).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Right).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Right).sql
index 4d5a9d1a8a80..36c0e3d09c47 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Right).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.13,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Full).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Full).sql
index 59cb567cdd40..93e2ae62004d 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Full).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Inner).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Inner).sql
index a707288bf223..5314654beedb 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Inner).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Left).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Left).sql
index fd1f71026e8e..cf01dce537be 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Left).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Right).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Right).sql
index 7c882aee815e..cc237a75d5f8 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Right).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.13,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithConditions(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithConditions(PostgreSQL.13).sql
index 16144b63cba0..80d9b0aa0994 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithConditions(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithConditions(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
DECLARE @id2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutAllConditions(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutAllConditions(PostgreSQL.13).sql
index d6a45743a594..11238dfd94dc 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutAllConditions(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutAllConditions(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutConditions(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutConditions(PostgreSQL.13).sql
index 0106a6873537..10d45aed1ac9 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutConditions(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutConditions(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithConditions(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithConditions(PostgreSQL.13).sql
index 7a2fccbadbf9..903ec69fd38d 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithConditions(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithConditions(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id2 Integer -- Int32
SET @id2 = 2
DECLARE @id1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutAllConditions(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutAllConditions(PostgreSQL.13).sql
index 19b9ac8ed44e..6e511b1f4cfd 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutAllConditions(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutAllConditions(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
left_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutConditions(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutConditions(PostgreSQL.13).sql
index 3655f9f3676b..535439b7956a 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutConditions(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutConditions(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.StackOverflow(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.StackOverflow(PostgreSQL.13).sql
index 380f10f3c632..71028fc62d37 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.StackOverflow(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.StackOverflow(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_100."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SubQueryJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SubQueryJoin(PostgreSQL.13).sql
index 1d139164029b..ff43333536ab 100644
--- a/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SubQueryJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SubQueryJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct(PostgreSQL.13).sql
index eebdacbc44e4..2b65b64255fe 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct2(PostgreSQL.13).sql
index eebdacbc44e4..2b65b64255fe 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinctWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinctWhere(PostgreSQL.13).sql
index fc9b06f1bb64..4dd21ea8d010 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinctWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinctWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited(PostgreSQL.13).sql
index e9e66c60e383..002953e861bc 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited2(PostgreSQL.13).sql
index 6e3deca3c443..cca435e438b7 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimitedWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimitedWhere(PostgreSQL.13).sql
index 5b18df8b3946..b4672a05999d 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimitedWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimitedWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinct(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinct(PostgreSQL.13).sql
index eebdacbc44e4..2b65b64255fe 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinct(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinct(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinctWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinctWhere(PostgreSQL.13).sql
index fc9b06f1bb64..4dd21ea8d010 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinctWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinctWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTop(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTop(PostgreSQL.13).sql
index 6e3deca3c443..cca435e438b7 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTop(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTop(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTopWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTopWhere(PostgreSQL.13).sql
index ab282bacada2..0e980b862007 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTopWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTopWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct(PostgreSQL.13).sql
index a3b8e40c4432..c042804a6d86 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct2(PostgreSQL.13).sql
index a3b8e40c4432..c042804a6d86 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinctWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinctWhere(PostgreSQL.13).sql
index 925727ed934f..594dd0bbab03 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinctWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinctWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited(PostgreSQL.13).sql
index be24fd63ea1b..cbcad2b93a2b 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited2(PostgreSQL.13).sql
index 4b92b6c32b6b..5e7c479b31cd 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimitedWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimitedWhere(PostgreSQL.13).sql
index bfd8ad444d46..b2a44e44ac1c 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimitedWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimitedWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinct(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinct(PostgreSQL.13).sql
index a3b8e40c4432..c042804a6d86 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinct(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinct(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinctWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinctWhere(PostgreSQL.13).sql
index 925727ed934f..594dd0bbab03 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinctWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinctWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTop(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTop(PostgreSQL.13).sql
index 4b92b6c32b6b..5e7c479b31cd 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTop(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTop(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTopWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTopWhere(PostgreSQL.13).sql
index 6fede8070cc7..0ea8d4b90d80 100644
--- a/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTopWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTopWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith1(PostgreSQL.13).sql
index 08b1707e485b..75f4bf6ba6f6 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith10(PostgreSQL.13).sql
index b712baba01ac..2ac8e34835c3 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -25,7 +25,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -42,7 +42,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -52,7 +52,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -69,7 +69,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -79,7 +79,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -96,7 +96,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -106,7 +106,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -123,7 +123,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -133,7 +133,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -150,7 +150,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -160,7 +160,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -177,7 +177,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -187,7 +187,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -204,7 +204,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -214,7 +214,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -231,7 +231,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -241,7 +241,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -258,7 +258,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -268,7 +268,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -285,7 +285,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -295,7 +295,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -312,7 +312,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -322,7 +322,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -339,7 +339,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -349,7 +349,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -366,7 +366,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -376,7 +376,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -393,7 +393,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -403,7 +403,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -420,7 +420,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -430,7 +430,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -447,7 +447,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -457,7 +457,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -474,7 +474,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -484,7 +484,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -501,7 +501,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -511,7 +511,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -528,7 +528,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -538,7 +538,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -555,7 +555,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -565,7 +565,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -582,7 +582,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -592,7 +592,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -609,7 +609,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -619,7 +619,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -636,7 +636,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -646,7 +646,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -663,7 +663,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -673,7 +673,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -690,7 +690,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -700,7 +700,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -717,7 +717,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -727,7 +727,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -744,7 +744,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -754,7 +754,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -771,7 +771,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -781,7 +781,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -798,7 +798,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -808,7 +808,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -825,7 +825,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -835,7 +835,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -852,7 +852,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -862,7 +862,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -879,7 +879,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -889,7 +889,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -906,7 +906,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -916,7 +916,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -933,7 +933,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -943,7 +943,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -960,7 +960,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -970,7 +970,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -987,7 +987,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -997,7 +997,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1014,7 +1014,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1024,7 +1024,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1041,7 +1041,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1051,7 +1051,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1068,7 +1068,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1078,7 +1078,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1095,7 +1095,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1105,7 +1105,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1122,7 +1122,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1132,7 +1132,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1149,7 +1149,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1159,7 +1159,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1176,7 +1176,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1186,7 +1186,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1203,7 +1203,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1213,7 +1213,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1230,7 +1230,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1240,7 +1240,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1257,7 +1257,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1267,7 +1267,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1284,7 +1284,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1294,7 +1294,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1311,7 +1311,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1321,7 +1321,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1338,7 +1338,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1348,7 +1348,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1365,7 +1365,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1375,7 +1375,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1392,7 +1392,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1402,7 +1402,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1419,7 +1419,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1429,7 +1429,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1446,7 +1446,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1456,7 +1456,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1473,7 +1473,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1483,7 +1483,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1500,7 +1500,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1510,7 +1510,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1527,7 +1527,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1537,7 +1537,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1554,7 +1554,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1564,7 +1564,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1581,7 +1581,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1591,7 +1591,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1608,7 +1608,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1618,7 +1618,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1635,7 +1635,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1645,7 +1645,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1662,7 +1662,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1672,7 +1672,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1689,7 +1689,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1699,7 +1699,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1716,7 +1716,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1726,7 +1726,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1743,7 +1743,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1753,7 +1753,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1770,7 +1770,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1780,7 +1780,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1797,7 +1797,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1807,7 +1807,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1824,7 +1824,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1834,7 +1834,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1851,7 +1851,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1861,7 +1861,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1878,7 +1878,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1888,7 +1888,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1905,7 +1905,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1915,7 +1915,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1932,7 +1932,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1942,7 +1942,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1959,7 +1959,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1969,7 +1969,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1986,7 +1986,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1996,7 +1996,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2013,7 +2013,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2023,7 +2023,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2040,7 +2040,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2050,7 +2050,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2067,7 +2067,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2077,7 +2077,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2094,7 +2094,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2104,7 +2104,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2121,7 +2121,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2131,7 +2131,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2148,7 +2148,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2158,7 +2158,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2175,7 +2175,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2185,7 +2185,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2202,7 +2202,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2212,7 +2212,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2229,7 +2229,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2239,7 +2239,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2256,7 +2256,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2266,7 +2266,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2283,7 +2283,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2293,7 +2293,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2310,7 +2310,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2320,7 +2320,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2337,7 +2337,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2347,7 +2347,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2364,7 +2364,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2374,7 +2374,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2391,7 +2391,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2401,7 +2401,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2418,7 +2418,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2428,7 +2428,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2445,7 +2445,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2455,7 +2455,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2472,7 +2472,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2482,7 +2482,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2499,7 +2499,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2509,7 +2509,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2526,7 +2526,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2536,7 +2536,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2553,7 +2553,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2563,7 +2563,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2580,7 +2580,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2590,7 +2590,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2607,7 +2607,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2617,7 +2617,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2634,7 +2634,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2644,7 +2644,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2661,7 +2661,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2671,7 +2671,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2688,7 +2688,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith11(PostgreSQL.13).sql
index 9f5b839dd828..fac14e2069d2 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -33,7 +33,7 @@ FROM
) m_1
INNER JOIN "GrandChild" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith12(PostgreSQL.13).sql
index 9ead62168761..00d641ce84e2 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.cond,
@@ -30,7 +30,7 @@ FROM
) m_1
INNER JOIN "Child" d_1 ON m_1.cond = d_1."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -51,7 +51,7 @@ FROM
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
LEFT JOIN "Parent" "a_Parent" ON d."ParentID" = "a_Parent"."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith2(PostgreSQL.13).sql
index 90f809da0273..2ded36ced10d 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith3(PostgreSQL.13).sql
index 7e782a2429d6..279f809c566c 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith4(PostgreSQL.13).sql
index 7e782a2429d6..279f809c566c 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith5(PostgreSQL.13).sql
index cf94a1c705bb..44f075174555 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -30,7 +30,7 @@ FROM
LEFT JOIN "Child" "a_Child" ON d_1."ParentID" = "a_Child"."ParentID" AND d_1."ChildID" = "a_Child"."ChildID"
LEFT JOIN "Parent" "a_Parent" ON "a_Child"."ParentID" = "a_Parent"."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -45,7 +45,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith6(PostgreSQL.13).sql
index fca061a41dd5..249727055705 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
LEFT JOIN "Child" "a_Child" ON d."ParentID" = "a_Child"."ParentID" AND d."ChildID" = "a_Child"."ChildID"
LEFT JOIN "Parent" "a_Parent" ON "a_Child"."ParentID" = "a_Parent"."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith7(PostgreSQL.13).sql
index 66a4a578fdde..d19fe5306d41 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren2"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith8(PostgreSQL.13).sql
index a3a43a74e3ae..c466d8de5298 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith9(PostgreSQL.13).sql
index a7a79be3ba34..2dd26f3b5fb2 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable1(PostgreSQL.13).sql
index 08b1707e485b..75f4bf6ba6f6 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable2(PostgreSQL.13).sql
index 90f809da0273..2ded36ced10d 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable3(PostgreSQL.13).sql
index 7e782a2429d6..279f809c566c 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable4(PostgreSQL.13).sql
index ac23af75a720..f8b243083220 100644
--- a/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -17,7 +17,7 @@ FROM
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
LEFT JOIN "Parent" "a_Parent" ON d."ParentID" = "a_Parent"."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException1(PostgreSQL.13).sql
index ee459bde2554..cb4b78e8f97a 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName"
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException2(PostgreSQL.13).sql
index bf8f3af8fcfe..c2dc82db1373 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."LastName"
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum1(PostgreSQL.13).sql
index b9e9c45c1e6a..61212bd3ffcb 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum2(PostgreSQL.13).sql
index eb68b3d2795d..d7f514c96200 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum21(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum21(PostgreSQL.13).sql
index aa78764ab073..9e6bb0a8e100 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum21(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum21(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @gender Char(1) -- String
SET @gender = 'M'
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum3(PostgreSQL.13).sql
index 5ce81206be45..0c5f001c2c57 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @fm Char(1) -- String
SET @fm = 'F'
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum4(PostgreSQL.13).sql
index 7f665d5a657e..cda5e14252e6 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum5(PostgreSQL.13).sql
index 3f404442f5ee..0a7f78956861 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum6(PostgreSQL.13).sql
index 28149cebb62e..3006e21ea589 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum7(PostgreSQL.13).sql
index 35b8fda67a70..0109e9cd7ba6 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @v1 Integer -- Int32
SET @v1 = 1
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum81(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum81(PostgreSQL.13).sql
index 7f665d5a657e..cda5e14252e6 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum81(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum81(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum812(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum812(PostgreSQL.13).sql
index 3930069247f0..f063f1ff56ea 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum812(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum812(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum82(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum82(PostgreSQL.13).sql
index 325f08310f37..61e991087063 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum82(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum82(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @testValue Integer -- Int32
SET @testValue = 1
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum9(PostgreSQL.13).sql
index a428e3cbf87b..3b985eb77cc9 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner1(PostgreSQL.13).sql
index fb7af21389b5..167eb2987205 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner2(PostgreSQL.13).sql
index 4a42c604311a..f152b83bde23 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner3(PostgreSQL.13).sql
index 16c4e316373e..a9b87f047a8d 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue171Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue171Test(PostgreSQL.13).sql
index 801e3fa8cba7..4b7d7d790b77 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue171Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue171Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Gender"
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test1(PostgreSQL.13).sql
index 7e75429cd28c..b193a5c8b63e 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test2(PostgreSQL.13).sql
index 7e75429cd28c..b193a5c8b63e 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue3060Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue3060Test(PostgreSQL.13).sql
index 23472e1f5728..b0a12f570051 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue3060Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue3060Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Uid Bytea(16) -- Binary
SET @Uid = E'\\x3D667BBCDE0F27438F925D8CC3A11D11'::bytea
DECLARE @Id Bigint -- Int64
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore1(PostgreSQL.13).sql
index 98dcf68578e7..5bf297e57fa4 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore2(PostgreSQL.13).sql
index 98dcf68578e7..5bf297e57fa4 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore3(PostgreSQL.13).sql
index 98dcf68578e7..5bf297e57fa4 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.13,False).sql
index dd7e19805066..f949f6b1c412 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,1::decimal)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.13,True).sql
index 50de304f9633..7abadc36f1bf 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,NULL::decimal)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.13,0.0d).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.13,0.0d).sql
index deb38882f5b8..b3a6a9a15080 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.13,0.0d).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.13,0.0d).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,0::Float)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.13,null).sql
index 2978ccebb3c9..c190c660c188 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,NULL::Float)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.13,0.0f).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.13,0.0f).sql
index 562f79e74309..ea04451d4c57 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.13,0.0f).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.13,0.0f).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,0::Real)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.13,null).sql
index b1b27bb75837..59df5df8d600 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,NULL::Real)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.13,1L).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.13,1L).sql
index 9ec515010e37..e2545d642121 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.13,1L).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.13,1L).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,1::BigInt)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.13,null).sql
index 88e9da2c0001..42de87d153c7 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,NULL::BigInt)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.13,1).sql
index fe89bf92f784..846b28b93bd3 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Bigint -- Int64
SET @Value = 1
@@ -11,7 +11,7 @@ FROM
(1,:Value)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Bigint -- Int64
SET @Value = 2147483648
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.13,null).sql
index 9a37a748b273..2625bf5d3f14 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Bigint -- Int64
SET @Value = NULL
@@ -11,7 +11,7 @@ FROM
(1,:Value)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Bigint -- Int64
SET @Value = 2147483648
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.13,1UL).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.13,1UL).sql
index f7002ae87d7e..c36cda38c922 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.13,1UL).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.13,1UL).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Numeric(1, 0) -- Decimal
SET @Value = 1
@@ -11,7 +11,7 @@ FROM
(1,:Value)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Numeric(10, 0) -- Decimal
SET @Value = 2147483648
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.13,null).sql
index a8891bd7838d..96f236f4ba25 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Numeric -- Decimal
SET @Value = NULL
@@ -11,7 +11,7 @@ FROM
(1,:Value)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Numeric(10, 0) -- Decimal
SET @Value = 2147483648
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,False,False).sql
index 792e85d52826..986565711742 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(1, 0) -- Decimal
SET @value = 1
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(13, 3) -- Decimal
SET @value = 2147483648.123
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,False,True).sql
index 2a6381c8b4cf..3a7a819e9497 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Numeric -- Decimal
SET @value = NULL
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(13, 3) -- Decimal
SET @value = 2147483648.123
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,True,False).sql
index 4992fb1c5d54..5f2060eb67fb 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,True,True).sql
index 179bba1966ac..6e66174d6bc3 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,False,0.0d).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,False,0.0d).sql
index 9e9e0ea13b90..c85387ab6f0c 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,False,0.0d).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,False,0.0d).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = 0
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = 3147483648
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,False,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,False,null).sql
index 6cf5a65f2be8..035ff958fb2b 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,False,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,False,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = NULL
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = 3147483648
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,True,0.0d).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,True,0.0d).sql
index bdc4d5ca1208..ab4bb8d40ffe 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,True,0.0d).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,True,0.0d).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,True,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,True,null).sql
index b786dee72618..a010cb9b1541 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,True,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.13,True,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,False,0.0f).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,False,0.0f).sql
index 9e97d11b7a36..e78af45e787e 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,False,0.0f).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,False,0.0f).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = 0
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = 3.14748365E+09
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,False,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,False,null).sql
index 84adc0a48415..dfceedfdc776 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,False,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,False,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = NULL
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = 3.14748365E+09
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,True,0.0f).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,True,0.0f).sql
index e2742e19f847..1a1ed290aa2d 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,True,0.0f).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,True,0.0f).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,True,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,True,null).sql
index 696eed5050de..74164c8e7c91 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,True,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.13,True,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,False,1L).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,False,1L).sql
index fed6e5a81d51..26862fb0ebef 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,False,1L).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,False,1L).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 1
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 2147483648
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,False,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,False,null).sql
index 46c3e09e5ecd..3fc94d397042 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,False,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,False,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = NULL
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 2147483648
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,True,1L).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,True,1L).sql
index 26019fcb36e7..808fcfe3d9e9 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,True,1L).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,True,1L).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,True,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,True,null).sql
index 177d55a6ccf0..649fdfd674eb 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,True,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.13,True,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,False,1).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,False,1).sql
index fed6e5a81d51..26862fb0ebef 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,False,1).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,False,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 1
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 2147483648
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,False,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,False,null).sql
index 46c3e09e5ecd..3fc94d397042 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,False,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,False,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = NULL
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 2147483648
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,True,1).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,True,1).sql
index 26019fcb36e7..808fcfe3d9e9 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,True,1).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,True,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,True,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,True,null).sql
index 177d55a6ccf0..649fdfd674eb 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,True,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.13,True,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.13,False,1UL).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.13,False,1UL).sql
index 8db7bb41f9cf..63dd2aa76821 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.13,False,1UL).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.13,False,1UL).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(1, 0) -- Decimal
SET @value = 1
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(10, 0) -- Decimal
SET @value = 2147483648
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.13,False,null).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.13,False,null).sql
index cad43b512ce7..55e740cf9b8f 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.13,False,null).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.13,False,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Numeric -- Decimal
SET @value = NULL
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(10, 0) -- Decimal
SET @value = 2147483648
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping1(PostgreSQL.13).sql
index 88bee3eb177d..9ab986f80f68 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping2(PostgreSQL.13).sql
index 1c92b2cf650a..ca4f3593e6d6 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID"
diff --git a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestMethod(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestMethod(PostgreSQL.13).sql
index f371c76f2125..2eec39cebaa7 100644
--- a/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestMethod(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestMethod(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Abs(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Abs(PostgreSQL.13).sql
index 29be31aa22b1..bf88483a73cd 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Abs(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Abs(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Acos(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Acos(PostgreSQL.13).sql
index 1fad1f1e9663..38c256c69e5b 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Acos(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Acos(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Asin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Asin(PostgreSQL.13).sql
index 21e0389a50e2..1289e8e857fa 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Asin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Asin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan(PostgreSQL.13).sql
index 0e4b63151c08..c0fea839dd82 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan2(PostgreSQL.13).sql
index a0452cbc7b5a..17deacfcf6aa 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling1(PostgreSQL.13).sql
index ad0883f75d4d..3641d2515f4f 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling2(PostgreSQL.13).sql
index 56b903f5a5aa..0c6e1622450d 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cos(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cos(PostgreSQL.13).sql
index b2e1064e7359..291785b5d032 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cos(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cos(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cosh(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cosh(PostgreSQL.13).sql
index d7d4d7610e33..7135ec664ef7 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cosh(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cosh(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cot(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cot(PostgreSQL.13).sql
index 9fe3b1895b33..23560b723266 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cot(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cot(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees1(PostgreSQL.13).sql
index bbc4c509b42f..20bd5b716de8 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees2(PostgreSQL.13).sql
index 02e40c9163fa..be67ebef89a1 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Floor(t."Value_1")
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees3(PostgreSQL.13).sql
index 51faf1662684..24ab28fa9812 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Exp(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Exp(PostgreSQL.13).sql
index 50fa92883587..cd92d3bf39dc 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Exp(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Exp(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Floor(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Floor(PostgreSQL.13).sql
index 24780343e661..a1d01269327f 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Floor(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Floor(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log(PostgreSQL.13).sql
index 8dbd8a4695e8..0f51ffdc849f 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log10(PostgreSQL.13).sql
index 9dd36cbe915c..ca7fffb01109 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log2(PostgreSQL.13).sql
index 0ae81f908976..d1896f678ebe 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Max(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Max(PostgreSQL.13).sql
index a2b883977eff..a376b09c1415 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Max(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Max(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Min(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Min(PostgreSQL.13).sql
index 34e531f8347f..038319627fb4 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Min(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Min(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Pow(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Pow(PostgreSQL.13).sql
index cdd566ac586f..0850d9d829d5 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Pow(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Pow(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.PowDecimal(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.PowDecimal(PostgreSQL.13).sql
index 9d9e14899a28..8d593d7edc67 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.PowDecimal(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.PowDecimal(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round1(PostgreSQL.13).sql
index 47e935ce6aad..8237e682f29d 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round10(PostgreSQL.13).sql
index 888128072c3c..e0ab9e5490a8 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round11(PostgreSQL.13).sql
index 58202af4ff4a..0b48f96c1c14 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,AwayFromZero,1).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,AwayFromZero,1).sql
index 7a08ae3d4ee3..dc0ebf25f649 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,AwayFromZero,1).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,AwayFromZero,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,AwayFromZero,2).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,AwayFromZero,2).sql
index 7a08ae3d4ee3..dc0ebf25f649 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,AwayFromZero,2).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,AwayFromZero,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,ToEven,1).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,ToEven,1).sql
index 888128072c3c..e0ab9e5490a8 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,ToEven,1).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,ToEven,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,ToEven,2).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,ToEven,2).sql
index 888128072c3c..e0ab9e5490a8 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,ToEven,2).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.13,ToEven,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round2(PostgreSQL.13).sql
index 09f5ecc58a91..b34f90b67393 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round3(PostgreSQL.13).sql
index 888128072c3c..e0ab9e5490a8 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4(PostgreSQL.13).sql
index 58202af4ff4a..0b48f96c1c14 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4Sql(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4Sql(PostgreSQL.13).sql
index 927e6924092a..a56f7632cd0f 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4Sql(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4Sql(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round5(PostgreSQL.13).sql
index 62b20c1d3753..085c5af3aa3b 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round6(PostgreSQL.13).sql
index 1feec06a481d..66def61ca9ca 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round7(PostgreSQL.13).sql
index 47e935ce6aad..8237e682f29d 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round8(PostgreSQL.13).sql
index 09f5ecc58a91..b34f90b67393 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round9(PostgreSQL.13).sql
index 7e1e37cdfe39..1fe8ad5397c8 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sign(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sign(PostgreSQL.13).sql
index 687f94727a1a..05e8d09ac927 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sign(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sign(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sin(PostgreSQL.13).sql
index 943870e327c8..5007b3692c25 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sinh(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sinh(PostgreSQL.13).sql
index b7c690f6571b..ef2336ea0eed 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sinh(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sinh(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sqrt(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sqrt(PostgreSQL.13).sql
index d227cf26e423..87878dc7c4e5 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sqrt(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sqrt(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tan(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tan(PostgreSQL.13).sql
index 3d16288c68d4..a844f20042ff 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tan(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tan(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tanh(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tanh(PostgreSQL.13).sql
index 57411105612e..4d9539c1c3d4 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tanh(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tanh(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate1(PostgreSQL.13).sql
index ac694f3002e7..a25af968310b 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate2(PostgreSQL.13).sql
index 6a9bb398e064..9ab6b355402b 100644
--- a/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Trunc((-t."MoneyValue"), 0)
diff --git a/PostgreSQL.13/Tests/Linq/MemberTranslatorTests/Tests.Linq.MemberTranslatorTests.MemberTranslatorTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MemberTranslatorTests/Tests.Linq.MemberTranslatorTests.MemberTranslatorTest(PostgreSQL.13).sql
index 8898901c212a..20f9e84c0d37 100644
--- a/PostgreSQL.13/Tests/Linq/MemberTranslatorTests/Tests.Linq.MemberTranslatorTests.MemberTranslatorTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MemberTranslatorTests/Tests.Linq.MemberTranslatorTests.MemberTranslatorTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."FirstName" ~ 'Jo.*'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test3(PostgreSQL.13).sql
index 5750aae0a56a..da0a90b4b3ef 100644
--- a/PostgreSQL.13/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test4(PostgreSQL.13).sql
index 7d2886cbc379..e3e85673b496 100644
--- a/PostgreSQL.13/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -12,7 +12,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test5(PostgreSQL.13).sql
index 4fb85550e896..6fee1ac865c9 100644
--- a/PostgreSQL.13/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "Parent" d ON d."ParentID" = m_1."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Ints(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Ints(PostgreSQL.13).sql
index a7bd32b988ed..4007443e1a6c 100644
--- a/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Ints(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Ints(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."Int", 2)
@@ -7,7 +7,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
s."Int" = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
s."Int" <> 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."Int", 4)
@@ -34,7 +34,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
s."Int" = 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
s."Int" <> 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Int"
@@ -61,7 +61,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,14 +70,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableInt", 2)
@@ -86,7 +86,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -95,7 +95,7 @@ FROM
WHERE
s."NullableInt" = 2 OR s."NullableInt" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -104,7 +104,7 @@ FROM
WHERE
NOT (s."NullableInt" = 2 OR s."NullableInt" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableInt", 4)
@@ -113,7 +113,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -122,7 +122,7 @@ FROM
WHERE
s."NullableInt" = 4 OR s."NullableInt" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -131,7 +131,7 @@ FROM
WHERE
NOT (s."NullableInt" = 4 OR s."NullableInt" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."NullableInt"
@@ -140,7 +140,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -149,7 +149,7 @@ FROM
WHERE
s."NullableInt" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.IntsSql(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.IntsSql(PostgreSQL.13).sql
index a7bd32b988ed..4007443e1a6c 100644
--- a/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.IntsSql(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.IntsSql(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."Int", 2)
@@ -7,7 +7,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
s."Int" = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
s."Int" <> 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."Int", 4)
@@ -34,7 +34,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
s."Int" = 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
s."Int" <> 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Int"
@@ -61,7 +61,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,14 +70,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableInt", 2)
@@ -86,7 +86,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -95,7 +95,7 @@ FROM
WHERE
s."NullableInt" = 2 OR s."NullableInt" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -104,7 +104,7 @@ FROM
WHERE
NOT (s."NullableInt" = 2 OR s."NullableInt" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableInt", 4)
@@ -113,7 +113,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -122,7 +122,7 @@ FROM
WHERE
s."NullableInt" = 4 OR s."NullableInt" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -131,7 +131,7 @@ FROM
WHERE
NOT (s."NullableInt" = 4 OR s."NullableInt" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."NullableInt"
@@ -140,7 +140,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -149,7 +149,7 @@ FROM
WHERE
s."NullableInt" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Strings(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Strings(PostgreSQL.13).sql
index a978f54d6a5b..ec20923310ad 100644
--- a/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Strings(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Strings(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."String", 'abc')
@@ -7,7 +7,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
s."String" = 'abc' OR s."String" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
NOT (s."String" = 'abc' OR s."String" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."String", 'xyz')
@@ -34,7 +34,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
s."String" = 'xyz' OR s."String" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
NOT (s."String" = 'xyz' OR s."String" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."String"
@@ -61,7 +61,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
s."String" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
s."String" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableString", 'abc')
@@ -88,7 +88,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
s."NullableString" = 'abc' OR s."NullableString" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -106,7 +106,7 @@ FROM
WHERE
NOT (s."NullableString" = 'abc' OR s."NullableString" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableString", 'xyz')
@@ -115,7 +115,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -124,7 +124,7 @@ FROM
WHERE
s."NullableString" = 'xyz' OR s."NullableString" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -133,7 +133,7 @@ FROM
WHERE
NOT (s."NullableString" = 'xyz' OR s."NullableString" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."NullableString"
@@ -142,7 +142,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -151,7 +151,7 @@ FROM
WHERE
s."NullableString" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.StringsSql(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.StringsSql(PostgreSQL.13).sql
index a978f54d6a5b..ec20923310ad 100644
--- a/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.StringsSql(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.StringsSql(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."String", 'abc')
@@ -7,7 +7,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
s."String" = 'abc' OR s."String" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
NOT (s."String" = 'abc' OR s."String" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."String", 'xyz')
@@ -34,7 +34,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
s."String" = 'xyz' OR s."String" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
NOT (s."String" = 'xyz' OR s."String" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."String"
@@ -61,7 +61,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
s."String" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
s."String" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableString", 'abc')
@@ -88,7 +88,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
s."NullableString" = 'abc' OR s."NullableString" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -106,7 +106,7 @@ FROM
WHERE
NOT (s."NullableString" = 'abc' OR s."NullableString" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableString", 'xyz')
@@ -115,7 +115,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -124,7 +124,7 @@ FROM
WHERE
s."NullableString" = 'xyz' OR s."NullableString" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -133,7 +133,7 @@ FROM
WHERE
NOT (s."NullableString" = 'xyz' OR s."NullableString" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."NullableString"
@@ -142,7 +142,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -151,7 +151,7 @@ FROM
WHERE
s."NullableString" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.FalseTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.FalseTest(PostgreSQL.13).sql
index bcb96c6d7f41..0078d83eb5cd 100644
--- a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.FalseTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.FalseTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -8,7 +8,7 @@ FROM
WHERE
t."Value" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -18,7 +18,7 @@ FROM
WHERE
t."Value" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -28,7 +28,7 @@ FROM
WHERE
t."Value" = True OR t."Value" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.13,False).sql
index 467f8005ee7c..bf02be554140 100644
--- a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -8,7 +8,7 @@ FROM
WHERE
t."Value"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -18,7 +18,7 @@ FROM
WHERE
t."Value" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -28,7 +28,7 @@ FROM
WHERE
t."Value" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -38,7 +38,7 @@ FROM
WHERE
NOT t."Value"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -48,7 +48,7 @@ FROM
WHERE
t."Value" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.13,True).sql
index 467f8005ee7c..bf02be554140 100644
--- a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -8,7 +8,7 @@ FROM
WHERE
t."Value"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -18,7 +18,7 @@ FROM
WHERE
t."Value" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -28,7 +28,7 @@ FROM
WHERE
t."Value" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -38,7 +38,7 @@ FROM
WHERE
NOT t."Value"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -48,7 +48,7 @@ FROM
WHERE
t."Value" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NullTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NullTest(PostgreSQL.13).sql
index dc32008db088..d9387e956984 100644
--- a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NullTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NullTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -8,7 +8,7 @@ FROM
WHERE
t."Value" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.TrueTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.TrueTest(PostgreSQL.13).sql
index 6c7e9f3748c9..f0f911b2798b 100644
--- a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.TrueTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.TrueTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -8,7 +8,7 @@ FROM
WHERE
t."Value" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -18,7 +18,7 @@ FROM
WHERE
t."Value" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -28,7 +28,7 @@ FROM
WHERE
t."Value" = False OR t."Value" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.13,False).sql
index 90fa970e1af7..f823d59e593f 100644
--- a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = False
@@ -10,7 +10,7 @@ FROM
WHERE
t."Value" = :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = False
@@ -22,7 +22,7 @@ FROM
WHERE
t."Value" = :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = False
@@ -34,7 +34,7 @@ FROM
WHERE
t."Value" <> :value OR t."Value" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = False
diff --git a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.13,True).sql
index 709a0047902e..320a9c03b9ef 100644
--- a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = True
@@ -10,7 +10,7 @@ FROM
WHERE
t."Value" = :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = True
@@ -22,7 +22,7 @@ FROM
WHERE
t."Value" = :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = True
@@ -34,7 +34,7 @@ FROM
WHERE
t."Value" <> :value OR t."Value" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = True
diff --git a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.13,null).sql
index aa2412974557..eaafe867fe06 100644
--- a/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -8,7 +8,7 @@ FROM
WHERE
t."Value" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -18,7 +18,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -28,7 +28,7 @@ FROM
WHERE
t."Value" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.DoubleOrderBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.DoubleOrderBy(PostgreSQL.13).sql
index 3746e5a0703b..6d9cc58247f6 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.DoubleOrderBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.DoubleOrderBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNoTransformTests(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNoTransformTests(PostgreSQL.13).sql
index 8c0649f2edef..58588177fbaf 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNoTransformTests(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNoTransformTests(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNotFailTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNotFailTest(PostgreSQL.13).sql
index e88cb52efd8c..629a857947ae 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNotFailTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNotFailTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctPartialTransformTests(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctPartialTransformTests(PostgreSQL.13).sql
index bffd6d01fe40..5a1fda4d5cc3 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctPartialTransformTests(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctPartialTransformTests(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTest(PostgreSQL.13).sql
index 98605bc092fc..6870e059ffaf 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -10,7 +10,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -26,7 +26,7 @@ ORDER BY
MAX(x."OrderData1")
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -38,7 +38,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTestOrdering(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTestOrdering(PostgreSQL.13).sql
index ca98962e7bb8..a8ff18264eb0 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTestOrdering(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTestOrdering(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -10,7 +10,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -24,7 +24,7 @@ ORDER BY
x."OrderData1"
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -36,7 +36,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -50,7 +50,7 @@ ORDER BY
x."OrderData1" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -62,7 +62,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -77,7 +77,7 @@ ORDER BY
x."OrderData2"
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -89,7 +89,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -104,7 +104,7 @@ ORDER BY
x."OrderData2" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -116,7 +116,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -131,7 +131,7 @@ ORDER BY
x."OrderData2" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -143,7 +143,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByExpressionDistinctTests(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByExpressionDistinctTests(PostgreSQL.13).sql
index 9941f0758dd4..52bac762672c 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByExpressionDistinctTests(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByExpressionDistinctTests(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -10,7 +10,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderBySubQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderBySubQuery(PostgreSQL.13).sql
index 4d0032908f5c..4f6918ce2471 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderBySubQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderBySubQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByUnionOptimization(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByUnionOptimization(PostgreSQL.13).sql
index 927f079c9a17..c28924bd3a65 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByUnionOptimization(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByUnionOptimization(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
t1."Id"
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.ConditionOrderBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.ConditionOrderBy(PostgreSQL.13).sql
index cea2b4475b1a..5c6132b95594 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.ConditionOrderBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.ConditionOrderBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count1(PostgreSQL.13).sql
index ffd79abb852b..dd466d541b3a 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count2(PostgreSQL.13).sql
index 3aae9888508b..c8b0eca5c5c3 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Distinct(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Distinct(PostgreSQL.13).sql
index 208fda388616..91ca9871d98b 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Distinct(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Distinct(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.13,False).sql
index d28f55a16e5c..3b3136c3520f 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.13,True).sql
index 4a75afe349aa..6e9898ed707a 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.13,False).sql
index a3893c8dec8f..6ce987313bff 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.13,True).sql
index 9d60168d4fdf..cd639744a98d 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.13,False).sql
index ec1a0f5681a4..0f92c8226011 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.13,True).sql
index bbc6bf348f65..724b51085789 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Issue4586Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Issue4586Test(PostgreSQL.13).sql
index 5893108d72f1..68c43d295ad8 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Issue4586Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Issue4586Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min1(PostgreSQL.13).sql
index dc2cfdf66613..ae1719f51cbf 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MIN(t1."ParentID")
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min2(PostgreSQL.13).sql
index 0e6a98260af5..63364b1d9c31 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min3(PostgreSQL.13).sql
index 112eee9c68f1..2741d7bc9ec5 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderAscDesc(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderAscDesc(PostgreSQL.13).sql
index 392ec55d095e..e509a30844e7 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderAscDesc(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderAscDesc(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy1(PostgreSQL.13).sql
index f57920b5275d..2471ff4618bb 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy10(PostgreSQL.13).sql
index fa482a3aaab5..54510c28a97e 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy11(PostgreSQL.13).sql
index d81b5f6be217..b8c7110167d7 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy12(PostgreSQL.13).sql
index ff15c64acf18..0b5c8e91d4f2 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy2(PostgreSQL.13).sql
index f57920b5275d..2471ff4618bb 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy3(PostgreSQL.13).sql
index f57920b5275d..2471ff4618bb 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy4(PostgreSQL.13).sql
index 0be62589d8dd..88d9cce829e4 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy5(PostgreSQL.13).sql
index 731494f59cb1..8afbaeb3f31d 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy6(PostgreSQL.13).sql
index 1860dc6239bd..8021a7cb7862 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
person_1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy7(PostgreSQL.13).sql
index 9de651425f44..de804e924df0 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy8(PostgreSQL.13).sql
index 98b1b06ecacd..e30b9636594b 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy9(PostgreSQL.13).sql
index 8124fe1af851..9a0160e83e1a 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByAndGroupByConstant(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByAndGroupByConstant(PostgreSQL.13).sql
index ac99d0942703..96cacc928699 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByAndGroupByConstant(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByAndGroupByConstant(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
@@ -10,7 +10,7 @@ FROM
"Child" g_1
LIMIT :take
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.13,False).sql
index 9bd613d61d54..5faf4cdf0495 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -11,7 +11,7 @@ FROM
ORDER BY
Length(t1."FirstName") > 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.13,True).sql
index e9876a886b11..2b7519ecb557 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -11,7 +11,7 @@ FROM
ORDER BY
Length(t1."FirstName") > 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContains(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContains(PostgreSQL.13).sql
index e959ff71475a..274dfb6e32c4 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContains(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContains(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContainsSubquery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContainsSubquery(PostgreSQL.13).sql
index 6b047bdb7ef7..030061da174a 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContainsSubquery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContainsSubquery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."ID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuous(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuous(PostgreSQL.13).sql
index fe51430e2a4b..966fd5f89809 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuous(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuous(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuousDuplicates(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuousDuplicates(PostgreSQL.13).sql
index 583b50752238..48db4f8bc90b 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuousDuplicates(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuousDuplicates(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany1(PostgreSQL.13).sql
index 7d176801a098..d8c495e34dd1 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany2(PostgreSQL.13).sql
index b57dd26a061c..ee26f98d168e 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany3(PostgreSQL.13).sql
index 9f9478e30784..df9aa0a8571c 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf1(PostgreSQL.13).sql
index 1a7325d0c704..3cf2121dae1c 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf2(PostgreSQL.13).sql
index 11cab728eed6..8af2e72898b5 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.RemoveOrderBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.RemoveOrderBy(PostgreSQL.13).sql
index 4a6db56e4209..a0af7359c635 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.RemoveOrderBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.RemoveOrderBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -11,7 +11,7 @@ ORDER BY
t1."ParentID"
LIMIT :take
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Take(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Take(PostgreSQL.13).sql
index 8376b5daebe9..d27c9be8ae1e 100644
--- a/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Take(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Take(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(PostgreSQL.13).sql
index 4875fcdadc6d..5d858d64f665 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -10,7 +10,7 @@ FROM
WHERE
x."ParentID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -18,7 +18,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 3
DECLARE @p_1 Integer -- Int32
@@ -32,7 +32,7 @@ FROM
WHERE
x."ParentID" = :p OR x."ParentID" = :p_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -40,7 +40,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
@@ -54,7 +54,7 @@ FROM
WHERE
x."ParentID" = :p OR x."ParentID" = :p_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.CharAsSqlParameter4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.CharAsSqlParameter4(PostgreSQL.13).sql
index 7156386bd55e..183862527655 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.CharAsSqlParameter4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.CharAsSqlParameter4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s1 Text(5) -- String
SET @s1 = '--'
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.ExposeSqlStringParameter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.ExposeSqlStringParameter(PostgreSQL.13).sql
index 16eba362e842..dd98a193bffe 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.ExposeSqlStringParameter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.ExposeSqlStringParameter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(3) -- String
SET @p = 'abc'
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.InlineParameter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.InlineParameter(PostgreSQL.13).sql
index 095bb02f9f67..6dbd10927257 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.InlineParameter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.InlineParameter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -9,7 +9,7 @@ WHERE
p."ParentID" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue1189Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue1189Test(PostgreSQL.13).sql
index bb2d9ed2f185..e59c06069192 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue1189Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue1189Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
k_1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue404Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue404Test(PostgreSQL.13).sql
index 4e3cb0805bc8..8be2a428b96b 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue404Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue404Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -9,14 +9,14 @@ FROM
"Table404One" m_1
INNER JOIN "Table404Two" d ON m_1."Id" = d."FirstTableId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Table404One" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cond Integer -- Int32
SET @cond = 0
@@ -31,14 +31,14 @@ FROM
WHERE
d."Usage" = :cond
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Table404One" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cond Integer -- Int32
SET @cond = 1
@@ -53,14 +53,14 @@ FROM
WHERE
d."Usage" = :cond
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Table404One" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -71,14 +71,14 @@ FROM
"Table404One" m_1
INNER JOIN "Table404Two" d ON m_1."Id" = d."FirstTableId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Table404One" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cond Integer -- Int32
SET @cond = 0
@@ -93,14 +93,14 @@ FROM
WHERE
d."Usage" = :cond
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Table404One" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cond Integer -- Int32
SET @cond = 1
@@ -115,7 +115,7 @@ FROM
WHERE
d."Usage" = :cond
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4052(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4052(PostgreSQL.13).sql
index ab02605e3abd..e2a4a16fb228 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4052(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4052(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.13,False).sql
index 5505e4c8f91c..4af8b1a3fe45 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @offset Integer -- Int32
SET @offset = -1
@@ -7,7 +7,7 @@ UPDATE
SET
"Field" = ("Issue4963Table"."Field"::Int + :offset)::SmallInt
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.13,True).sql
index 65485fb6f363..a3ff8cbb943a 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.13,True).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Issue4963Table"
SET
"Field" = ("Issue4963Table"."Field"::Int + -1)::SmallInt
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,False,False).sql
index e91b2f837c29..1692b8fbbef4 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestBool"
(
@@ -11,7 +11,7 @@ VALUES
True
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,14 +20,14 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
SET
"Value" = NOT "TestBool"."Value"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -36,7 +36,7 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
@@ -44,7 +44,7 @@ SET
"Id" = 1,
"Value" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,False,True).sql
index 9151e8917ea2..e45ad2dcefa3 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestBool"
(
@@ -11,7 +11,7 @@ VALUES
False
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,14 +20,14 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
SET
"Value" = NOT "TestBool"."Value"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -36,7 +36,7 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
@@ -44,7 +44,7 @@ SET
"Id" = 1,
"Value" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,False,null).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,False,null).sql
index 7efd80954ced..b217e9402152 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,False,null).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,False,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestBool"
(
@@ -11,7 +11,7 @@ VALUES
NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,14 +20,14 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
SET
"Value" = NOT "TestBool"."Value"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -36,7 +36,7 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
@@ -44,7 +44,7 @@ SET
"Id" = 1,
"Value" = NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,True,False).sql
index e91b2f837c29..1692b8fbbef4 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestBool"
(
@@ -11,7 +11,7 @@ VALUES
True
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,14 +20,14 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
SET
"Value" = NOT "TestBool"."Value"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -36,7 +36,7 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
@@ -44,7 +44,7 @@ SET
"Id" = 1,
"Value" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,True,True).sql
index 9151e8917ea2..e45ad2dcefa3 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestBool"
(
@@ -11,7 +11,7 @@ VALUES
False
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,14 +20,14 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
SET
"Value" = NOT "TestBool"."Value"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -36,7 +36,7 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
@@ -44,7 +44,7 @@ SET
"Id" = 1,
"Value" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,True,null).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,True,null).sql
index 7efd80954ced..b217e9402152 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,True,null).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.13,True,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestBool"
(
@@ -11,7 +11,7 @@ VALUES
NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,14 +20,14 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
SET
"Value" = NOT "TestBool"."Value"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -36,7 +36,7 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
@@ -44,7 +44,7 @@ SET
"Id" = 1,
"Value" = NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.LambdaParameterTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.LambdaParameterTest(PostgreSQL.13).sql
index 68709fb94190..2ae28463cd6b 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.LambdaParameterTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.LambdaParameterTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -10,7 +10,7 @@ FROM
WHERE
r."ParentID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.SqlStringParameter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.SqlStringParameter(PostgreSQL.13).sql
index e29123e8dffe..4091c9407185 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.SqlStringParameter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.SqlStringParameter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(4) -- String
SET @p = 'John'
@@ -14,7 +14,7 @@ WHERE
t."FirstName" = :p
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(6) -- String
SET @p = 'Tester'
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test1(PostgreSQL.13).sql
index a5a59dddb94d..3710284f22ea 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test2(PostgreSQL.13).sql
index 045048312cff..1d7dadcd38db 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
DECLARE @id2 Integer -- Int32
@@ -15,7 +15,7 @@ ORDER BY
p."ParentID"
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 2
DECLARE @id2 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluation(PostgreSQL.13).sql
index 3777e1567303..9bca17f8a4a1 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 1
DECLARE @p Integer -- Int32
@@ -39,7 +39,7 @@ WHERE
:p_1 <> p_2."PersonID"
))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 3
DECLARE @paramCopy Integer -- Int32
@@ -80,7 +80,7 @@ WHERE
:p_1 <> p_2."PersonID"
))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 4
DECLARE @p_1 Integer -- Int32
@@ -121,7 +121,7 @@ WHERE
p_2."PersonID" = :paramCopy
))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 1
DECLARE @p Integer -- Int32
@@ -162,7 +162,7 @@ WHERE
:p_1 <> p_2."PersonID"
))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 4
DECLARE @p_1 Integer -- Int32
@@ -203,7 +203,7 @@ WHERE
p_2."PersonID" = :paramCopy
))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 3
DECLARE @paramCopy Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluationCaching(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluationCaching(PostgreSQL.13).sql
index 235933377f94..062acf1a9e1b 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluationCaching(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluationCaching(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 1
@@ -20,7 +20,7 @@ WHERE
p."PersonID" = :paramCopy
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 2
@@ -42,7 +42,7 @@ WHERE
p."PersonID" = :paramCopy
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 3
@@ -64,7 +64,7 @@ WHERE
p."PersonID" = :paramCopy
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 4
@@ -86,7 +86,7 @@ WHERE
p."PersonID" = :paramCopy
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 1
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestInternationalParamName(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestInternationalParamName(PostgreSQL.13).sql
index a3b7cba0337e..b15722302665 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestInternationalParamName(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestInternationalParamName(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -10,7 +10,7 @@ FROM
WHERE
p."ParentID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -22,7 +22,7 @@ FROM
WHERE
p."ParentID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestOptimizingParameters(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestOptimizingParameters(PostgreSQL.13).sql
index 65c31024dc6c..b91ebb471f45 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestOptimizingParameters(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestOptimizingParameters(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParameterInEquals(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParameterInEquals(PostgreSQL.13).sql
index 16631a254906..48bc5de67c82 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParameterInEquals(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParameterInEquals(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.13,1).sql
index 8fd1b7067773..8dfc76b95451 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 1
DECLARE @personId_1 Integer -- Int32
@@ -20,7 +20,7 @@ FROM
WHERE
p."PersonID" = :personId AND p."PersonID" = :personId_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 1
DECLARE @personId_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.13,2).sql
index 8fd1b7067773..8dfc76b95451 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 1
DECLARE @personId_1 Integer -- Int32
@@ -20,7 +20,7 @@ FROM
WHERE
p."PersonID" = :personId AND p."PersonID" = :personId_1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 1
DECLARE @personId_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestPositionedParameters(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestPositionedParameters(PostgreSQL.13).sql
index ae3e041b1256..328b9574dcf2 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestPositionedParameters(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestPositionedParameters(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @z2 Integer -- Int32
SET @z2 = 2
DECLARE @y10 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryCacheWithNullParameters(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryCacheWithNullParameters(PostgreSQL.13).sql
index 2347b31e6e9d..3aadb543e3d1 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryCacheWithNullParameters(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryCacheWithNullParameters(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCall(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCall(PostgreSQL.13).sql
index ea727463260a..510c4100a47a 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCall(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCall(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParameters(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParameters(PostgreSQL.13).sql
index c2a195c6d708..326ac0bf1eb0 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParameters(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParameters(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround(PostgreSQL.13).sql
index c2a195c6d708..326ac0bf1eb0 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround2(PostgreSQL.13).sql
index c2a195c6d708..326ac0bf1eb0 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestSimpleParameterEvaluation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestSimpleParameterEvaluation(PostgreSQL.13).sql
index 357f2165ac52..10b92df24c02 100644
--- a/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestSimpleParameterEvaluation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestSimpleParameterEvaluation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
t1."PersonID" IN (2, 3, 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.13,False).sql
index 4a9657d668ed..5ddf4861d21f 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Value1" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -30,7 +30,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -41,7 +41,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -64,7 +64,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -75,7 +75,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -97,7 +97,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -108,7 +108,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -130,7 +130,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -141,7 +141,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -163,7 +163,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -174,7 +174,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -196,7 +196,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -207,7 +207,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -233,7 +233,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -244,7 +244,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -270,7 +270,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -281,7 +281,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -304,7 +304,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -315,7 +315,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -338,7 +338,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -349,7 +349,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -375,7 +375,7 @@ WHERE
ELSE True
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -386,7 +386,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -412,7 +412,7 @@ WHERE
ELSE True
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -423,7 +423,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -445,7 +445,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -456,7 +456,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -478,7 +478,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -489,7 +489,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -515,7 +515,7 @@ WHERE
ELSE True
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -526,7 +526,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -552,7 +552,7 @@ WHERE
ELSE True
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -563,7 +563,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -585,7 +585,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -596,7 +596,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -618,7 +618,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -629,7 +629,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -651,7 +651,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -662,7 +662,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -684,7 +684,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -695,7 +695,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -717,7 +717,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -728,7 +728,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -750,7 +750,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -761,7 +761,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -783,7 +783,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -794,7 +794,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -816,7 +816,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -827,7 +827,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -853,7 +853,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -864,7 +864,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -890,7 +890,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -901,7 +901,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -927,7 +927,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -938,7 +938,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -964,7 +964,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -975,7 +975,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1001,7 +1001,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1012,7 +1012,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1038,7 +1038,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1049,7 +1049,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1075,7 +1075,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1086,7 +1086,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1112,7 +1112,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.13,True).sql
index 4a9657d668ed..5ddf4861d21f 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Value1" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -30,7 +30,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -41,7 +41,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -64,7 +64,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -75,7 +75,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -97,7 +97,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -108,7 +108,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -130,7 +130,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -141,7 +141,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -163,7 +163,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -174,7 +174,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -196,7 +196,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -207,7 +207,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -233,7 +233,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -244,7 +244,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -270,7 +270,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -281,7 +281,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -304,7 +304,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -315,7 +315,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -338,7 +338,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -349,7 +349,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -375,7 +375,7 @@ WHERE
ELSE True
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -386,7 +386,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -412,7 +412,7 @@ WHERE
ELSE True
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -423,7 +423,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -445,7 +445,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -456,7 +456,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -478,7 +478,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -489,7 +489,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -515,7 +515,7 @@ WHERE
ELSE True
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -526,7 +526,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -552,7 +552,7 @@ WHERE
ELSE True
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -563,7 +563,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -585,7 +585,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -596,7 +596,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -618,7 +618,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -629,7 +629,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -651,7 +651,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -662,7 +662,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -684,7 +684,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -695,7 +695,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -717,7 +717,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -728,7 +728,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -750,7 +750,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -761,7 +761,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -783,7 +783,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -794,7 +794,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -816,7 +816,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -827,7 +827,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -853,7 +853,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -864,7 +864,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -890,7 +890,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -901,7 +901,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -927,7 +927,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -938,7 +938,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -964,7 +964,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -975,7 +975,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1001,7 +1001,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1012,7 +1012,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1038,7 +1038,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1049,7 +1049,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1075,7 +1075,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1086,7 +1086,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1112,7 +1112,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.13,False).sql
index 60dccecc08e6..744db5976092 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value5" = 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -36,7 +36,7 @@ WHERE
(r."Value5" <> 0 OR r."Value5" IS NULL) AND r."Value1" > r."Value4" OR
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -47,7 +47,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -61,7 +61,7 @@ WHERE
r."Value5" > 0 AND r."Value1" > r."Value4" OR r."Value1" <= r."Value4" OR
r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -72,7 +72,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -86,7 +86,7 @@ WHERE
r."Value5" >= 0 AND r."Value1" > r."Value4" OR r."Value1" <= r."Value4" OR
r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -97,7 +97,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -110,7 +110,7 @@ FROM
WHERE
r."Value5" < 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -121,7 +121,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -134,7 +134,7 @@ FROM
WHERE
r."Value5" <= 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -145,7 +145,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -158,7 +158,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL OR r."Value5" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -169,7 +169,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -182,7 +182,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND (r."Value5" <> 1 OR r."Value5" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -193,7 +193,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -206,7 +206,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value5" > 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -217,7 +217,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -230,7 +230,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL OR r."Value5" >= 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -241,7 +241,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -254,7 +254,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value5" < 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -265,7 +265,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -278,7 +278,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL OR r."Value5" <= 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -289,7 +289,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -302,7 +302,7 @@ FROM
WHERE
r."Value5" = 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -313,7 +313,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -327,7 +327,7 @@ WHERE
(r."Value5" <> 0 OR r."Value5" IS NULL) AND r."Value1" > r."Value4" OR
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -338,7 +338,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -351,7 +351,7 @@ FROM
WHERE
r."Value5" > 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -362,7 +362,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -375,7 +375,7 @@ FROM
WHERE
r."Value5" >= 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -386,7 +386,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -399,7 +399,7 @@ FROM
WHERE
r."Value5" < 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -410,7 +410,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -423,7 +423,7 @@ FROM
WHERE
r."Value5" <= 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -434,7 +434,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -447,7 +447,7 @@ FROM
WHERE
r."Value5" IS NULL OR r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -458,7 +458,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -471,7 +471,7 @@ FROM
WHERE
NOT (r."Value5" IS NULL OR r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -482,7 +482,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -495,7 +495,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -506,7 +506,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -519,7 +519,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -530,7 +530,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -543,7 +543,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -554,7 +554,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -567,7 +567,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -578,7 +578,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -594,7 +594,7 @@ WHERE
ELSE 0
END IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -605,7 +605,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -621,7 +621,7 @@ WHERE
ELSE 0
END IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -632,7 +632,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -645,7 +645,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -656,7 +656,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -669,7 +669,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -680,7 +680,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -693,7 +693,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -704,7 +704,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -717,7 +717,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -728,7 +728,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -741,7 +741,7 @@ FROM
WHERE
r."Value5" = 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -752,7 +752,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -765,7 +765,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR (r."Value5" <> 0 OR r."Value5" IS NULL) AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -776,7 +776,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -789,7 +789,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" > 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -800,7 +800,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -813,7 +813,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" >= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -824,7 +824,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -837,7 +837,7 @@ FROM
WHERE
r."Value5" < 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -848,7 +848,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -861,7 +861,7 @@ FROM
WHERE
r."Value5" <= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -872,7 +872,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -885,7 +885,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -896,7 +896,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -910,7 +910,7 @@ WHERE
(r."Value1" <= r."Value4" OR r."Value4" IS NULL) AND
(r."Value5" <> 1 OR r."Value5" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -921,7 +921,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -935,7 +935,7 @@ WHERE
(r."Value1" <= r."Value4" OR r."Value4" IS NULL) AND
r."Value5" > 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -946,7 +946,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -959,7 +959,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" >= 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -970,7 +970,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -984,7 +984,7 @@ WHERE
(r."Value1" <= r."Value4" OR r."Value4" IS NULL) AND
r."Value5" < 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -995,7 +995,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1008,7 +1008,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" <= 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1019,7 +1019,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1032,7 +1032,7 @@ FROM
WHERE
r."Value5" = 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1043,7 +1043,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1056,7 +1056,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR (r."Value5" <> 0 OR r."Value5" IS NULL) AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1067,7 +1067,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1080,7 +1080,7 @@ FROM
WHERE
r."Value5" > 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1091,7 +1091,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1104,7 +1104,7 @@ FROM
WHERE
r."Value5" >= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1115,7 +1115,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1128,7 +1128,7 @@ FROM
WHERE
r."Value5" < 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1139,7 +1139,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1152,7 +1152,7 @@ FROM
WHERE
r."Value5" <= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1163,7 +1163,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1176,7 +1176,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1187,7 +1187,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1200,7 +1200,7 @@ FROM
WHERE
NOT (r."Value1" > r."Value4" AND r."Value4" IS NOT NULL OR r."Value5" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1211,7 +1211,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1224,7 +1224,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1235,7 +1235,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1248,7 +1248,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1259,7 +1259,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1272,7 +1272,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1283,7 +1283,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1296,7 +1296,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1307,7 +1307,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1323,7 +1323,7 @@ WHERE
ELSE r."Value5"
END IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1334,7 +1334,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1350,7 +1350,7 @@ WHERE
ELSE r."Value5"
END IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1361,7 +1361,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1374,7 +1374,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1385,7 +1385,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1398,7 +1398,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1409,7 +1409,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1422,7 +1422,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1433,7 +1433,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1446,7 +1446,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.13,True).sql
index 60dccecc08e6..744db5976092 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value5" = 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -36,7 +36,7 @@ WHERE
(r."Value5" <> 0 OR r."Value5" IS NULL) AND r."Value1" > r."Value4" OR
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -47,7 +47,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -61,7 +61,7 @@ WHERE
r."Value5" > 0 AND r."Value1" > r."Value4" OR r."Value1" <= r."Value4" OR
r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -72,7 +72,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -86,7 +86,7 @@ WHERE
r."Value5" >= 0 AND r."Value1" > r."Value4" OR r."Value1" <= r."Value4" OR
r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -97,7 +97,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -110,7 +110,7 @@ FROM
WHERE
r."Value5" < 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -121,7 +121,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -134,7 +134,7 @@ FROM
WHERE
r."Value5" <= 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -145,7 +145,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -158,7 +158,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL OR r."Value5" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -169,7 +169,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -182,7 +182,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND (r."Value5" <> 1 OR r."Value5" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -193,7 +193,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -206,7 +206,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value5" > 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -217,7 +217,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -230,7 +230,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL OR r."Value5" >= 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -241,7 +241,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -254,7 +254,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value5" < 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -265,7 +265,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -278,7 +278,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL OR r."Value5" <= 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -289,7 +289,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -302,7 +302,7 @@ FROM
WHERE
r."Value5" = 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -313,7 +313,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -327,7 +327,7 @@ WHERE
(r."Value5" <> 0 OR r."Value5" IS NULL) AND r."Value1" > r."Value4" OR
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -338,7 +338,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -351,7 +351,7 @@ FROM
WHERE
r."Value5" > 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -362,7 +362,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -375,7 +375,7 @@ FROM
WHERE
r."Value5" >= 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -386,7 +386,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -399,7 +399,7 @@ FROM
WHERE
r."Value5" < 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -410,7 +410,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -423,7 +423,7 @@ FROM
WHERE
r."Value5" <= 0 AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -434,7 +434,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -447,7 +447,7 @@ FROM
WHERE
r."Value5" IS NULL OR r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -458,7 +458,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -471,7 +471,7 @@ FROM
WHERE
NOT (r."Value5" IS NULL OR r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -482,7 +482,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -495,7 +495,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -506,7 +506,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -519,7 +519,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -530,7 +530,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -543,7 +543,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -554,7 +554,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -567,7 +567,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -578,7 +578,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -594,7 +594,7 @@ WHERE
ELSE 0
END IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -605,7 +605,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -621,7 +621,7 @@ WHERE
ELSE 0
END IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -632,7 +632,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -645,7 +645,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -656,7 +656,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -669,7 +669,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -680,7 +680,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -693,7 +693,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -704,7 +704,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -717,7 +717,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -728,7 +728,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -741,7 +741,7 @@ FROM
WHERE
r."Value5" = 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -752,7 +752,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -765,7 +765,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR (r."Value5" <> 0 OR r."Value5" IS NULL) AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -776,7 +776,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -789,7 +789,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" > 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -800,7 +800,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -813,7 +813,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" >= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -824,7 +824,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -837,7 +837,7 @@ FROM
WHERE
r."Value5" < 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -848,7 +848,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -861,7 +861,7 @@ FROM
WHERE
r."Value5" <= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -872,7 +872,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -885,7 +885,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -896,7 +896,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -910,7 +910,7 @@ WHERE
(r."Value1" <= r."Value4" OR r."Value4" IS NULL) AND
(r."Value5" <> 1 OR r."Value5" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -921,7 +921,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -935,7 +935,7 @@ WHERE
(r."Value1" <= r."Value4" OR r."Value4" IS NULL) AND
r."Value5" > 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -946,7 +946,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -959,7 +959,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" >= 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -970,7 +970,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -984,7 +984,7 @@ WHERE
(r."Value1" <= r."Value4" OR r."Value4" IS NULL) AND
r."Value5" < 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -995,7 +995,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1008,7 +1008,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" <= 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1019,7 +1019,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1032,7 +1032,7 @@ FROM
WHERE
r."Value5" = 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1043,7 +1043,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1056,7 +1056,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR (r."Value5" <> 0 OR r."Value5" IS NULL) AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1067,7 +1067,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1080,7 +1080,7 @@ FROM
WHERE
r."Value5" > 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1091,7 +1091,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1104,7 +1104,7 @@ FROM
WHERE
r."Value5" >= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1115,7 +1115,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1128,7 +1128,7 @@ FROM
WHERE
r."Value5" < 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1139,7 +1139,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1152,7 +1152,7 @@ FROM
WHERE
r."Value5" <= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1163,7 +1163,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1176,7 +1176,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1187,7 +1187,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1200,7 +1200,7 @@ FROM
WHERE
NOT (r."Value1" > r."Value4" AND r."Value4" IS NOT NULL OR r."Value5" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1211,7 +1211,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1224,7 +1224,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1235,7 +1235,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1248,7 +1248,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1259,7 +1259,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1272,7 +1272,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1283,7 +1283,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1296,7 +1296,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1307,7 +1307,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1323,7 +1323,7 @@ WHERE
ELSE r."Value5"
END IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1334,7 +1334,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1350,7 +1350,7 @@ WHERE
ELSE r."Value5"
END IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1361,7 +1361,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1374,7 +1374,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1385,7 +1385,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1398,7 +1398,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1409,7 +1409,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1422,7 +1422,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1433,7 +1433,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1446,7 +1446,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_False(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_False(PostgreSQL.13).sql
index 6987760ad43f..c5e66fcd6e16 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_False(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_False(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_Null(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_Null(PostgreSQL.13).sql
index 3f3de6b7af7d..c56775891a05 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_Null(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_Null(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_True(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_True(PostgreSQL.13).sql
index 3e27a9c6e5c4..4e3cd0c8ce71 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_True(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_True(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedFalse(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedFalse(PostgreSQL.13).sql
index bc220d604d62..76b6d8716f43 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedFalse(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedFalse(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") = (1=0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") = (1=0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") = (1=0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") = (1=0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") = (1=0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") = (1=0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") <> (1=0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") <> (1=0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") <> (1=0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") <> (1=0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") <> (1=0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedTrue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedTrue(PostgreSQL.13).sql
index cea14cc24816..320d76e52225 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedTrue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedTrue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") = (1=1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") = (1=1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") = (1=1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") = (1=1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") = (1=1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") = (1=1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") <> (1=1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") <> (1=1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") <> (1=1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") <> (1=1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") <> (1=1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedUnknown(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedUnknown(PostgreSQL.13).sql
index 708a386e7e4b..ea05ff537dd6 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedUnknown(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedUnknown(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") = (1=null)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") = (1=null)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") = (1=null)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") = (1=null)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") = (1=null)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") = (1=null)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") <> (1=null)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") <> (1=null)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") <> (1=null)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") <> (1=null)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") <> (1=null)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Decode(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Decode(PostgreSQL.13).sql
index 310b68beac7b..ffc5a4bd876f 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Decode(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Decode(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_DistinctFrom(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_DistinctFrom(PostgreSQL.13).sql
index 125c27dd0c37..5cc519bc63db 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_DistinctFrom(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_DistinctFrom(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."One" IS DISTINCT FROM r."One"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
r."Zero" IS DISTINCT FROM r."Zero"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
r."Null" IS DISTINCT FROM r."Null"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
r."One" IS DISTINCT FROM r."Zero"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
r."One" IS DISTINCT FROM r."Null"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
r."Zero" IS DISTINCT FROM r."Null"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
r."One" IS NOT DISTINCT FROM r."One"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
r."Zero" IS NOT DISTINCT FROM r."Zero"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
r."Null" IS NOT DISTINCT FROM r."Null"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
r."One" IS NOT DISTINCT FROM r."Zero"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
r."One" IS NOT DISTINCT FROM r."Null"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_False(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_False(PostgreSQL.13).sql
index 6dfb7b847de1..844ee5e81d27 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_False(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_False(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") = FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") = FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") = FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") = FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") = FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") = FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") <> FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") <> FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") <> FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") <> FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") <> FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Intersect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Intersect(PostgreSQL.13).sql
index 6af191dd2d4c..4e13bb0207af 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Intersect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Intersect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -13,7 +13,7 @@ WHERE
r."One"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -28,7 +28,7 @@ WHERE
r."Zero"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ WHERE
r."Null"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -58,7 +58,7 @@ WHERE
r."Zero"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -73,7 +73,7 @@ WHERE
r."Null"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ WHERE
r."Null"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -103,7 +103,7 @@ WHERE
r."One"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -118,7 +118,7 @@ WHERE
r."Zero"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -133,7 +133,7 @@ WHERE
r."Null"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -148,7 +148,7 @@ WHERE
r."Zero"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -163,7 +163,7 @@ WHERE
r."Null"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Is(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Is(PostgreSQL.13).sql
index b93aaedef4d9..c7aee9f1c73f 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Is(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Is(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsFalse(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsFalse(PostgreSQL.13).sql
index 527d9e7355c2..fd66825a7564 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsFalse(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsFalse(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") IS FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") IS FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") IS FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") IS FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") IS FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") IS NOT FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS NOT FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") IS NOT FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") IS NOT FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") IS NOT FALSE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsNull(PostgreSQL.13).sql
index 2efae7dae94c..75aaf63c2b2b 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsTrue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsTrue(PostgreSQL.13).sql
index f3c4519aad85..a0dc61b9f0ac 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsTrue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsTrue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") IS TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") IS TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") IS TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") IS TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") IS TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") IS NOT TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS NOT TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") IS NOT TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") IS NOT TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") IS NOT TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsUnknown(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsUnknown(PostgreSQL.13).sql
index 0c150354578e..40b6cf6b74b9 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsUnknown(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsUnknown(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") IS UNKNOWN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS UNKNOWN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") IS UNKNOWN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") IS UNKNOWN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") IS UNKNOWN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") IS UNKNOWN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") IS NOT UNKNOWN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS NOT UNKNOWN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") IS NOT UNKNOWN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") IS NOT UNKNOWN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") IS NOT UNKNOWN
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_NullSaveEqual(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_NullSaveEqual(PostgreSQL.13).sql
index b506f097302d..5549c924113f 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_NullSaveEqual(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_NullSaveEqual(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_PredicateComparison(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_PredicateComparison(PostgreSQL.13).sql
index e82d1c40a3e6..d1db224e7e6b 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_PredicateComparison(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_PredicateComparison(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" IS NULL) = (r."One" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."One" IS NULL) = (r."Zero" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."One" IS NULL) = (r."Null" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."Zero" IS NULL) = (r."Null" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."Zero" IS NULL) = (r."Zero" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Null" IS NULL) = (r."Null" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" IS NULL) <> (r."One" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."One" IS NULL) <> (r."Zero" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."One" IS NULL) <> (r."Null" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."Zero" IS NULL) <> (r."Null" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."Zero" IS NULL) <> (r."Zero" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_True(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_True(PostgreSQL.13).sql
index 3b664ccdced6..5f571be95d03 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_True(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_True(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") = TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") = TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") = TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") = TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") = TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") = TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") <> TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") <> TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") <> TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") <> TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") <> TRUE
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Unknown(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Unknown(PostgreSQL.13).sql
index 28cb4bc18f42..06836e419a1a 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Unknown(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Unknown(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.13,False).sql
index e90141074eb2..88c30ce041cf 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value2" IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
(r."Value2" IN (0, 1) OR r."Value2" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
r."Value5" IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
(r."Value5" IN (0, 1) OR r."Value5" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
r."Value2" NOT IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
(r."Value2" NOT IN (0, 1) AND r."Value2" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
(r."Value5" NOT IN (0, 1) OR r."Value5" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
(r."Value5" NOT IN (0, 1) AND r."Value5" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.13,True).sql
index e90141074eb2..88c30ce041cf 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value2" IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
(r."Value2" IN (0, 1) OR r."Value2" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
r."Value5" IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
(r."Value5" IN (0, 1) OR r."Value5" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
r."Value2" NOT IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
(r."Value2" NOT IN (0, 1) AND r."Value2" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
(r."Value5" NOT IN (0, 1) OR r."Value5" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
(r."Value5" NOT IN (0, 1) AND r."Value5" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInSubquery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInSubquery(PostgreSQL.13).sql
index 42e8a08bbe62..b70446182308 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInSubquery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInSubquery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -16,7 +16,7 @@ WHERE
"BooleanTable" r_1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -27,7 +27,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -45,7 +45,7 @@ WHERE
"BooleanTable" r_1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -56,7 +56,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -74,7 +74,7 @@ WHERE
"BooleanTable" r_1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -85,7 +85,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -105,7 +105,7 @@ WHERE
r."Value5" = r_1."Value4" OR r."Value5" IS NULL AND r_1."Value4" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -116,7 +116,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -134,7 +134,7 @@ WHERE
"BooleanTable" r_1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -145,7 +145,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -163,7 +163,7 @@ WHERE
"BooleanTable" r_1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -174,7 +174,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -192,7 +192,7 @@ WHERE
"BooleanTable" r_1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -203,7 +203,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -223,7 +223,7 @@ WHERE
r."Value5" = r_1."Value4" OR r."Value5" IS NULL AND r_1."Value4" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.13,False).sql
index 2a9cb714ebbc..1dd072ff1346 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -81,7 +81,7 @@ FROM
WHERE
r."Id" <> -1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.13,True).sql
index 2a9cb714ebbc..1dd072ff1346 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -81,7 +81,7 @@ FROM
WHERE
r."Id" <> -1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.13,False).sql
index d1ec0f47a445..7da41a70b90b 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -13,7 +13,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -24,7 +24,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -39,7 +39,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -50,7 +50,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -65,7 +65,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -76,7 +76,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -91,7 +91,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -102,7 +102,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -117,7 +117,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -128,7 +128,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -143,7 +143,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -154,7 +154,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -173,7 +173,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -184,7 +184,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -203,7 +203,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -232,7 +232,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -243,7 +243,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -261,7 +261,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -272,7 +272,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -290,7 +290,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -301,7 +301,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -319,7 +319,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -330,7 +330,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -348,7 +348,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -359,7 +359,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -374,7 +374,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -385,7 +385,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -403,7 +403,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -414,7 +414,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -432,7 +432,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -443,7 +443,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -461,7 +461,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -472,7 +472,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -490,7 +490,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -501,7 +501,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -519,7 +519,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -530,7 +530,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -545,7 +545,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -556,7 +556,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -574,7 +574,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -585,7 +585,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -603,7 +603,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -614,7 +614,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -632,7 +632,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -643,7 +643,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -661,7 +661,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.13,True).sql
index d1ec0f47a445..7da41a70b90b 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -13,7 +13,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -24,7 +24,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -39,7 +39,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -50,7 +50,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -65,7 +65,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -76,7 +76,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -91,7 +91,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -102,7 +102,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -117,7 +117,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -128,7 +128,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -143,7 +143,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -154,7 +154,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -173,7 +173,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -184,7 +184,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -203,7 +203,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -232,7 +232,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -243,7 +243,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -261,7 +261,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -272,7 +272,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -290,7 +290,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -301,7 +301,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -319,7 +319,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -330,7 +330,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -348,7 +348,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -359,7 +359,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -374,7 +374,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -385,7 +385,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -403,7 +403,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -414,7 +414,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -432,7 +432,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -443,7 +443,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -461,7 +461,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -472,7 +472,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -490,7 +490,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -501,7 +501,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -519,7 +519,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -530,7 +530,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -545,7 +545,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -556,7 +556,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -574,7 +574,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -585,7 +585,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -603,7 +603,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -614,7 +614,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -632,7 +632,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -643,7 +643,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -661,7 +661,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.13,False).sql
index c5559d7c4d79..bd66b99c66dd 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value1" = r."Value2" OR r."Value1" = r."Value2" AND r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR r."Value1" = r."Value5" AND r."Value1" = r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR r."Value1" = r."Value5" AND r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
r."Value1" <> r."Value2" OR r."Value1" <> r."Value2" AND (r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value5" AND r."Value1" <> r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value5" AND (r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
r."Value1" > r."Value2" OR r."Value1" > r."Value2" AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" > r."Value5" AND r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -190,7 +190,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -203,7 +203,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" > r."Value5" AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -227,7 +227,7 @@ FROM
WHERE
r."Value1" = r."Value2" AND (r."Value1" = r."Value2" OR r."Value1" = r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,7 +238,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -251,7 +251,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" = r."Value5" OR r."Value1" = r."Value2")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -275,7 +275,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" = r."Value5" OR r."Value1" = r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -286,7 +286,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -299,7 +299,7 @@ FROM
WHERE
r."Value1" <> r."Value2" AND (r."Value1" <> r."Value2" OR r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -310,7 +310,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -324,7 +324,7 @@ WHERE
(r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND
(r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value2")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -335,7 +335,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -349,7 +349,7 @@ WHERE
(r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND
(r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -360,7 +360,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -373,7 +373,7 @@ FROM
WHERE
r."Value1" >= r."Value2" AND (r."Value1" >= r."Value2" OR r."Value1" >= r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -384,7 +384,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -397,7 +397,7 @@ FROM
WHERE
r."Value1" >= r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" >= r."Value2")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -408,7 +408,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -421,7 +421,7 @@ FROM
WHERE
r."Value1" >= r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" >= r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -432,7 +432,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -445,7 +445,7 @@ FROM
WHERE
r."Value1" = r."Value2" OR r."Value1" <> r."Value2" AND r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -456,7 +456,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -469,7 +469,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR (r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND r."Value1" = r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -480,7 +480,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -493,7 +493,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR (r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -504,7 +504,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -517,7 +517,7 @@ FROM
WHERE
r."Value1" > r."Value2" OR r."Value1" <= r."Value2" AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -528,7 +528,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -541,7 +541,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" <= r."Value5" AND r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -552,7 +552,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -565,7 +565,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" <= r."Value5" AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -576,7 +576,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -589,7 +589,7 @@ FROM
WHERE
r."Value1" = r."Value2" AND (r."Value1" <> r."Value2" OR r."Value1" = r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -600,7 +600,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -613,7 +613,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" = r."Value2")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -624,7 +624,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -637,7 +637,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" = r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -648,7 +648,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -661,7 +661,7 @@ FROM
WHERE
r."Value1" < r."Value2" AND (r."Value1" >= r."Value2" OR r."Value1" < r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -672,7 +672,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -685,7 +685,7 @@ FROM
WHERE
r."Value1" < r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" < r."Value2")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -696,7 +696,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -709,7 +709,7 @@ FROM
WHERE
r."Value1" < r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" < r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -720,7 +720,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -731,7 +731,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -742,7 +742,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -755,7 +755,7 @@ FROM
WHERE
r."Value1" > r."Value2" OR r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -766,7 +766,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -779,7 +779,7 @@ FROM
WHERE
r."Value1" >= r."Value2" OR r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -790,7 +790,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -801,7 +801,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -812,7 +812,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -825,7 +825,7 @@ FROM
WHERE
r."Value1" < r."Value4" OR r."Value1" >= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -836,7 +836,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -849,7 +849,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value1" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -860,7 +860,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -871,7 +871,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -882,7 +882,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -895,7 +895,7 @@ FROM
WHERE
r."Value5" > r."Value4" OR r."Value5" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -906,7 +906,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -919,7 +919,7 @@ FROM
WHERE
r."Value5" >= r."Value4" OR r."Value5" < r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -930,7 +930,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -943,7 +943,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -954,7 +954,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -967,7 +967,7 @@ FROM
WHERE
r."Value1" > r."Value2" AND r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -978,7 +978,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -991,7 +991,7 @@ FROM
WHERE
r."Value1" >= r."Value2" AND r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1002,7 +1002,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1015,7 +1015,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1026,7 +1026,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1039,7 +1039,7 @@ FROM
WHERE
r."Value1" < r."Value4" AND r."Value1" >= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1050,7 +1050,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1063,7 +1063,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value1" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1074,7 +1074,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1087,7 +1087,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1098,7 +1098,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1111,7 +1111,7 @@ FROM
WHERE
r."Value5" > r."Value4" AND r."Value5" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1122,7 +1122,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1135,7 +1135,7 @@ FROM
WHERE
r."Value5" >= r."Value4" AND r."Value5" < r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.13,True).sql
index c5559d7c4d79..bd66b99c66dd 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value1" = r."Value2" OR r."Value1" = r."Value2" AND r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR r."Value1" = r."Value5" AND r."Value1" = r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR r."Value1" = r."Value5" AND r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
r."Value1" <> r."Value2" OR r."Value1" <> r."Value2" AND (r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value5" AND r."Value1" <> r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value5" AND (r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
r."Value1" > r."Value2" OR r."Value1" > r."Value2" AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" > r."Value5" AND r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -190,7 +190,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -203,7 +203,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" > r."Value5" AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -227,7 +227,7 @@ FROM
WHERE
r."Value1" = r."Value2" AND (r."Value1" = r."Value2" OR r."Value1" = r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,7 +238,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -251,7 +251,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" = r."Value5" OR r."Value1" = r."Value2")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -275,7 +275,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" = r."Value5" OR r."Value1" = r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -286,7 +286,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -299,7 +299,7 @@ FROM
WHERE
r."Value1" <> r."Value2" AND (r."Value1" <> r."Value2" OR r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -310,7 +310,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -324,7 +324,7 @@ WHERE
(r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND
(r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value2")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -335,7 +335,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -349,7 +349,7 @@ WHERE
(r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND
(r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -360,7 +360,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -373,7 +373,7 @@ FROM
WHERE
r."Value1" >= r."Value2" AND (r."Value1" >= r."Value2" OR r."Value1" >= r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -384,7 +384,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -397,7 +397,7 @@ FROM
WHERE
r."Value1" >= r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" >= r."Value2")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -408,7 +408,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -421,7 +421,7 @@ FROM
WHERE
r."Value1" >= r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" >= r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -432,7 +432,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -445,7 +445,7 @@ FROM
WHERE
r."Value1" = r."Value2" OR r."Value1" <> r."Value2" AND r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -456,7 +456,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -469,7 +469,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR (r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND r."Value1" = r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -480,7 +480,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -493,7 +493,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR (r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -504,7 +504,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -517,7 +517,7 @@ FROM
WHERE
r."Value1" > r."Value2" OR r."Value1" <= r."Value2" AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -528,7 +528,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -541,7 +541,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" <= r."Value5" AND r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -552,7 +552,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -565,7 +565,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" <= r."Value5" AND r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -576,7 +576,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -589,7 +589,7 @@ FROM
WHERE
r."Value1" = r."Value2" AND (r."Value1" <> r."Value2" OR r."Value1" = r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -600,7 +600,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -613,7 +613,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" = r."Value2")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -624,7 +624,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -637,7 +637,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" = r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -648,7 +648,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -661,7 +661,7 @@ FROM
WHERE
r."Value1" < r."Value2" AND (r."Value1" >= r."Value2" OR r."Value1" < r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -672,7 +672,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -685,7 +685,7 @@ FROM
WHERE
r."Value1" < r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" < r."Value2")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -696,7 +696,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -709,7 +709,7 @@ FROM
WHERE
r."Value1" < r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" < r."Value4")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -720,7 +720,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -731,7 +731,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -742,7 +742,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -755,7 +755,7 @@ FROM
WHERE
r."Value1" > r."Value2" OR r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -766,7 +766,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -779,7 +779,7 @@ FROM
WHERE
r."Value1" >= r."Value2" OR r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -790,7 +790,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -801,7 +801,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -812,7 +812,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -825,7 +825,7 @@ FROM
WHERE
r."Value1" < r."Value4" OR r."Value1" >= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -836,7 +836,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -849,7 +849,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value1" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -860,7 +860,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -871,7 +871,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -882,7 +882,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -895,7 +895,7 @@ FROM
WHERE
r."Value5" > r."Value4" OR r."Value5" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -906,7 +906,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -919,7 +919,7 @@ FROM
WHERE
r."Value5" >= r."Value4" OR r."Value5" < r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -930,7 +930,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -943,7 +943,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -954,7 +954,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -967,7 +967,7 @@ FROM
WHERE
r."Value1" > r."Value2" AND r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -978,7 +978,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -991,7 +991,7 @@ FROM
WHERE
r."Value1" >= r."Value2" AND r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1002,7 +1002,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1015,7 +1015,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1026,7 +1026,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1039,7 +1039,7 @@ FROM
WHERE
r."Value1" < r."Value4" AND r."Value1" >= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1050,7 +1050,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1063,7 +1063,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value1" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1074,7 +1074,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1087,7 +1087,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1098,7 +1098,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1111,7 +1111,7 @@ FROM
WHERE
r."Value5" > r."Value4" AND r."Value5" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1122,7 +1122,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1135,7 +1135,7 @@ FROM
WHERE
r."Value5" >= r."Value4" AND r."Value5" < r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_ThreePlusNestingLevels(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_ThreePlusNestingLevels(PostgreSQL.13).sql
index 0ed346e63e28..745094b75e17 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_ThreePlusNestingLevels(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_ThreePlusNestingLevels(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
((r."Value1" <> r."Value2") = (r."Value1" = r."Value4" AND r."Value4" IS NOT NULL)) = (((r."Value4" = r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL)) = (r."Value2" <> r."Value4" OR r."Value4" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> (r."Value4" <> r."Value1" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> (r."Value4" = r."Value1" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> (r."Value4" = r."Value1" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> (r."Value4" <> r."Value1" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
((r."Value1" = r."Value2") = (r."Value2" <> r."Value4" OR r."Value4" IS NULL)) = (r."Value1" = r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
((r."Value1" <> r."Value2") <> (r."Value2" = r."Value5" AND r."Value5" IS NOT NULL)) <> ((r."Value4" <> r."Value1" OR r."Value4" IS NULL) = ((r."Value4" = r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL)))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_TriStrate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_TriStrate(PostgreSQL.13).sql
index c277fa14665c..8f6e918f15f6 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_TriStrate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_TriStrate(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
(r."Value1" = r."Value2") = (r."Value4" = r."Value5")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -36,7 +36,7 @@ WHERE
(r."Value1" = r."Value5") = (r."Value4" = r."Value2") OR
r."Value5" IS NULL AND r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -47,7 +47,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -61,7 +61,7 @@ WHERE
(r."Value1" = r."Value2") <> (r."Value4" = r."Value5") OR
r."Value4" IS NULL OR r."Value5" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -72,7 +72,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -86,7 +86,7 @@ WHERE
(r."Value1" = r."Value5") <> (r."Value4" = r."Value2") OR
r."Value5" IS NULL AND r."Value4" IS NOT NULL OR r."Value5" IS NOT NULL AND r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -97,7 +97,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -110,7 +110,7 @@ FROM
WHERE
(r."Value1" = r."Value2") = (r."Value2" = r."Value1")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -121,7 +121,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -134,7 +134,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> (r."Value2" = r."Value1")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -145,7 +145,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -159,7 +159,7 @@ WHERE
(r."Value4" = r."Value5") = (r."Value5" = r."Value4") OR
(r."Value4" IS NULL OR r."Value5" IS NULL) AND (r."Value5" IS NULL OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -170,7 +170,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -185,7 +185,7 @@ WHERE
(r."Value4" IS NULL OR r."Value5" IS NULL) AND NOT (r."Value5" IS NULL OR r."Value4" IS NULL) OR
NOT (r."Value4" IS NULL OR r."Value5" IS NULL) AND (r."Value5" IS NULL OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -196,7 +196,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -209,7 +209,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") = ((r."Value4" <> r."Value5"))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -220,7 +220,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -233,7 +233,7 @@ FROM
WHERE
(r."Value1" >= r."Value5" AND r."Value5" IS NOT NULL) = ((r."Value4" <> r."Value2"))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -244,7 +244,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -258,7 +258,7 @@ WHERE
(r."Value1" >= r."Value2") <> ((r."Value4" <> r."Value5")) OR
r."Value4" IS NULL OR r."Value5" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -269,7 +269,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -283,7 +283,7 @@ WHERE
(r."Value1" >= r."Value5" AND r."Value5" IS NOT NULL) <> ((r."Value4" <> r."Value2")) OR
r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -294,7 +294,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -307,7 +307,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") = ((r."Value2" <> r."Value1"))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -318,7 +318,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -331,7 +331,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") <> ((r."Value2" <> r."Value1"))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -342,7 +342,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -355,7 +355,7 @@ FROM
WHERE
(r."Value4" >= r."Value5" AND r."Value4" IS NOT NULL AND r."Value5" IS NOT NULL) = ((r."Value5" <> r."Value4"))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -366,7 +366,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -380,7 +380,7 @@ WHERE
(r."Value4" >= r."Value5") <> ((r."Value5" <> r."Value4")) OR
r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.13,False).sql
index 42e307e77868..cd27d2fb8f08 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
r."Value1" <> r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
r."Value1" <> r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
r."Value1" <> r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -190,7 +190,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -203,7 +203,7 @@ FROM
WHERE
NOT (r."Value1" = r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -227,7 +227,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,7 +238,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -251,7 +251,7 @@ FROM
WHERE
r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -277,7 +277,7 @@ WHERE
NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND
NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -288,7 +288,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -302,7 +302,7 @@ WHERE
r."Value5" <> r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NOT NULL OR
r."Value5" IS NOT NULL AND r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -313,7 +313,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -326,7 +326,7 @@ FROM
WHERE
NOT ((r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -337,7 +337,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -350,7 +350,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -361,7 +361,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -374,7 +374,7 @@ FROM
WHERE
r."Value1" <> r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -385,7 +385,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -398,7 +398,7 @@ FROM
WHERE
r."Value1" <> r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -409,7 +409,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -422,7 +422,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -433,7 +433,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -446,7 +446,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -457,7 +457,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -468,7 +468,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -479,7 +479,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -492,7 +492,7 @@ FROM
WHERE
r."Value1" <> r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -503,7 +503,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -516,7 +516,7 @@ FROM
WHERE
NOT (r."Value1" = r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -527,7 +527,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -540,7 +540,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -551,7 +551,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -564,7 +564,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -575,7 +575,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -586,7 +586,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -597,7 +597,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -611,7 +611,7 @@ WHERE
r."Value5" <> r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NOT NULL OR
r."Value5" IS NOT NULL AND r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -622,7 +622,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -635,7 +635,7 @@ FROM
WHERE
NOT ((r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -646,7 +646,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -659,7 +659,7 @@ FROM
WHERE
r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -670,7 +670,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -685,7 +685,7 @@ WHERE
NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND
NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -696,7 +696,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -707,7 +707,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -718,7 +718,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -731,7 +731,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -742,7 +742,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -755,7 +755,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -766,7 +766,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -779,7 +779,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -790,7 +790,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -803,7 +803,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -814,7 +814,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -827,7 +827,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -838,7 +838,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -851,7 +851,7 @@ FROM
WHERE
r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -862,7 +862,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -875,7 +875,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -886,7 +886,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -899,7 +899,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -910,7 +910,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -923,7 +923,7 @@ FROM
WHERE
NOT (r."Value1" > r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -934,7 +934,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -947,7 +947,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -958,7 +958,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -971,7 +971,7 @@ FROM
WHERE
r."Value5" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -982,7 +982,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -996,7 +996,7 @@ WHERE
r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1007,7 +1007,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1020,7 +1020,7 @@ FROM
WHERE
r."Value5" <= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1031,7 +1031,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1044,7 +1044,7 @@ FROM
WHERE
NOT (r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1055,7 +1055,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1068,7 +1068,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1079,7 +1079,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1092,7 +1092,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1103,7 +1103,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1116,7 +1116,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1127,7 +1127,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1140,7 +1140,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1151,7 +1151,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1164,7 +1164,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1175,7 +1175,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1186,7 +1186,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1197,7 +1197,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1210,7 +1210,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1221,7 +1221,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1234,7 +1234,7 @@ FROM
WHERE
NOT (r."Value1" > r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1245,7 +1245,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1258,7 +1258,7 @@ FROM
WHERE
r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1269,7 +1269,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1282,7 +1282,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1293,7 +1293,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1304,7 +1304,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1315,7 +1315,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1328,7 +1328,7 @@ FROM
WHERE
r."Value5" <= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1339,7 +1339,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1352,7 +1352,7 @@ FROM
WHERE
NOT (r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1363,7 +1363,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1376,7 +1376,7 @@ FROM
WHERE
r."Value5" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1387,7 +1387,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1401,7 +1401,7 @@ WHERE
r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1412,7 +1412,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1423,7 +1423,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1434,7 +1434,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1447,7 +1447,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1458,7 +1458,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1471,7 +1471,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1482,7 +1482,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1495,7 +1495,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1506,7 +1506,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1519,7 +1519,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1530,7 +1530,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1543,7 +1543,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1554,7 +1554,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1567,7 +1567,7 @@ FROM
WHERE
r."Value1" >= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1578,7 +1578,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1591,7 +1591,7 @@ FROM
WHERE
r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1602,7 +1602,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1615,7 +1615,7 @@ FROM
WHERE
r."Value1" < r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1626,7 +1626,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1639,7 +1639,7 @@ FROM
WHERE
NOT (r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1650,7 +1650,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1663,7 +1663,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1674,7 +1674,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1687,7 +1687,7 @@ FROM
WHERE
r."Value5" >= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1698,7 +1698,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1712,7 +1712,7 @@ WHERE
r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1723,7 +1723,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1736,7 +1736,7 @@ FROM
WHERE
r."Value5" < r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1747,7 +1747,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1760,7 +1760,7 @@ FROM
WHERE
NOT (r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1771,7 +1771,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1784,7 +1784,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1795,7 +1795,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1808,7 +1808,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1819,7 +1819,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1832,7 +1832,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1843,7 +1843,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1856,7 +1856,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1867,7 +1867,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1880,7 +1880,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1891,7 +1891,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1902,7 +1902,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1913,7 +1913,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1926,7 +1926,7 @@ FROM
WHERE
r."Value1" < r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1937,7 +1937,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1950,7 +1950,7 @@ FROM
WHERE
NOT (r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1961,7 +1961,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1974,7 +1974,7 @@ FROM
WHERE
r."Value1" >= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1985,7 +1985,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1998,7 +1998,7 @@ FROM
WHERE
r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2009,7 +2009,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2020,7 +2020,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2031,7 +2031,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2044,7 +2044,7 @@ FROM
WHERE
r."Value5" < r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2055,7 +2055,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2068,7 +2068,7 @@ FROM
WHERE
NOT (r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2079,7 +2079,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2092,7 +2092,7 @@ FROM
WHERE
r."Value5" >= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2103,7 +2103,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2117,7 +2117,7 @@ WHERE
r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2128,7 +2128,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2139,7 +2139,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2150,7 +2150,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2163,7 +2163,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2174,7 +2174,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2187,7 +2187,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2198,7 +2198,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2211,7 +2211,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2222,7 +2222,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2235,7 +2235,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2246,7 +2246,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2259,7 +2259,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2270,7 +2270,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2283,7 +2283,7 @@ FROM
WHERE
r."Value1" < r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2294,7 +2294,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2307,7 +2307,7 @@ FROM
WHERE
r."Value1" < r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2318,7 +2318,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2331,7 +2331,7 @@ FROM
WHERE
r."Value1" >= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2342,7 +2342,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2355,7 +2355,7 @@ FROM
WHERE
NOT (r."Value1" < r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2366,7 +2366,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2379,7 +2379,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2390,7 +2390,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2403,7 +2403,7 @@ FROM
WHERE
r."Value5" < r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2414,7 +2414,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2428,7 +2428,7 @@ WHERE
r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2439,7 +2439,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2452,7 +2452,7 @@ FROM
WHERE
r."Value5" >= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2463,7 +2463,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2476,7 +2476,7 @@ FROM
WHERE
NOT (r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2487,7 +2487,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2500,7 +2500,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2511,7 +2511,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2524,7 +2524,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2535,7 +2535,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2548,7 +2548,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2559,7 +2559,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2572,7 +2572,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2583,7 +2583,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2596,7 +2596,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2607,7 +2607,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2618,7 +2618,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2629,7 +2629,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2642,7 +2642,7 @@ FROM
WHERE
r."Value1" >= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2653,7 +2653,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2666,7 +2666,7 @@ FROM
WHERE
NOT (r."Value1" < r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2677,7 +2677,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2690,7 +2690,7 @@ FROM
WHERE
r."Value1" < r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2701,7 +2701,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2714,7 +2714,7 @@ FROM
WHERE
r."Value1" < r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2725,7 +2725,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2736,7 +2736,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2747,7 +2747,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2760,7 +2760,7 @@ FROM
WHERE
r."Value5" >= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2771,7 +2771,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2784,7 +2784,7 @@ FROM
WHERE
NOT (r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2795,7 +2795,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2808,7 +2808,7 @@ FROM
WHERE
r."Value5" < r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2819,7 +2819,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2833,7 +2833,7 @@ WHERE
r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2844,7 +2844,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2855,7 +2855,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2866,7 +2866,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2879,7 +2879,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2890,7 +2890,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2903,7 +2903,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2914,7 +2914,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2927,7 +2927,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2938,7 +2938,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2951,7 +2951,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2962,7 +2962,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2975,7 +2975,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2986,7 +2986,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2999,7 +2999,7 @@ FROM
WHERE
r."Value1" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3010,7 +3010,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3023,7 +3023,7 @@ FROM
WHERE
r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3034,7 +3034,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3047,7 +3047,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3058,7 +3058,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3071,7 +3071,7 @@ FROM
WHERE
NOT (r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3082,7 +3082,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3095,7 +3095,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3106,7 +3106,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3119,7 +3119,7 @@ FROM
WHERE
r."Value5" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3130,7 +3130,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3144,7 +3144,7 @@ WHERE
r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3155,7 +3155,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3168,7 +3168,7 @@ FROM
WHERE
r."Value5" > r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3179,7 +3179,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3192,7 +3192,7 @@ FROM
WHERE
NOT (r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3203,7 +3203,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3216,7 +3216,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3227,7 +3227,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3240,7 +3240,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3251,7 +3251,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3264,7 +3264,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3275,7 +3275,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3288,7 +3288,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3299,7 +3299,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3312,7 +3312,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3323,7 +3323,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3334,7 +3334,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3345,7 +3345,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3358,7 +3358,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3369,7 +3369,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3382,7 +3382,7 @@ FROM
WHERE
NOT (r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3393,7 +3393,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3406,7 +3406,7 @@ FROM
WHERE
r."Value1" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3417,7 +3417,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3430,7 +3430,7 @@ FROM
WHERE
r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3441,7 +3441,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3452,7 +3452,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3463,7 +3463,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3476,7 +3476,7 @@ FROM
WHERE
r."Value5" > r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3487,7 +3487,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3500,7 +3500,7 @@ FROM
WHERE
NOT (r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3511,7 +3511,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3524,7 +3524,7 @@ FROM
WHERE
r."Value5" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3535,7 +3535,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3549,7 +3549,7 @@ WHERE
r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3560,7 +3560,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3571,7 +3571,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.13,True).sql
index 42e307e77868..cd27d2fb8f08 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
r."Value1" <> r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
r."Value1" <> r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
r."Value1" <> r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -190,7 +190,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -203,7 +203,7 @@ FROM
WHERE
NOT (r."Value1" = r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -227,7 +227,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,7 +238,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -251,7 +251,7 @@ FROM
WHERE
r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -277,7 +277,7 @@ WHERE
NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND
NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -288,7 +288,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -302,7 +302,7 @@ WHERE
r."Value5" <> r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NOT NULL OR
r."Value5" IS NOT NULL AND r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -313,7 +313,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -326,7 +326,7 @@ FROM
WHERE
NOT ((r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -337,7 +337,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -350,7 +350,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -361,7 +361,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -374,7 +374,7 @@ FROM
WHERE
r."Value1" <> r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -385,7 +385,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -398,7 +398,7 @@ FROM
WHERE
r."Value1" <> r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -409,7 +409,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -422,7 +422,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -433,7 +433,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -446,7 +446,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -457,7 +457,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -468,7 +468,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -479,7 +479,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -492,7 +492,7 @@ FROM
WHERE
r."Value1" <> r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -503,7 +503,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -516,7 +516,7 @@ FROM
WHERE
NOT (r."Value1" = r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -527,7 +527,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -540,7 +540,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -551,7 +551,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -564,7 +564,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -575,7 +575,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -586,7 +586,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -597,7 +597,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -611,7 +611,7 @@ WHERE
r."Value5" <> r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NOT NULL OR
r."Value5" IS NOT NULL AND r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -622,7 +622,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -635,7 +635,7 @@ FROM
WHERE
NOT ((r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -646,7 +646,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -659,7 +659,7 @@ FROM
WHERE
r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -670,7 +670,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -685,7 +685,7 @@ WHERE
NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND
NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -696,7 +696,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -707,7 +707,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -718,7 +718,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -731,7 +731,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -742,7 +742,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -755,7 +755,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -766,7 +766,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -779,7 +779,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -790,7 +790,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -803,7 +803,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -814,7 +814,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -827,7 +827,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -838,7 +838,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -851,7 +851,7 @@ FROM
WHERE
r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -862,7 +862,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -875,7 +875,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -886,7 +886,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -899,7 +899,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -910,7 +910,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -923,7 +923,7 @@ FROM
WHERE
NOT (r."Value1" > r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -934,7 +934,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -947,7 +947,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -958,7 +958,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -971,7 +971,7 @@ FROM
WHERE
r."Value5" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -982,7 +982,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -996,7 +996,7 @@ WHERE
r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1007,7 +1007,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1020,7 +1020,7 @@ FROM
WHERE
r."Value5" <= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1031,7 +1031,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1044,7 +1044,7 @@ FROM
WHERE
NOT (r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1055,7 +1055,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1068,7 +1068,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1079,7 +1079,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1092,7 +1092,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1103,7 +1103,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1116,7 +1116,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1127,7 +1127,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1140,7 +1140,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1151,7 +1151,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1164,7 +1164,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1175,7 +1175,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1186,7 +1186,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1197,7 +1197,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1210,7 +1210,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1221,7 +1221,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1234,7 +1234,7 @@ FROM
WHERE
NOT (r."Value1" > r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1245,7 +1245,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1258,7 +1258,7 @@ FROM
WHERE
r."Value1" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1269,7 +1269,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1282,7 +1282,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1293,7 +1293,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1304,7 +1304,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1315,7 +1315,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1328,7 +1328,7 @@ FROM
WHERE
r."Value5" <= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1339,7 +1339,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1352,7 +1352,7 @@ FROM
WHERE
NOT (r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1363,7 +1363,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1376,7 +1376,7 @@ FROM
WHERE
r."Value5" > r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1387,7 +1387,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1401,7 +1401,7 @@ WHERE
r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1412,7 +1412,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1423,7 +1423,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1434,7 +1434,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1447,7 +1447,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1458,7 +1458,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1471,7 +1471,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1482,7 +1482,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1495,7 +1495,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1506,7 +1506,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1519,7 +1519,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1530,7 +1530,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1543,7 +1543,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1554,7 +1554,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1567,7 +1567,7 @@ FROM
WHERE
r."Value1" >= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1578,7 +1578,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1591,7 +1591,7 @@ FROM
WHERE
r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1602,7 +1602,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1615,7 +1615,7 @@ FROM
WHERE
r."Value1" < r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1626,7 +1626,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1639,7 +1639,7 @@ FROM
WHERE
NOT (r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1650,7 +1650,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1663,7 +1663,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1674,7 +1674,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1687,7 +1687,7 @@ FROM
WHERE
r."Value5" >= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1698,7 +1698,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1712,7 +1712,7 @@ WHERE
r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1723,7 +1723,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1736,7 +1736,7 @@ FROM
WHERE
r."Value5" < r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1747,7 +1747,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1760,7 +1760,7 @@ FROM
WHERE
NOT (r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1771,7 +1771,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1784,7 +1784,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1795,7 +1795,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1808,7 +1808,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1819,7 +1819,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1832,7 +1832,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1843,7 +1843,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1856,7 +1856,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1867,7 +1867,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1880,7 +1880,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1891,7 +1891,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1902,7 +1902,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1913,7 +1913,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1926,7 +1926,7 @@ FROM
WHERE
r."Value1" < r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1937,7 +1937,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1950,7 +1950,7 @@ FROM
WHERE
NOT (r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1961,7 +1961,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1974,7 +1974,7 @@ FROM
WHERE
r."Value1" >= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1985,7 +1985,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1998,7 +1998,7 @@ FROM
WHERE
r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2009,7 +2009,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2020,7 +2020,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2031,7 +2031,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2044,7 +2044,7 @@ FROM
WHERE
r."Value5" < r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2055,7 +2055,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2068,7 +2068,7 @@ FROM
WHERE
NOT (r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2079,7 +2079,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2092,7 +2092,7 @@ FROM
WHERE
r."Value5" >= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2103,7 +2103,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2117,7 +2117,7 @@ WHERE
r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2128,7 +2128,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2139,7 +2139,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2150,7 +2150,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2163,7 +2163,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2174,7 +2174,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2187,7 +2187,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2198,7 +2198,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2211,7 +2211,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2222,7 +2222,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2235,7 +2235,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2246,7 +2246,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2259,7 +2259,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2270,7 +2270,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2283,7 +2283,7 @@ FROM
WHERE
r."Value1" < r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2294,7 +2294,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2307,7 +2307,7 @@ FROM
WHERE
r."Value1" < r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2318,7 +2318,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2331,7 +2331,7 @@ FROM
WHERE
r."Value1" >= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2342,7 +2342,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2355,7 +2355,7 @@ FROM
WHERE
NOT (r."Value1" < r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2366,7 +2366,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2379,7 +2379,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2390,7 +2390,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2403,7 +2403,7 @@ FROM
WHERE
r."Value5" < r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2414,7 +2414,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2428,7 +2428,7 @@ WHERE
r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2439,7 +2439,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2452,7 +2452,7 @@ FROM
WHERE
r."Value5" >= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2463,7 +2463,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2476,7 +2476,7 @@ FROM
WHERE
NOT (r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2487,7 +2487,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2500,7 +2500,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2511,7 +2511,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2524,7 +2524,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2535,7 +2535,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2548,7 +2548,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2559,7 +2559,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2572,7 +2572,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2583,7 +2583,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2596,7 +2596,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2607,7 +2607,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2618,7 +2618,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2629,7 +2629,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2642,7 +2642,7 @@ FROM
WHERE
r."Value1" >= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2653,7 +2653,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2666,7 +2666,7 @@ FROM
WHERE
NOT (r."Value1" < r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2677,7 +2677,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2690,7 +2690,7 @@ FROM
WHERE
r."Value1" < r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2701,7 +2701,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2714,7 +2714,7 @@ FROM
WHERE
r."Value1" < r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2725,7 +2725,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2736,7 +2736,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2747,7 +2747,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2760,7 +2760,7 @@ FROM
WHERE
r."Value5" >= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2771,7 +2771,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2784,7 +2784,7 @@ FROM
WHERE
NOT (r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2795,7 +2795,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2808,7 +2808,7 @@ FROM
WHERE
r."Value5" < r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2819,7 +2819,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2833,7 +2833,7 @@ WHERE
r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2844,7 +2844,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2855,7 +2855,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2866,7 +2866,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2879,7 +2879,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2890,7 +2890,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2903,7 +2903,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2914,7 +2914,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2927,7 +2927,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2938,7 +2938,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2951,7 +2951,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2962,7 +2962,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2975,7 +2975,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2986,7 +2986,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2999,7 +2999,7 @@ FROM
WHERE
r."Value1" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3010,7 +3010,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3023,7 +3023,7 @@ FROM
WHERE
r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3034,7 +3034,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3047,7 +3047,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3058,7 +3058,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3071,7 +3071,7 @@ FROM
WHERE
NOT (r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3082,7 +3082,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3095,7 +3095,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3106,7 +3106,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3119,7 +3119,7 @@ FROM
WHERE
r."Value5" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3130,7 +3130,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3144,7 +3144,7 @@ WHERE
r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3155,7 +3155,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3168,7 +3168,7 @@ FROM
WHERE
r."Value5" > r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3179,7 +3179,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3192,7 +3192,7 @@ FROM
WHERE
NOT (r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3203,7 +3203,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3216,7 +3216,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3227,7 +3227,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3240,7 +3240,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3251,7 +3251,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3264,7 +3264,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3275,7 +3275,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3288,7 +3288,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3299,7 +3299,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3312,7 +3312,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3323,7 +3323,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3334,7 +3334,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3345,7 +3345,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3358,7 +3358,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3369,7 +3369,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3382,7 +3382,7 @@ FROM
WHERE
NOT (r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3393,7 +3393,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3406,7 +3406,7 @@ FROM
WHERE
r."Value1" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3417,7 +3417,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3430,7 +3430,7 @@ FROM
WHERE
r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3441,7 +3441,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3452,7 +3452,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3463,7 +3463,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3476,7 +3476,7 @@ FROM
WHERE
r."Value5" > r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3487,7 +3487,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3500,7 +3500,7 @@ FROM
WHERE
NOT (r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3511,7 +3511,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3524,7 +3524,7 @@ FROM
WHERE
r."Value5" <= r."Value4"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3535,7 +3535,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3549,7 +3549,7 @@ WHERE
r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3560,7 +3560,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3571,7 +3571,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithPredicate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithPredicate(PostgreSQL.13).sql
index 23a8eee0d535..1efbcda0720a 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithPredicate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithPredicate(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
(r."Value1" = r."Value2") = ((r."Value4" = r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
(r."Value1" = r."Value5" AND r."Value5" IS NOT NULL) = (r."Value4" = r."Value2" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> ((r."Value4" = r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
(r."Value1" = r."Value5" AND r."Value5" IS NOT NULL) <> (r."Value4" = r."Value2" AND r."Value4" IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
(r."Value1" = r."Value2") = (r."Value2" = r."Value1")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> (r."Value2" = r."Value1")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
((r."Value4" = r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL)) = ((r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
((r."Value4" = r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL)) <> ((r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -190,7 +190,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -203,7 +203,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") = ((r."Value4" <> r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -227,7 +227,7 @@ FROM
WHERE
(r."Value1" >= r."Value5" AND r."Value5" IS NOT NULL) = (r."Value4" <> r."Value2" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,7 +238,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -251,7 +251,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") <> ((r."Value4" <> r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -275,7 +275,7 @@ FROM
WHERE
(r."Value1" >= r."Value5" AND r."Value5" IS NOT NULL) <> (r."Value4" <> r."Value2" OR r."Value4" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -286,7 +286,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -299,7 +299,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") = (r."Value2" <> r."Value1")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -310,7 +310,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -323,7 +323,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") <> (r."Value2" <> r."Value1")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -334,7 +334,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -347,7 +347,7 @@ FROM
WHERE
(r."Value4" >= r."Value5" AND r."Value4" IS NOT NULL AND r."Value5" IS NOT NULL) = ((r."Value5" <> r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NOT NULL OR r."Value5" IS NOT NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -358,7 +358,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -371,7 +371,7 @@ FROM
WHERE
(r."Value4" >= r."Value5" AND r."Value4" IS NOT NULL AND r."Value5" IS NOT NULL) <> ((r."Value5" <> r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NOT NULL OR r."Value5" IS NOT NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NULL))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.13,False).sql
index 0b4d60976b0b..57a6f6d6f05b 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @One Integer -- Int32
SET @One = 1
@@ -13,7 +13,7 @@ FROM
WHERE
:One IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -24,7 +24,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Zero Integer -- Int32
SET @Zero = 0
@@ -39,7 +39,7 @@ FROM
WHERE
:Zero IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -50,7 +50,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @OneN Integer -- Int32
SET @OneN = 1
@@ -65,7 +65,7 @@ FROM
WHERE
:OneN IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -76,7 +76,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ZeroN Integer -- Int32
SET @ZeroN = 0
@@ -91,7 +91,7 @@ FROM
WHERE
:ZeroN IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -102,7 +102,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Null Integer -- Int32
SET @Null = NULL
@@ -117,7 +117,7 @@ FROM
WHERE
:Null IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -128,7 +128,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @One Integer -- Int32
SET @One = 1
@@ -143,7 +143,7 @@ FROM
WHERE
(:One IN (0, 1) OR :One IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -154,7 +154,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Zero Integer -- Int32
SET @Zero = 0
@@ -169,7 +169,7 @@ FROM
WHERE
(:Zero IN (0, 1) OR :Zero IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -180,7 +180,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @OneN Integer -- Int32
SET @OneN = 1
@@ -195,7 +195,7 @@ FROM
WHERE
(:OneN IN (0, 1) OR :OneN IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -206,7 +206,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ZeroN Integer -- Int32
SET @ZeroN = 0
@@ -221,7 +221,7 @@ FROM
WHERE
(:ZeroN IN (0, 1) OR :ZeroN IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -232,7 +232,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Null Integer -- Int32
SET @Null = NULL
@@ -247,7 +247,7 @@ FROM
WHERE
(:Null IN (0, 1) OR :Null IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -258,7 +258,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @One Integer -- Int32
SET @One = 1
@@ -273,7 +273,7 @@ FROM
WHERE
:One NOT IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -284,7 +284,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Zero Integer -- Int32
SET @Zero = 0
@@ -299,7 +299,7 @@ FROM
WHERE
:Zero NOT IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -310,7 +310,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @OneN Integer -- Int32
SET @OneN = 1
@@ -325,7 +325,7 @@ FROM
WHERE
(:OneN NOT IN (0, 1) OR :OneN IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -336,7 +336,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ZeroN Integer -- Int32
SET @ZeroN = 0
@@ -351,7 +351,7 @@ FROM
WHERE
(:ZeroN NOT IN (0, 1) OR :ZeroN IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -362,7 +362,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Null Integer -- Int32
SET @Null = NULL
@@ -377,7 +377,7 @@ FROM
WHERE
(:Null NOT IN (0, 1) OR :Null IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -388,7 +388,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @One Integer -- Int32
SET @One = 1
@@ -403,7 +403,7 @@ FROM
WHERE
(:One NOT IN (0, 1) AND :One IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -414,7 +414,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Zero Integer -- Int32
SET @Zero = 0
@@ -429,7 +429,7 @@ FROM
WHERE
(:Zero NOT IN (0, 1) AND :Zero IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -440,7 +440,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @OneN Integer -- Int32
SET @OneN = 1
@@ -455,7 +455,7 @@ FROM
WHERE
(:OneN NOT IN (0, 1) AND :OneN IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -466,7 +466,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ZeroN Integer -- Int32
SET @ZeroN = 0
@@ -481,7 +481,7 @@ FROM
WHERE
(:ZeroN NOT IN (0, 1) AND :ZeroN IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -492,7 +492,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Null Integer -- Int32
SET @Null = NULL
@@ -507,7 +507,7 @@ FROM
WHERE
(:Null NOT IN (0, 1) AND :Null IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.13,True).sql
index a6a166567b8b..ce70fbdec3ba 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
1 IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
0 IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
1 IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
0 IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
NULL IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
(1 IN (0, 1) OR 1 IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
(0 IN (0, 1) OR 0 IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
(1 IN (0, 1) OR 1 IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -190,7 +190,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -203,7 +203,7 @@ FROM
WHERE
(0 IN (0, 1) OR 0 IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -227,7 +227,7 @@ FROM
WHERE
(NULL IN (0, 1) OR NULL IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,7 +238,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -251,7 +251,7 @@ FROM
WHERE
1 NOT IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -275,7 +275,7 @@ FROM
WHERE
0 NOT IN (0, 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -286,7 +286,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -299,7 +299,7 @@ FROM
WHERE
(1 NOT IN (0, 1) OR 1 IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -310,7 +310,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -323,7 +323,7 @@ FROM
WHERE
(0 NOT IN (0, 1) OR 0 IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -334,7 +334,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -347,7 +347,7 @@ FROM
WHERE
(NULL NOT IN (0, 1) OR NULL IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -358,7 +358,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -371,7 +371,7 @@ FROM
WHERE
(1 NOT IN (0, 1) AND 1 IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -382,7 +382,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -395,7 +395,7 @@ FROM
WHERE
(0 NOT IN (0, 1) AND 0 IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -406,7 +406,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -419,7 +419,7 @@ FROM
WHERE
(1 NOT IN (0, 1) AND 1 IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -430,7 +430,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -443,7 +443,7 @@ FROM
WHERE
(0 NOT IN (0, 1) AND 0 IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -454,7 +454,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -467,7 +467,7 @@ FROM
WHERE
(NULL NOT IN (0, 1) AND NULL IS NOT NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.13,False).sql
index 22afe0564a34..c35e8e253fd6 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @One Integer -- Int32
SET @One = 1
@@ -20,7 +20,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -31,7 +31,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Zero Integer -- Int32
SET @Zero = 0
@@ -53,7 +53,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -64,7 +64,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @OneN Integer -- Int32
SET @OneN = 1
@@ -86,7 +86,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -97,7 +97,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ZeroN Integer -- Int32
SET @ZeroN = 0
@@ -119,7 +119,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -130,7 +130,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Null Integer -- Int32
SET @Null = NULL
@@ -152,7 +152,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -163,7 +163,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @One Integer -- Int32
SET @One = 1
@@ -185,7 +185,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -196,7 +196,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Zero Integer -- Int32
SET @Zero = 0
@@ -218,7 +218,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -229,7 +229,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @OneN Integer -- Int32
SET @OneN = 1
@@ -251,7 +251,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ZeroN Integer -- Int32
SET @ZeroN = 0
@@ -284,7 +284,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -295,7 +295,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -306,7 +306,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.13,True).sql
index 75579b852178..9ce5b68e97cb 100644
--- a/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -18,7 +18,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -49,7 +49,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -60,7 +60,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -80,7 +80,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -91,7 +91,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -111,7 +111,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -122,7 +122,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -142,7 +142,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -153,7 +153,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -173,7 +173,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -184,7 +184,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -204,7 +204,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -215,7 +215,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -235,7 +235,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -246,7 +246,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -266,7 +266,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -277,7 +277,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -288,7 +288,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/PreprocessorTests/Tests.Linq.PreprocessorTests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/PreprocessorTests/Tests.Linq.PreprocessorTests.Test(PostgreSQL.13).sql
index 2b482d13aa8e..2ada7c03211d 100644
--- a/PostgreSQL.13/Tests/Linq/PreprocessorTests/Tests.Linq.PreprocessorTests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/PreprocessorTests/Tests.Linq.PreprocessorTests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
@@ -8,7 +8,7 @@ WHERE
p."ParentID" = 2
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
@@ -18,7 +18,7 @@ WHERE
p."ParentID" = 2
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithCast(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithCast(PostgreSQL.13).sql
index da4a00c37ae4..6639a8f41bd1 100644
--- a/PostgreSQL.13/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithCast(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithCast(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1000
diff --git a/PostgreSQL.13/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithToNullable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithToNullable(PostgreSQL.13).sql
index da4a00c37ae4..6639a8f41bd1 100644
--- a/PostgreSQL.13/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithToNullable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithToNullable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1000
diff --git a/PostgreSQL.13/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithTwoCasts(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithTwoCasts(PostgreSQL.13).sql
index da4a00c37ae4..6639a8f41bd1 100644
--- a/PostgreSQL.13/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithTwoCasts(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithTwoCasts(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1000
diff --git a/PostgreSQL.13/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4496Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4496Test(PostgreSQL.13).sql
index d7d46ab7b9ab..e504f643d936 100644
--- a/PostgreSQL.13/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4496Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4496Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
x."ParentID",
@@ -9,7 +9,7 @@ FROM
WHERE
x."ChildID" > 30
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4508Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4508Test(PostgreSQL.13).sql
index adb8b5c2f66d..0ca9c4e68288 100644
--- a/PostgreSQL.13/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4508Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4508Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 0
@@ -13,7 +13,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 1
@@ -28,7 +28,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 0
@@ -43,7 +43,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 1
@@ -58,7 +58,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 0
@@ -73,7 +73,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 1
@@ -88,7 +88,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 0
@@ -103,7 +103,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 1
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.13,False).sql
index 0db4abc03443..f42571801237 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
p."ParentID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.13,True).sql
index 664c1b44818c..e8dd90c83408 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."ParentID" = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ILoadWithQueryable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ILoadWithQueryable(PostgreSQL.13).sql
index 8848a81fc36f..d0366786a57e 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ILoadWithQueryable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ILoadWithQueryable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."ParentID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -31,7 +31,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.13,False).sql
index 7742770c6b0c..ed416f05ec84 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @addition Integer -- Int32
SET @addition = 123
@@ -24,7 +24,7 @@ SELECT
FROM
"TableWithIdentitySrc" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.13,True).sql
index 7276d7ee28a5..492eabc70fe7 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TableWithIdentity"
(
@@ -22,7 +22,7 @@ SELECT
FROM
"TableWithIdentitySrc" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.13,False).sql
index d0fc3478ccc0..dcc88a217be9 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @addition Integer -- Int32
SET @addition = 123
@@ -26,7 +26,7 @@ SELECT
FROM
"TableWithIdentitySrc" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.13,True).sql
index 4a2162fbb299..ecf06cc09371 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TableWithIdentity"
(
@@ -24,7 +24,7 @@ SELECT
FROM
"TableWithIdentitySrc" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.13,False).sql
index b19b5660c3e7..2a2e1a3e233a 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @newValue Integer -- Int32
SET @newValue = 123
@@ -20,7 +20,7 @@ UPDATE
SET
"Value" = :newValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.13,True).sql
index 5791527f9fdd..ca5d3a6c7287 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,14 +11,14 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TableWithIdentity"
SET
"Value" = 123
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.13,False).sql
index 624a70b0849a..dd7bff2f8db3 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @newValue Integer -- Int32
SET @newValue = 123
@@ -21,7 +21,7 @@ SET
"Id" = 492,
"Value" = :newValue
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.13,True).sql
index cb9654ed9c2c..174e69406a25 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TableWithIdentity"
@@ -19,7 +19,7 @@ SET
"Id" = 492,
"Value" = 123
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.13,False).sql
index 00981697f39f..bb98050815c6 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 123
@@ -11,7 +11,7 @@ VALUES
:value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.13,True).sql
index bde2a950c103..3b748ace8bfe 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TableWithIdentity"
(
@@ -9,7 +9,7 @@ VALUES
123
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.13,False).sql
index c77a2c3f8c90..dbb22aa81003 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 123
@@ -13,7 +13,7 @@ VALUES
:value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.13,True).sql
index fae1d01800ec..7d2ed6c5fe63 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TableWithIdentity"
(
@@ -11,7 +11,7 @@ VALUES
123
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_SimpleQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_SimpleQuery(PostgreSQL.13).sql
index 5a1b2429940d..c486c133a26d 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_SimpleQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_SimpleQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_Table(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_Table(PostgreSQL.13).sql
index 0113732536e2..3cc268ada36a 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_Table(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_Table(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -9,7 +9,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithNullableParameters(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithNullableParameters(PostgreSQL.13).sql
index bd297b28497d..22a4d57c5d98 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithNullableParameters(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithNullableParameters(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."MiddleName" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.13,False).sql
index a315987df502..665a02c83c84 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -13,7 +13,7 @@ FROM
WHERE
p."PersonID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.13,True).sql
index b60fde5fd375..bf49dd61d3a0 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.13,False).sql
index 2218d998213d..7a04086f9fe4 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @firstName Text(4) -- String
SET @firstName = 'John'
@@ -13,7 +13,7 @@ FROM
WHERE
p."FirstName" = :firstName OR p."LastName" = :firstName
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @firstName Text(4) -- String
SET @firstName = 'John'
diff --git a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.13,True).sql
index b98280c4d37a..1165a6cc6848 100644
--- a/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."FirstName" = 'John' OR p."LastName" = 'John'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @firstName Text(4) -- String
SET @firstName = 'John'
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast1(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast2(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test1(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test10(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test11(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test12(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test2(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test3(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test4(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test5(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test6(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test7(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test8(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test9(PostgreSQL.13).sql
index 78fb0d67ddec..e79275d613fc 100644
--- a/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4596Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4596Test(PostgreSQL.13).sql
index be2105bea153..ec0ff085de6f 100644
--- a/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4596Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4596Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -39,7 +39,7 @@ ORDER BY
ELSE ''
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1Test_NoJoinDuplicates(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1Test_NoJoinDuplicates(PostgreSQL.13).sql
index 59f4f3a810b2..4c56c3069528 100644
--- a/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1Test_NoJoinDuplicates(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1Test_NoJoinDuplicates(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1_Association(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1_Association(PostgreSQL.13).sql
index 3e64d6e86c5c..04a4b0802eeb 100644
--- a/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1_Association(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1_Association(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."Id",
diff --git a/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test_ExpressionMethod(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test_ExpressionMethod(PostgreSQL.13).sql
index fb66616d0325..b20c3b2faf9d 100644
--- a/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test_ExpressionMethod(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test_ExpressionMethod(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1(PostgreSQL.13).sql
index 367df0a98efc..585f9417ca87 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic10(PostgreSQL.13).sql
index 7333856c50d2..168415db00ac 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic11(PostgreSQL.13).sql
index 7af832ebcd93..6a6637837ef7 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1_1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1_1(PostgreSQL.13).sql
index ee4b5efec9d1..350d2de8ec6b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1_1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1_1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic2(PostgreSQL.13).sql
index 0c66d324dcfe..faf6d52d8b5d 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID" + 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic3(PostgreSQL.13).sql
index 6c9a60ad459b..000a6d2151de 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID" + 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic4(PostgreSQL.13).sql
index 1a8c17939d68..c2fba1a23f44 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID" + 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic5(PostgreSQL.13).sql
index 388b71c06c6e..a6e5724b37b5 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic6(PostgreSQL.13).sql
index 320f0ccdd2da..204866552139 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID" + 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic61(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic61(PostgreSQL.13).sql
index 1c1f9a83595b..ddca0efe9359 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic61(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic61(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID" + 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic62(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic62(PostgreSQL.13).sql
index af1bbfcf54e8..b19686aeaf1f 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic62(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic62(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID" + p."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic7(PostgreSQL.13).sql
index 6f7cf50839d4..dc71bbde374c 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic8(PostgreSQL.13).sql
index 2f74f937ffde..bfb39ebc3dac 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic9(PostgreSQL.13).sql
index a9f349ad49cd..1054478ca75d 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam1(PostgreSQL.13).sql
index 59d3e9afad17..1eba488c9a59 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam2(PostgreSQL.13).sql
index de12c87b5b72..646cbe49d587 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam3(PostgreSQL.13).sql
index b53a546d36ed..abf810ca0f74 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.ScalarQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.ScalarQuery(PostgreSQL.13).sql
index 96de8d418e08..b1c0114f43ed 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.ScalarQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.ScalarQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin1(PostgreSQL.13).sql
index ab593b97b90d..9335d8356c6f 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin2(PostgreSQL.13).sql
index 3786cee98267..9c6c12042248 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin3(PostgreSQL.13).sql
index b83d7b428e6d..7318c5e21467 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin4(PostgreSQL.13).sql
index 354da85cb407..3ebc66942a83 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoinCount(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoinCount(PostgreSQL.13).sql
index bddbd2e563b8..9b10e4d33151 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoinCount(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoinCount(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery1(PostgreSQL.13).sql
index 694d5030c35f..d1504ec0417d 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery2(PostgreSQL.13).sql
index f2bbe5f4d6f7..8ff90f7fd856 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -10,7 +10,7 @@ WHERE
(p."PersonID" = 1 OR p."PersonID" = 2) AND p2."PersonID" <> 2 AND
p."PersonID" = p2."PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery3(PostgreSQL.13).sql
index 694d5030c35f..d1504ec0417d 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test1(PostgreSQL.13).sql
index a08df624daa4..eaf270995e81 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test11(PostgreSQL.13).sql
index a08df624daa4..eaf270995e81 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test21(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test21(PostgreSQL.13).sql
index 2da8e0a70096..8ce3df3fdf92 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test21(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test21(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test22(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test22(PostgreSQL.13).sql
index 2da8e0a70096..8ce3df3fdf92 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test22(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test22(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test3(PostgreSQL.13).sql
index fac716f5e89c..4fcdccc7a86d 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test31(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test31(PostgreSQL.13).sql
index 85479a3f21ab..2f86d8948b0d 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test31(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test31(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test32(PostgreSQL.13).sql
index 85479a3f21ab..2f86d8948b0d 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test4(PostgreSQL.13).sql
index b43852ffd4e6..5e4890265f36 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test5(PostgreSQL.13).sql
index bfdc90a98a5b..877708e1eba8 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test6(PostgreSQL.13).sql
index bfdc90a98a5b..877708e1eba8 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test7(PostgreSQL.13).sql
index 6e75b6f24831..45a6fc50c812 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
@@ -11,7 +11,7 @@ FROM
WHERE
p."ParentID" = g_1."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test8(PostgreSQL.13).sql
index 90723d19e496..249ca3f6c820 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test81(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test81(PostgreSQL.13).sql
index 46fff30aedbc..6d28c25d3dd7 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test81(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test81(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test9(PostgreSQL.13).sql
index 27ebdd53d2c1..a3ca914be816 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test91(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test91(PostgreSQL.13).sql
index 005c2a88d0e4..77218c873f03 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test91(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test91(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.TestJoin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.TestJoin1(PostgreSQL.13).sql
index 1634ae1dc602..9812ea5d9e45 100644
--- a/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.TestJoin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.TestJoin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.FirstTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.FirstTest(PostgreSQL.13).sql
index 677d6c2e4111..fadbee35f71c 100644
--- a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.FirstTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.FirstTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CURRENT_TIMESTAMP
diff --git a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test1(PostgreSQL.13).sql
index d8504e01af18..a8ccde21ed4b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.value
diff --git a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test3(PostgreSQL.13).sql
index 3344e7ac2580..542e5aed38ce 100644
--- a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test4(PostgreSQL.13).sql
index 4482a4928973..32a79c0f7b59 100644
--- a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinScalarTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinScalarTest(PostgreSQL.13).sql
index acf7b8bd11c7..ad106c2d844c 100644
--- a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinScalarTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinScalarTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinTest(PostgreSQL.13).sql
index e2ab0dd3a118..2cd37ecb8df5 100644
--- a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Select_GroupBy_SelectAgain(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Select_GroupBy_SelectAgain(PostgreSQL.13).sql
index e6bb73761946..c9ffb3de683a 100644
--- a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Select_GroupBy_SelectAgain(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Select_GroupBy_SelectAgain(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.SubQueryTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.SubQueryTest(PostgreSQL.13).sql
index 72ac278bae42..eb2942b259b3 100644
--- a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.SubQueryTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.SubQueryTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.TestAliasesCollision(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.TestAliasesCollision(PostgreSQL.13).sql
index 0c9a42b69dcc..eff88f16bcfd 100644
--- a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.TestAliasesCollision(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.TestAliasesCollision(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
child_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.UnionTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.UnionTest(PostgreSQL.13).sql
index e0a3ece281c9..fb7b390049fc 100644
--- a/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.UnionTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.UnionTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CURRENT_TIMESTAMP + t."Value" * Interval '1 Day',
@@ -12,7 +12,7 @@ SELECT
CURRENT_TIMESTAMP + 3 * Interval '1 Day',
CURRENT_TIMESTAMP + 4 * Interval '1 Day'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v_1."Value2"
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Add(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Add(PostgreSQL.13).sql
index 11a0ad0cb9b8..e6e7f7854dea 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Add(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Add(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
5
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant1(PostgreSQL.13).sql
index de8b859801e1..f132ad36ee0b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant2(PostgreSQL.13).sql
index de8b859801e1..f132ad36ee0b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant3(PostgreSQL.13).sql
index de8b859801e1..f132ad36ee0b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Function(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Function(PostgreSQL.13).sql
index 6b20c234d90c..460607f9df38 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Function(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Function(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @text Text(3) -- String
SET @text = '123'
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.IntMaxValue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.IntMaxValue(PostgreSQL.13).sql
index de8b859801e1..f132ad36ee0b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.IntMaxValue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.IntMaxValue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1(PostgreSQL.13).sql
index de8b859801e1..f132ad36ee0b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1Async(PostgreSQL.13).sql
index de8b859801e1..f132ad36ee0b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter2(PostgreSQL.13).sql
index de8b859801e1..f132ad36ee0b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar1(PostgreSQL.13).sql
index 003a318b54af..7560964c2ef6 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar11(PostgreSQL.13).sql
index e01b74b418e8..4d363067befe 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar2(PostgreSQL.13).sql
index b5da68fbc6c4..105800212847 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar21(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar21(PostgreSQL.13).sql
index dbedae4651ca..639f0d2b585c 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar21(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar21(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Length(p."FirstName")
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar22(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar22(PostgreSQL.13).sql
index d57a17c16c95..c4dcb5a7619d 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar22(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar22(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar23(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar23(PostgreSQL.13).sql
index 8aa76887c65f..0f5301b68c15 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar23(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar23(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar3(PostgreSQL.13).sql
index eb4391b31682..18085e2fad86 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar31(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar31(PostgreSQL.13).sql
index eb4391b31682..18085e2fad86 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar31(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar31(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar4(PostgreSQL.13).sql
index 9660696729ad..764d026e7721 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.StrLen(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.StrLen(PostgreSQL.13).sql
index de8b859801e1..f132ad36ee0b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.StrLen(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.StrLen(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryTest(PostgreSQL.13).sql
index fa4cd61b23fc..5d4e74bd1839 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCast(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCast(PostgreSQL.13).sql
index 034af5e4ee26..824e43cf907f 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCast(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCast(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValue(PostgreSQL.13).sql
index 034af5e4ee26..824e43cf907f 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValueByGuid(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValueByGuid(PostgreSQL.13).sql
index 911333abefda..bb709548865b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValueByGuid(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValueByGuid(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastByGuid(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastByGuid(PostgreSQL.13).sql
index 911333abefda..bb709548865b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastByGuid(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastByGuid(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValue(PostgreSQL.13).sql
index 034af5e4ee26..824e43cf907f 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValueByGuid(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValueByGuid(PostgreSQL.13).sql
index 911333abefda..bb709548865b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValueByGuid(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValueByGuid(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValue(PostgreSQL.13).sql
index 034af5e4ee26..824e43cf907f 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValueByGuid(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValueByGuid(PostgreSQL.13).sql
index 911333abefda..bb709548865b 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValueByGuid(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValueByGuid(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Substring(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Substring(PostgreSQL.13).sql
index 6a89aa4dca8a..384509840083 100644
--- a/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Substring(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Substring(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Substring('123', 2, 2)
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CachedObjectRefence(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CachedObjectRefence(PostgreSQL.13).sql
index 155296fd04e2..a8ff97eab2f0 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CachedObjectRefence(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CachedObjectRefence(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -9,7 +9,7 @@ SELECT
FROM
"Person" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce(PostgreSQL.13).sql
index dd8f278814e9..66b583c2bb3c 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce2(PostgreSQL.13).sql
index e49e40ad931a..525a775966e7 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce3(PostgreSQL.13).sql
index e49e40ad931a..525a775966e7 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce4(PostgreSQL.13).sql
index a04b7933e093..fdab8947cd11 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Coalesce((
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce5(PostgreSQL.13).sql
index dfa5d5f4b75c..5d23be21f5b5 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Coalesce((
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CoalesceMany(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CoalesceMany(PostgreSQL.13).sql
index de866ddec24c..9890dda787d6 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CoalesceMany(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CoalesceMany(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Coalesce(t."Nullable1", t."Nullable2", t."Nullable3", t."Id"),
@@ -12,7 +12,7 @@ SELECT
FROM
"CoalesceNullableFields" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Complex(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Complex(PostgreSQL.13).sql
index 1f035537e740..e6780410ec55 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Complex(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Complex(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Concatenation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Concatenation(PostgreSQL.13).sql
index c89d983ea062..008f1f61357d 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Concatenation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Concatenation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ConstractClass(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ConstractClass(PostgreSQL.13).sql
index b7e6bf067358..e8243b4c438f 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ConstractClass(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ConstractClass(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
f."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.EqualTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.EqualTest1(PostgreSQL.13).sql
index 48e4a39c9fb5..ddcbcc6b1232 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.EqualTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.EqualTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Index(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Index(PostgreSQL.13).sql
index 2c3b01ae7ac0..d81b0ce8c32a 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Index(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Index(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_2."ParentID",
@@ -20,7 +20,7 @@ FROM
ORDER BY
m_2."ChildID" DESC
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InitObject(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InitObject(PostgreSQL.13).sql
index eafc16056660..d097a2fed709 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InitObject(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InitObject(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InterfaceTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InterfaceTest(PostgreSQL.13).sql
index 98dcf68578e7..5bf297e57fa4 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InterfaceTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InterfaceTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test1(PostgreSQL.13).sql
index d5fa0cc69b48..645db5140639 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -6,7 +6,7 @@ SELECT
FROM
"Table1788" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
l."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test2(PostgreSQL.13).sql
index d5fa0cc69b48..645db5140639 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -6,7 +6,7 @@ SELECT
FROM
"Table1788" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
l."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test3(PostgreSQL.13).sql
index d5fa0cc69b48..645db5140639 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -6,7 +6,7 @@ SELECT
FROM
"Table1788" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
l."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test4(PostgreSQL.13).sql
index d5fa0cc69b48..645db5140639 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -6,7 +6,7 @@ SELECT
FROM
"Table1788" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
l."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test1(PostgreSQL.13).sql
index ee459bde2554..cb4b78e8f97a 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test2(PostgreSQL.13).sql
index e0f62b49bc95..35efa6508512 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."FirstName"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test1(PostgreSQL.13).sql
index d6828fc8d74b..b67c1a3486fa 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test2(PostgreSQL.13).sql
index 2ec6e3da433a..b784516df540 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4192Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4192Test2(PostgreSQL.13).sql
index 71930fbd4a71..75caf45e892c 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4192Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4192Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @parentId Integer -- Int32
SET @parentId = 12
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4198Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4198Test(PostgreSQL.13).sql
index 4d6b122c0277..2e817bc44103 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4198Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4198Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4200Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4200Test(PostgreSQL.13).sql
index 892057317b75..34836860ba92 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4200Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4200Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4520Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4520Test(PostgreSQL.13).sql
index 2ae924c50883..1f00e788e201 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4520Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4520Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect1(PostgreSQL.13).sql
index eafc16056660..d097a2fed709 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect10(PostgreSQL.13).sql
index f663dd52579e..ba66d4febc89 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p4."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect2(PostgreSQL.13).sql
index 353805e6b4c6..ebe7269ef788 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect3(PostgreSQL.13).sql
index eafc16056660..d097a2fed709 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect4(PostgreSQL.13).sql
index 8fa8f89b8a95..73c1cc26cbab 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p3."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect5(PostgreSQL.13).sql
index f663dd52579e..ba66d4febc89 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p4."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect6(PostgreSQL.13).sql
index f663dd52579e..ba66d4febc89 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p4."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect7(PostgreSQL.13).sql
index ea6b004aabd9..b7bbe706bfd1 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect8(PostgreSQL.13).sql
index 64702623e598..eefef82cc09a 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(p2."PersonID" * 2) / 2,
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect9(PostgreSQL.13).sql
index 77c5c29551e7..b4b58d5c7714 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(p5."PersonID" * 2) / 2,
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MutiplySelect12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MutiplySelect12(PostgreSQL.13).sql
index 3a20822a78e0..7081017af4ec 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MutiplySelect12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MutiplySelect12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"grandChild_1"."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.New(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.New(PostgreSQL.13).sql
index eafc16056660..d097a2fed709 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.New(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.New(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewInitObject(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewInitObject(PostgreSQL.13).sql
index eafc16056660..d097a2fed709 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewInitObject(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewInitObject(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewObject(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewObject(PostgreSQL.13).sql
index eafc16056660..d097a2fed709 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewObject(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewObject(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewParam(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewParam(PostgreSQL.13).sql
index 77aae7543e2d..13d769588be9 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewParam(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewParam(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Person" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -14,7 +14,7 @@ SELECT
FROM
"Person" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -22,7 +22,7 @@ SELECT
FROM
"Person" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -30,7 +30,7 @@ SELECT
FROM
"Person" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewWithExpr(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewWithExpr(PostgreSQL.13).sql
index f08bbb52d366..86ba3424794e 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewWithExpr(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewWithExpr(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ObjectFactoryTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ObjectFactoryTest(PostgreSQL.13).sql
index 863483b71755..a43a6a7e186e 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ObjectFactoryTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ObjectFactoryTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.OuterApplyTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.OuterApplyTest(PostgreSQL.13).sql
index 1ee172d7a99d..6e2c1c1bbae7 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.OuterApplyTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.OuterApplyTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t6."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest1(PostgreSQL.13).sql
index 5e457ab2d3e0..62f46a11ebfb 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest2(PostgreSQL.13).sql
index c70a80edbbf2..7564ea22b02c 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Patient"."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex1(PostgreSQL.13).sql
index 06db6cf67e37..75a689443615 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex2(PostgreSQL.13).sql
index 06db6cf67e37..75a689443615 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex3(PostgreSQL.13).sql
index 4fb25d401d8a..5b521b30c588 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplexField(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplexField(PostgreSQL.13).sql
index 554fa91ebd6b..92b5a3d52526 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplexField(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplexField(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."LastName"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumOnClient(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumOnClient(PostgreSQL.13).sql
index cd6045b1663f..75411c01b756 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumOnClient(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumOnClient(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
person_1."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumerable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumerable(PostgreSQL.13).sql
index fc5db5308bca..89d88402d193 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumerable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumerable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression1(PostgreSQL.13).sql
index 9d4d53538a17..4ad3408c9a83 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression2(PostgreSQL.13).sql
index 9d4d53538a17..4ad3408c9a83 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression3(PostgreSQL.13).sql
index 9d4d53538a17..4ad3408c9a83 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression5(PostgreSQL.13).sql
index 9d4d53538a17..4ad3408c9a83 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectField(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectField(PostgreSQL.13).sql
index df5b4629280d..71f5d3d632cc 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectField(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectField(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectLocalTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectLocalTest(PostgreSQL.13).sql
index 53951ecce0b3..44ccb8ab78f9 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectLocalTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectLocalTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
p."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullProjectionTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullProjectionTest(PostgreSQL.13).sql
index df5b4629280d..71f5d3d632cc 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullProjectionTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullProjectionTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest(PostgreSQL.13).sql
index 97b727f84942..b81486851624 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
q."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest2(PostgreSQL.13).sql
index db13912561fc..7b96c0bb8e84 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationWhereTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationWhereTest(PostgreSQL.13).sql
index 9d19ececa883..93dc92ef6452 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationWhereTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationWhereTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -24,7 +24,7 @@ ORDER BY
t1."Value1",
"a_Parent"."Value1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -32,7 +32,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest1(PostgreSQL.13).sql
index 7f2a6464c030..ad893d8205ab 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1000
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -47,7 +47,7 @@ VALUES
:StringValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -66,7 +66,7 @@ WHERE
t1."ID" = 1000
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t1
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest2(PostgreSQL.13).sql
index 7a2fe990db63..2ee562ca19d1 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1000
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -47,7 +47,7 @@ VALUES
:StringValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -64,7 +64,7 @@ WHERE
t1."ID" = 1000
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t1
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest(PostgreSQL.13).sql
index 97b727f84942..b81486851624 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
q."ParentID"
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest2(PostgreSQL.13).sql
index db13912561fc..7b96c0bb8e84 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationWhereTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationWhereTest(PostgreSQL.13).sql
index 827959b1c4c0..494e39231863 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationWhereTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationWhereTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectSimilarNames(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectSimilarNames(PostgreSQL.13).sql
index c12b35f77575..141806c99e19 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectSimilarNames(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectSimilarNames(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @parentId Integer -- Int32
SET @parentId = 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexer(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexer(PostgreSQL.13).sql
index 76195920356d..49f5621a090f 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexer(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexer(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
@@ -19,7 +19,7 @@ WHERE
ORDER BY
x."PersonID" DESC
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexerAfterGroupBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexerAfterGroupBy(PostgreSQL.13).sql
index f8384b8d2892..dd42f0e2e445 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexerAfterGroupBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexerAfterGroupBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Key_1",
@@ -23,7 +23,7 @@ WHERE
ORDER BY
x."Key_1" DESC
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.13,0).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.13,0).sql
index 58fdc1ea19cc..185c46f70968 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.13,0).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.13,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 0
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.13,1).sql
index 75ee08443daf..41f27186d6b6 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.13,null).sql
index 25a9ea2a8cb6..950a0b0953a7 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = NULL
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.13,0).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.13,0).sql
index 58fdc1ea19cc..185c46f70968 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.13,0).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.13,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 0
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.13,1).sql
index 75ee08443daf..41f27186d6b6 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.13,null).sql
index 25a9ea2a8cb6..950a0b0953a7 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = NULL
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.13,0).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.13,0).sql
index 58fdc1ea19cc..185c46f70968 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.13,0).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.13,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 0
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.13,1).sql
index 75ee08443daf..41f27186d6b6 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.13,null).sql
index e5d6580c68f9..6b3641e9019d 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULL::Int
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.13,0).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.13,0).sql
index 58fdc1ea19cc..185c46f70968 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.13,0).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.13,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 0
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.13,1).sql
index 75ee08443daf..41f27186d6b6 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 1
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.13,null).sql
index e5d6580c68f9..6b3641e9019d 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULL::Int
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest(PostgreSQL.13).sql
index b9d3f8ff9121..80296d65ae47 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest_Complex(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest_Complex(PostgreSQL.13).sql
index 37a9fa5ca0df..718bcaef9ebc 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest_Complex(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest_Complex(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."TypeDiscriminator",
@@ -7,7 +7,7 @@ SELECT
FROM
"InheritanceParent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."TypeDiscriminator",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Simple(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Simple(PostgreSQL.13).sql
index b5da68fbc6c4..105800212847 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Simple(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Simple(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDirect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDirect(PostgreSQL.13).sql
index 557431d8e1cf..2497f7af6c80 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDirect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDirect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDouble(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDouble(PostgreSQL.13).sql
index b5da68fbc6c4..105800212847 100644
--- a/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDouble(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDouble(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatEagerDifferentDetails(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatEagerDifferentDetails(PostgreSQL.13).sql
index a0737e13a265..0da91c74275b 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatEagerDifferentDetails(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatEagerDifferentDetails(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -38,7 +38,7 @@ FROM
WHERE
"a_Author"."AuthorName" <> 'A' OR "a_Author"."AuthorName" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.c1,
@@ -76,7 +76,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1.c1
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -104,7 +104,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -129,7 +129,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -143,7 +143,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatInheritance(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatInheritance(PostgreSQL.13).sql
index 86c22e307189..16664e6630b0 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatInheritance(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatInheritance(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -28,7 +28,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -42,7 +42,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.13,Except).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.13,Except).sql
index 7e48a3d01c4e..40e684783af2 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.13,Except).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.13,Except).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.13,ExceptAll).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.13,ExceptAll).sql
index 6c473eeebfbf..040f6c00c6a4 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.13,ExceptAll).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.13,ExceptAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.13,UnionAll).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.13,UnionAll).sql
index f0870c72ca87..35a06115ab01 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.13,UnionAll).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.13,UnionAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.c1,
@@ -76,7 +76,7 @@ FROM
WHERE
"a_Author"."AuthorName" <> 'A' OR "a_Author"."AuthorName" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -104,7 +104,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -129,7 +129,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -143,7 +143,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,Except).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,Except).sql
index 6e562db1aa82..596d0fb7c2d0 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,Except).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,Except).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,ExceptAll).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,ExceptAll).sql
index b8ff98340b20..f76051aa08e0 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,ExceptAll).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,ExceptAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,Intersect).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,Intersect).sql
index 8dc4b5a9ca5c..81682b3eca54 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,Intersect).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,Intersect).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,IntersectAll).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,IntersectAll).sql
index 9d57451ba7d7..08b584d18c2d 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,IntersectAll).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,IntersectAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,Union).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,Union).sql
index 43e834feb568..725b9c081276 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,Union).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,Union).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,UnionAll).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,UnionAll).sql
index 82e02cdab2d4..feb3f7af006b 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,UnionAll).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.13,UnionAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -32,7 +32,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -56,7 +56,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -81,7 +81,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -95,7 +95,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ExceptInheritance(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ExceptInheritance(PostgreSQL.13).sql
index 0dbc50107a2d..20683bd7f685 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ExceptInheritance(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ExceptInheritance(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -28,7 +28,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -42,7 +42,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.IntersectInheritance(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.IntersectInheritance(PostgreSQL.13).sql
index e6fb158e0b83..ac85f5d4ed50 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.IntersectInheritance(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.IntersectInheritance(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -20,7 +20,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -34,7 +34,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritance(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritance(PostgreSQL.13).sql
index 825b0b101cb8..27d72b5e0ec1 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritance(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritance(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -28,7 +28,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -42,7 +42,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritanceFlipped(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritanceFlipped(PostgreSQL.13).sql
index 804fad1f6dc0..feb25cc4c9a1 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritanceFlipped(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritanceFlipped(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -28,7 +28,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Roman'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -42,7 +42,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,Except).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,Except).sql
index 5272135de7fa..5e0892afc839 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,Except).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,Except).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
'Discriminator'::text,
@@ -24,7 +24,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -63,7 +63,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,ExceptAll).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,ExceptAll).sql
index 947478602cd7..1c963890cd3e 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,ExceptAll).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,ExceptAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
'Discriminator'::text,
@@ -24,7 +24,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -63,7 +63,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,Intersect).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,Intersect).sql
index 68ac43e73c69..262299e637d3 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,Intersect).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,Intersect).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
'Discriminator'::text,
@@ -24,7 +24,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -63,7 +63,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,IntersectAll).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,IntersectAll).sql
index b988bc6759ca..35c45c6157f4 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,IntersectAll).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,IntersectAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
'Discriminator'::text,
@@ -24,7 +24,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -63,7 +63,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,Union).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,Union).sql
index 002e1eb767bb..e204afbf10d2 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,Union).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,Union).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
'Discriminator'::text,
@@ -24,7 +24,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -63,7 +63,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,UnionAll).sql b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,UnionAll).sql
index 7be3315ad2e8..e78a93563774 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,UnionAll).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.13,UnionAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
'Discriminator'::text,
@@ -24,7 +24,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -63,7 +63,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.Issue3132Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.Issue3132Test(PostgreSQL.13).sql
index c97ffdf52900..1eee95a0bfe5 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.Issue3132Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.Issue3132Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."MiddleName",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExcept(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExcept(PostgreSQL.13).sql
index 7348c5d0bbf1..b7122922feaf 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExcept(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExcept(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptAll(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptAll(PostgreSQL.13).sql
index 65683cecb88a..4776a106b748 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptAll(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptAll(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptProjection(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptProjection(PostgreSQL.13).sql
index 2300491a87fb..9209086fdbc3 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptProjection(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptProjection(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r_3."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersect(PostgreSQL.13).sql
index ffe405f30d6d..e6f389341309 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersectAll(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersectAll(PostgreSQL.13).sql
index e93f42f12e04..dcb91b475036 100644
--- a/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersectAll(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersectAll(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains1(PostgreSQL.13).sql
index a497c53d987d..57513ecd256b 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains14(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains14(PostgreSQL.13).sql
index d18d314288e4..55062ec2ab46 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains14(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains14(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1
@@ -16,7 +16,7 @@ SELECT
ELSE False
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains15(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains15(PostgreSQL.13).sql
index 42370497ab72..19ce3b805e06 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains15(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains15(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains16(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains16(PostgreSQL.13).sql
index ec60d68d0068..ed15a4f1bcbf 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains16(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains16(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains2(PostgreSQL.13).sql
index b5c745fcd0f3..f9cad7860790 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains201(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains201(PostgreSQL.13).sql
index 1bcdbcce44ad..3dd69c4aae74 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains201(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains201(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains3(PostgreSQL.13).sql
index 9c5b251f8af0..d1aaa5890bee 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains4(PostgreSQL.13).sql
index ea727463260a..510c4100a47a 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains5(PostgreSQL.13).sql
index fa0132569f38..15dfb8e6ed5f 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains6(PostgreSQL.13).sql
index a311ebe32a3f..abb8f49dce3c 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains7(PostgreSQL.13).sql
index c8898a0d249e..4fda7ae8c782 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains701(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains701(PostgreSQL.13).sql
index 300e2ebf1c18..e8dd282b077e 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains701(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains701(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 11
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains8(PostgreSQL.13).sql
index 03b142805fa2..d1627c5a60c4 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains801(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains801(PostgreSQL.13).sql
index c0a4f607b213..fc1ba95f839a 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains801(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains801(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
2,
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains802(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains802(PostgreSQL.13).sql
index 4370f32cdeca..98ec7803ffd3 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains802(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains802(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains803(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains803(PostgreSQL.13).sql
index e0e873084bfe..16a6385ee5be 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains803(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains803(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains9(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Except1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Except1(PostgreSQL.13).sql
index 7c61b3fbfea7..d7aaeb493073 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Except1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Except1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Intersect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Intersect(PostgreSQL.13).sql
index 23c18940d1cc..022c3cd9986a 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Intersect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.Intersect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.NotContains8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.NotContains8(PostgreSQL.13).sql
index 6fe814758fc4..0097917567e1 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.NotContains8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.NotContains8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.TestForGroupBy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.TestForGroupBy(PostgreSQL.13).sql
index 47e0c443c3b4..5048292c3867 100644
--- a/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.TestForGroupBy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SetTests/Tests.Linq.SetTests.TestForGroupBy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -9,7 +9,7 @@ FROM
WHERE
x."ParentID" IN (2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SqlExpressionOptimizationTests/Tests.Linq.SqlExpressionOptimizationTests.ConditionalWithBinary(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExpressionOptimizationTests/Tests.Linq.SqlExpressionOptimizationTests.ConditionalWithBinary(PostgreSQL.13).sql
index 4f20e1cc936c..4a641bc5fdbb 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExpressionOptimizationTests/Tests.Linq.SqlExpressionOptimizationTests.ConditionalWithBinary(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExpressionOptimizationTests/Tests.Linq.SqlExpressionOptimizationTests.ConditionalWithBinary(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue == 1 ? 3 : 4 == 3 */
SELECT
@@ -14,7 +14,7 @@ FROM
WHERE
x."IntVlaue" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -27,7 +27,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue == 1 ? 3 : 4 == 3) */
SELECT
@@ -43,7 +43,7 @@ FROM
WHERE
x_with_not."IntVlaue" <> 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -56,7 +56,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap => 3 == swap.IntVlaue == 1 ? 3 : 4 */
SELECT
@@ -72,7 +72,7 @@ FROM
WHERE
swap."IntVlaue" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -85,7 +85,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap_with_not => !(3 == swap_with_not.IntVlaue == 1 ? 3 : 4) */
SELECT
@@ -101,7 +101,7 @@ FROM
WHERE
swap_with_not."IntVlaue" <> 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -114,7 +114,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue == 1 ? null : (bool?)False == (bool?)True */
SELECT
@@ -130,7 +130,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -143,7 +143,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue == 1 ? null : (bool?)False == (bool?)True) */
SELECT
@@ -157,7 +157,7 @@ SELECT
FROM
"OptimizationData" x_with_not
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -170,7 +170,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap => (bool?)True == swap.IntVlaue == 1 ? null : (bool?)False */
SELECT
@@ -186,7 +186,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -199,7 +199,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap_with_not => !((bool?)True == swap_with_not.IntVlaue == 1 ? null : (bool?)False) */
SELECT
@@ -213,7 +213,7 @@ SELECT
FROM
"OptimizationData" swap_with_not
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -226,7 +226,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue == 1 ? null : (bool?)True == (bool?)True */
SELECT
@@ -242,7 +242,7 @@ FROM
WHERE
x."IntVlaue" <> 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -255,7 +255,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue == 1 ? null : (bool?)True == (bool?)True) */
SELECT
@@ -271,7 +271,7 @@ FROM
WHERE
x_with_not."IntVlaue" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -284,7 +284,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap => (bool?)True == swap.IntVlaue == 1 ? null : (bool?)True */
SELECT
@@ -300,7 +300,7 @@ FROM
WHERE
swap."IntVlaue" <> 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -313,7 +313,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap_with_not => !((bool?)True == swap_with_not.IntVlaue == 1 ? null : (bool?)True) */
SELECT
@@ -329,7 +329,7 @@ FROM
WHERE
swap_with_not."IntVlaue" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -342,7 +342,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.BoolValue ? True : False == True */
SELECT
@@ -358,7 +358,7 @@ FROM
WHERE
x."BoolValue" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -371,7 +371,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.BoolValue ? True : False == True) */
SELECT
@@ -387,7 +387,7 @@ FROM
WHERE
x_with_not."BoolValue" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -400,7 +400,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap => True == swap.BoolValue ? True : False */
SELECT
@@ -416,7 +416,7 @@ FROM
WHERE
swap."BoolValue" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -429,7 +429,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap_with_not => !(True == swap_with_not.BoolValue ? True : False) */
SELECT
@@ -445,7 +445,7 @@ FROM
WHERE
swap_with_not."BoolValue" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -458,7 +458,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.BoolValue == True ? null : (bool?)True == (bool?)True */
SELECT
@@ -474,7 +474,7 @@ FROM
WHERE
NOT x."BoolValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -487,7 +487,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.BoolValue == True ? null : (bool?)True == (bool?)True) */
SELECT
@@ -503,7 +503,7 @@ FROM
WHERE
x_with_not."BoolValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -516,7 +516,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap => (bool?)True == swap.BoolValue == True ? null : (bool?)True */
SELECT
@@ -532,7 +532,7 @@ FROM
WHERE
NOT swap."BoolValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -545,7 +545,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap_with_not => !((bool?)True == swap_with_not.BoolValue == True ? null : (bool?)True) */
SELECT
@@ -561,7 +561,7 @@ FROM
WHERE
swap_with_not."BoolValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -574,7 +574,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.BoolValue == True ? True : False == True */
SELECT
@@ -590,7 +590,7 @@ FROM
WHERE
x."BoolValue" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -603,7 +603,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.BoolValue == True ? True : False == True) */
SELECT
@@ -619,7 +619,7 @@ FROM
WHERE
x_with_not."BoolValue" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -632,7 +632,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap => True == swap.BoolValue == True ? True : False */
SELECT
@@ -648,7 +648,7 @@ FROM
WHERE
swap."BoolValue" = True
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -661,7 +661,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap_with_not => !(True == swap_with_not.BoolValue == True ? True : False) */
SELECT
@@ -677,7 +677,7 @@ FROM
WHERE
swap_with_not."BoolValue" = False
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -690,7 +690,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable == null ? 1 : x.StringValueNullable != null ? 2 : 3 == 2 */
SELECT
@@ -706,7 +706,7 @@ FROM
WHERE
x."StringValueNullable" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -719,7 +719,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable == null ? 1 : x_with_not.StringValueNullable != null ? 2 : 3 == 2) */
SELECT
@@ -735,7 +735,7 @@ FROM
WHERE
x_with_not."StringValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -748,7 +748,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap => 2 == swap.StringValueNullable == null ? 1 : swap.StringValueNullable != null ? 2 : 3 */
SELECT
@@ -764,7 +764,7 @@ FROM
WHERE
swap."StringValueNullable" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -777,7 +777,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap_with_not => !(2 == swap_with_not.StringValueNullable == null ? 1 : swap_with_not.StringValueNullable != null ? 2 : 3) */
SELECT
@@ -793,7 +793,7 @@ FROM
WHERE
swap_with_not."StringValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -806,7 +806,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable == null ? 2 : x.StringValueNullable != null ? 1 : 3 == 2 */
SELECT
@@ -822,7 +822,7 @@ FROM
WHERE
x."StringValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -835,7 +835,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable == null ? 2 : x_with_not.StringValueNullable != null ? 1 : 3 == 2) */
SELECT
@@ -851,7 +851,7 @@ FROM
WHERE
x_with_not."StringValueNullable" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -864,7 +864,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap => 2 == swap.StringValueNullable == null ? 2 : swap.StringValueNullable != null ? 1 : 3 */
SELECT
@@ -880,7 +880,7 @@ FROM
WHERE
swap."StringValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -893,7 +893,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap_with_not => !(2 == swap_with_not.StringValueNullable == null ? 2 : swap_with_not.StringValueNullable != null ? 1 : 3) */
SELECT
@@ -909,7 +909,7 @@ FROM
WHERE
swap_with_not."StringValueNullable" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -922,7 +922,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable == null ? 2 : x.StringValueNullable != null ? 1 : 3 > 3 */
SELECT
@@ -938,7 +938,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -951,7 +951,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable == null ? 2 : x_with_not.StringValueNullable != null ? 1 : 3 > 3) */
SELECT
@@ -965,7 +965,7 @@ SELECT
FROM
"OptimizationData" x_with_not
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -978,7 +978,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable == null ? 2 : x.StringValueNullable != null ? 1 : 3 >= 1 */
SELECT
@@ -992,7 +992,7 @@ SELECT
FROM
"OptimizationData" x
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1005,7 +1005,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable == null ? 2 : x_with_not.StringValueNullable != null ? 1 : 3 >= 1) */
SELECT
@@ -1021,7 +1021,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1034,7 +1034,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable == null ? 2 : x.StringValueNullable != null ? 1 : 3 > 1 */
SELECT
@@ -1050,7 +1050,7 @@ FROM
WHERE
x."StringValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1063,7 +1063,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable == null ? 2 : x_with_not.StringValueNullable != null ? 1 : 3 > 1) */
SELECT
@@ -1079,7 +1079,7 @@ FROM
WHERE
x_with_not."StringValueNullable" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1092,7 +1092,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable == null ? 1 : x.StringValueNullable != null ? 2 : 3 != 2 */
SELECT
@@ -1108,7 +1108,7 @@ FROM
WHERE
x."StringValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1121,7 +1121,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable == null ? 1 : x_with_not.StringValueNullable != null ? 2 : 3 != 2) */
SELECT
@@ -1137,7 +1137,7 @@ FROM
WHERE
x_with_not."StringValueNullable" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1150,7 +1150,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap => 2 != swap.StringValueNullable == null ? 1 : swap.StringValueNullable != null ? 2 : 3 */
SELECT
@@ -1166,7 +1166,7 @@ FROM
WHERE
swap."StringValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1179,7 +1179,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap_with_not => !(2 != swap_with_not.StringValueNullable == null ? 1 : swap_with_not.StringValueNullable != null ? 2 : 3) */
SELECT
@@ -1195,7 +1195,7 @@ FROM
WHERE
swap_with_not."StringValueNullable" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1208,7 +1208,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable != null ? x.StringValueNullable == "2" ? 2 : 10 : x.StringValueNullable == null ? 3 : 1 == 2 */
SELECT
@@ -1231,7 +1231,7 @@ WHERE
ELSE 1
END = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1244,7 +1244,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable != null ? x_with_not.StringValueNullable == "2" ? 2 : 10 : x_with_not.StringValueNullable == null ? 3 : 1 == 2) */
SELECT
@@ -1267,7 +1267,7 @@ WHERE
ELSE 1
END <> 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1280,7 +1280,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap => 2 == swap.StringValueNullable != null ? swap.StringValueNullable == "2" ? 2 : 10 : swap.StringValueNullable == null ? 3 : 1 */
SELECT
@@ -1303,7 +1303,7 @@ WHERE
ELSE 1
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1316,7 +1316,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap_with_not => !(2 == swap_with_not.StringValueNullable != null ? swap_with_not.StringValueNullable == "2" ? 2 : 10 : swap_with_not.StringValueNullable == null ? 3 : 1) */
SELECT
@@ -1339,7 +1339,7 @@ WHERE
ELSE 1
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1352,7 +1352,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue < 4 ? 4 : x.IntVlaue == 0 */
SELECT
@@ -1368,7 +1368,7 @@ FROM
WHERE
x."IntVlaue" = 0 AND x."IntVlaue" >= 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1381,7 +1381,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue < 4 ? 4 : x.IntVlaue != 0 */
SELECT
@@ -1397,7 +1397,7 @@ FROM
WHERE
x."IntVlaue" < 4 OR x."IntVlaue" <> 0 AND x."IntVlaue" >= 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1410,7 +1410,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue < 4 ? 4 : x_with_not.IntVlaue != 0) */
SELECT
@@ -1426,7 +1426,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" < 4 OR x_with_not."IntVlaue" <> 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1439,7 +1439,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap => 0 != swap.IntVlaue < 4 ? 4 : swap.IntVlaue */
SELECT
@@ -1455,7 +1455,7 @@ FROM
WHERE
swap."IntVlaue" < 4 OR swap."IntVlaue" <> 0 AND swap."IntVlaue" >= 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1468,7 +1468,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap_with_not => !(0 != swap_with_not.IntVlaue < 4 ? 4 : swap_with_not.IntVlaue) */
SELECT
@@ -1484,7 +1484,7 @@ FROM
WHERE
NOT (swap_with_not."IntVlaue" < 4 OR swap_with_not."IntVlaue" <> 0 AND swap_with_not."IntVlaue" >= 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1497,7 +1497,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue < 4 ? 4 : x.IntVlaue > 0 */
SELECT
@@ -1513,7 +1513,7 @@ FROM
WHERE
x."IntVlaue" < 4 OR x."IntVlaue" > 0 AND x."IntVlaue" >= 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1526,7 +1526,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue < 4 ? 4 : x_with_not.IntVlaue > 0) */
SELECT
@@ -1542,7 +1542,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" < 4 OR x_with_not."IntVlaue" > 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1555,7 +1555,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue < 4 ? 4 : x.IntVlaue < 0 */
SELECT
@@ -1571,7 +1571,7 @@ FROM
WHERE
x."IntVlaue" < 0 AND x."IntVlaue" >= 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1584,7 +1584,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue < 4 ? 4 : x_with_not.IntVlaue < 0) */
SELECT
@@ -1600,7 +1600,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" < 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1613,7 +1613,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue < 4 ? 4 : x.IntVlaue >= 0 */
SELECT
@@ -1629,7 +1629,7 @@ FROM
WHERE
x."IntVlaue" < 4 OR x."IntVlaue" >= 0 AND x."IntVlaue" >= 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1642,7 +1642,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue < 4 ? 4 : x_with_not.IntVlaue >= 0) */
SELECT
@@ -1658,7 +1658,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" < 4 OR x_with_not."IntVlaue" >= 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1671,7 +1671,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue < 4 ? 4 : x.IntVlaue <= 0 */
SELECT
@@ -1687,7 +1687,7 @@ FROM
WHERE
x."IntVlaue" <= 0 AND x."IntVlaue" >= 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1700,7 +1700,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue < 4 ? 4 : x_with_not.IntVlaue <= 0) */
SELECT
@@ -1716,7 +1716,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" <= 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1729,7 +1729,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue >= 4 ? x.IntVlaue : 4 == 0 */
SELECT
@@ -1745,7 +1745,7 @@ FROM
WHERE
x."IntVlaue" = 0 AND x."IntVlaue" >= 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1758,7 +1758,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue >= 4 ? x_with_not.IntVlaue : 4 == 0) */
SELECT
@@ -1774,7 +1774,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" = 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1787,7 +1787,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap => 0 == swap.IntVlaue >= 4 ? swap.IntVlaue : 4 */
SELECT
@@ -1803,7 +1803,7 @@ FROM
WHERE
swap."IntVlaue" = 0 AND swap."IntVlaue" >= 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1816,7 +1816,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap_with_not => !(0 == swap_with_not.IntVlaue >= 4 ? swap_with_not.IntVlaue : 4) */
SELECT
@@ -1832,7 +1832,7 @@ FROM
WHERE
NOT (swap_with_not."IntVlaue" = 0 AND swap_with_not."IntVlaue" >= 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1845,7 +1845,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue >= 4 ? x.IntVlaue : 4 != 0 */
SELECT
@@ -1861,7 +1861,7 @@ FROM
WHERE
x."IntVlaue" <> 0 AND x."IntVlaue" >= 4 OR x."IntVlaue" < 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1874,7 +1874,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue >= 4 ? x_with_not.IntVlaue : 4 != 0) */
SELECT
@@ -1890,7 +1890,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" <> 0 AND x_with_not."IntVlaue" >= 4 OR x_with_not."IntVlaue" < 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1903,7 +1903,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap => 0 != swap.IntVlaue >= 4 ? swap.IntVlaue : 4 */
SELECT
@@ -1919,7 +1919,7 @@ FROM
WHERE
swap."IntVlaue" <> 0 AND swap."IntVlaue" >= 4 OR swap."IntVlaue" < 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1932,7 +1932,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* swap_with_not => !(0 != swap_with_not.IntVlaue >= 4 ? swap_with_not.IntVlaue : 4) */
SELECT
@@ -1948,7 +1948,7 @@ FROM
WHERE
NOT (swap_with_not."IntVlaue" <> 0 AND swap_with_not."IntVlaue" >= 4 OR swap_with_not."IntVlaue" < 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1961,7 +1961,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue >= 4 ? x.IntVlaue : 4 > 0 */
SELECT
@@ -1977,7 +1977,7 @@ FROM
WHERE
x."IntVlaue" > 0 AND x."IntVlaue" >= 4 OR x."IntVlaue" < 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1990,7 +1990,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue >= 4 ? x_with_not.IntVlaue : 4 > 0) */
SELECT
@@ -2006,7 +2006,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" > 0 AND x_with_not."IntVlaue" >= 4 OR x_with_not."IntVlaue" < 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2019,7 +2019,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue >= 4 ? x.IntVlaue : 4 < 0 */
SELECT
@@ -2035,7 +2035,7 @@ FROM
WHERE
x."IntVlaue" < 0 AND x."IntVlaue" >= 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2048,7 +2048,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue >= 4 ? x_with_not.IntVlaue : 4 < 0) */
SELECT
@@ -2064,7 +2064,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" < 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2077,7 +2077,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue >= 4 ? x.IntVlaue : 4 >= 0 */
SELECT
@@ -2093,7 +2093,7 @@ FROM
WHERE
x."IntVlaue" >= 0 AND x."IntVlaue" >= 4 OR x."IntVlaue" < 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2106,7 +2106,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue >= 4 ? x_with_not.IntVlaue : 4 >= 0) */
SELECT
@@ -2122,7 +2122,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" >= 0 AND x_with_not."IntVlaue" >= 4 OR x_with_not."IntVlaue" < 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2135,7 +2135,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue >= 4 ? x.IntVlaue : 4 <= 0 */
SELECT
@@ -2151,7 +2151,7 @@ FROM
WHERE
x."IntVlaue" <= 0 AND x."IntVlaue" >= 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2164,7 +2164,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue >= 4 ? x_with_not.IntVlaue : 4 <= 0) */
SELECT
@@ -2180,7 +2180,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" <= 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDay(PostgreSQL.13).sql
index e35dd314f24b..b250d3acc91c 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Extract(day from t."DateTimeValue")
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDayOfYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDayOfYear(PostgreSQL.13).sql
index 3bdc1f3287ab..1203820be80e 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDayOfYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDayOfYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Extract(doy from t."DateTimeValue")
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartHour(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartHour(PostgreSQL.13).sql
index 2c047726b9e9..501ec3eb8493 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartHour(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartHour(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Extract(hour from t."DateTimeValue")
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMillisecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMillisecond(PostgreSQL.13).sql
index f3a4bdaf8c33..1ebeed771165 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMillisecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMillisecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Cast(To_Char(t."DateTimeValue", 'MS') as int)
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMinute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMinute(PostgreSQL.13).sql
index d9f587d0ecfc..c4d43b839c61 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMinute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMinute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Extract(minute from t."DateTimeValue")
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMonth(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMonth(PostgreSQL.13).sql
index 4b157a6a2ba0..507b58d86b81 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMonth(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMonth(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Extract(month from t."DateTimeValue")
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartQuarter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartQuarter(PostgreSQL.13).sql
index 60d1acd9b908..13088b279ec7 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartQuarter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartQuarter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Extract(quarter from t."DateTimeValue")
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartSecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartSecond(PostgreSQL.13).sql
index ff56ada9fd1e..fbf4f302f967 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartSecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartSecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Extract(second from t."DateTimeValue")
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeek(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeek(PostgreSQL.13).sql
index 6f456b443c23..7d9dd4c3294f 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeek(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeek(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Extract(week from t."DateTimeValue")
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeekDay(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeekDay(PostgreSQL.13).sql
index 3c1a3df136e8..deee52d6943e 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeekDay(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeekDay(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Extract(dow from t."DateTimeValue") + 1
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartYear(PostgreSQL.13).sql
index e22c62618bb1..001449f8b7c6 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Extract(year from t."DateTimeValue")
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test1(PostgreSQL.13).sql
index c286cf51e591..5437c8f76cdf 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test2(PostgreSQL.13).sql
index 1634439a746f..286ae9a406f7 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate1(PostgreSQL.13).sql
index 076962732c49..35a3f10e73d9 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate2(PostgreSQL.13).sql
index 8aba6adcd91c..37b0bfb37d9a 100644
--- a/PostgreSQL.13/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
'1' || t1."FirstName" COLLATE "POSIX" || '2'
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Between(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Between(PostgreSQL.13).sql
index bf36a592bbd2..ef3ff4fffee2 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Between(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Between(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two") BETWEEN (i."One", i."One" * 2) AND (i."One", i."One" + i."One")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Three") BETWEEN (i."One", i."One") AND (i."One", i."Four")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two") BETWEEN (i."One", i."Three") AND (i."One", i."Two")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."Two", i."Five") BETWEEN (i."One", i."One") AND (i."Three", i."Two")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(i."Two", i."Five") BETWEEN (i."One", i."One") AND (i."Two", i."Two")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(i."Two", i."Nil") BETWEEN (i."One", i."One") AND (i."Three", i."One")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(i."Two", i."Nil") BETWEEN (i."Two", i."One") AND (i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(i."Two", i."Five") BETWEEN (i."One", i."Nil") AND (i."Three", i."Nil")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(i."Two", i."Nil") BETWEEN (i."One", i."Nil") AND (i."Three", i."Nil")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.13,1).sql
index 36ea9b64582e..729740184625 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @r3 Integer -- Int32
SET @r3 = 1
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.13,2).sql
index 6c448c00d64f..747dc8f6b84e 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @r3 Integer -- Int32
SET @r3 = 2
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.13,3).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.13,3).sql
index 0d6483d2cf3a..b509e1a44401 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.13,3).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.13,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @r3 Integer -- Int32
SET @r3 = 3
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.CompareToSelect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.CompareToSelect(PostgreSQL.13).sql
index 23b9d329ca0f..972bcf9ab4b5 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.CompareToSelect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.CompareToSelect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.EqualToSelect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.EqualToSelect(PostgreSQL.13).sql
index b875fc7ab046..6e00e6ff36cf 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.EqualToSelect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.EqualToSelect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Equals(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Equals(PostgreSQL.13).sql
index 590183feac49..3518535b78d6 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Equals(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Equals(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") = (i."One", i."One" * 2, i."Four" - 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") = (i."One", i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Nil", i."Three") = (i."One", i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(1, i."Nil", 3) = (i."One", i."Nil", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Greater(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Greater(PostgreSQL.13).sql
index 32f31be5f46e..3da280d21f94 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Greater(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Greater(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") > (i."One", i."One" * 2, i."Four" - 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") > (i."One", i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") > (i."One", i."Five", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."One", i."Nil", i."Four") > (i."One", i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.GreaterEquals(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.GreaterEquals(PostgreSQL.13).sql
index 7b5aa5101f58..131f2836cc19 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.GreaterEquals(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.GreaterEquals(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") >= (i."One", i."One" * 2, i."Four" - 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") >= (i."One", i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") >= (i."One", i."Five", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."One", i."Nil", i."Four") >= (i."One", i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.In(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.In(PostgreSQL.13).sql
index 858a4df527e8..088557508c85 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.In(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.In(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two") IN ((1, i."One" * 2))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") IN ((i."One", i."One" * 2, i."Four" - 1), (0, 7, 9), (NULL, -1, i."Four"))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") IN ((i."One", i."One" * 2, i."Four" - 1), (0, 7, 9), (NULL, 2, i."Four"))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNotNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNotNull(PostgreSQL.13).sql
index 8d0831ed317d..30792fcfc515 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNotNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNotNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Nil", NULL) IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNull(PostgreSQL.13).sql
index b5457780ad4b..ff07224affac 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Nil", NULL) IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test1(PostgreSQL.13).sql
index c6fc8df2b6f2..d72531f61da3 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test3(PostgreSQL.13).sql
index ef16195e9c89..bd6a0f4307c7 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Less(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Less(PostgreSQL.13).sql
index acf81e413d55..404a81f27b93 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Less(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Less(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") < (i."One", i."One" * 2, i."Four" - 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") < (i."One", i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") < (i."One", i."Five", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."One", i."Nil", i."One") < (i."One", i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.LessEquals(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.LessEquals(PostgreSQL.13).sql
index 08fa128fdffb..c4db33363b6c 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.LessEquals(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.LessEquals(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") <= (i."One", i."One" * 2, i."Four" - 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") <= (i."One", i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") <= (i."One", i."Five", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."One", i."Nil", i."One") <= (i."One", i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.MixedTypes(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.MixedTypes(PostgreSQL.13).sql
index d303ff5e940d..a2c4896533fd 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.MixedTypes(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.MixedTypes(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotBetween(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotBetween(PostgreSQL.13).sql
index d11c9545da18..ecc9b44f3dbe 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotBetween(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotBetween(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two") NOT BETWEEN (i."One", i."One" * 2) AND (i."One", i."One" + i."One")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Three") NOT BETWEEN (i."One", i."One") AND (i."One", i."Four")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two") NOT BETWEEN (i."One", i."Three") AND (i."One", i."Two")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."Two", i."Five") NOT BETWEEN (i."One", i."One") AND (i."Three", i."Two")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(i."Two", i."Five") NOT BETWEEN (i."One", i."One") AND (i."Two", i."Two")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(i."Two", i."Nil") NOT BETWEEN (i."One", i."One") AND (i."Three", i."One")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(i."Two", i."Nil") NOT BETWEEN (i."Two", i."One") AND (i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(i."Two", i."Five") NOT BETWEEN (i."One", i."Nil") AND (i."Three", i."Nil")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(i."Two", i."Nil") NOT BETWEEN (i."One", i."Nil") AND (i."Three", i."Nil")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotEquals(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotEquals(PostgreSQL.13).sql
index af580979cd04..52573fe3ea52 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotEquals(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotEquals(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") <> (i."One", i."One" * 2, i."Four" - 1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") <> (i."One", i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Nil", i."Three") <> (i."One", i."Two", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(1, i."Nil", 4) <> (i."One", i."Nil", i."Three")
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotIn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotIn(PostgreSQL.13).sql
index 3192ae3e2209..7a236ec17f53 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotIn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotIn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two") NOT IN ((1, i."One" * 2))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") NOT IN ((i."One", i."One" * 2, i."Four" - 1), (0, 7, 9), (NULL, -1, i."Four"))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Three", i."Four") NOT IN ((i."One", i."One" * 2, i."Four" - 1), (0, 7, 9), (NULL, 2, i."Four"))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") NOT IN ((i."One", i."One" * 2, i."Four" - 1), (0, 7, 9), (NULL, 2, i."Four"))
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowLiteral(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowLiteral(PostgreSQL.13).sql
index 1acb291c62b0..b1870b91a61b 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowLiteral(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowLiteral(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Ints"
@@ -9,7 +9,7 @@ SET
WHERE
"Ints"."One" = 10
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowSelect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowSelect(PostgreSQL.13).sql
index d272df91db10..9a2111d367a3 100644
--- a/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowSelect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowSelect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Ints"
@@ -17,7 +17,7 @@ SET
WHERE
"Ints"."One" = 10
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex1(PostgreSQL.13).sql
index ee18be2e578c..32d6dcc2b741 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex2(PostgreSQL.13).sql
index 61711050453b..6142304453ab 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare1(PostgreSQL.13).sql
index 68924235104e..17ec753b73f5 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare2(PostgreSQL.13).sql
index 8178f8cbb2d7..e605985fac8c 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare3(PostgreSQL.13).sql
index dcafe2f2541f..a42977d20557 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare4(PostgreSQL.13).sql
index 01965dee04b5..f55e13e554c0 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal1(PostgreSQL.13).sql
index 68924235104e..17ec753b73f5 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal2(PostgreSQL.13).sql
index dcafe2f2541f..a42977d20557 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo(PostgreSQL.13).sql
index 47c475136b02..48826ca0d876 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo1(PostgreSQL.13).sql
index 68924235104e..17ec753b73f5 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo2(PostgreSQL.13).sql
index 5b075ca18f43..bd11955829f5 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo21(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo21(PostgreSQL.13).sql
index 68bf6001953f..ca1c21cd142b 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo21(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo21(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo22(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo22(PostgreSQL.13).sql
index 68bf6001953f..ca1c21cd142b 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo22(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo22(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo3(PostgreSQL.13).sql
index c6695aedf437..e756decbaca7 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo31(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo31(PostgreSQL.13).sql
index 8313e97e0758..ea794833d7b0 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo31(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo31(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo32(PostgreSQL.13).sql
index 8313e97e0758..ea794833d7b0 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual1(PostgreSQL.13).sql
index 5802575f6f32..3272503d5655 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual2(PostgreSQL.13).sql
index 5802575f6f32..3272503d5655 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant(PostgreSQL.13).sql
index 68592f639cfd..58ec449afd2a 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."FirstName" LIKE '%jOh%' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant2(PostgreSQL.13).sql
index 19803f1bed01..96c7bec6116f 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."FirstName" LIKE '%o~%h%' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant3(PostgreSQL.13).sql
index 4ee29147f0d7..b15e2bcf324d 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant4(PostgreSQL.13).sql
index dc21342e512b..6d3150406e60 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123[456'
@@ -9,7 +9,7 @@ FROM
WHERE
p."PersonID" = 1 AND :s LIKE '%~[%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123[456'
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant41(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant41(PostgreSQL.13).sql
index 212362f8546f..a3813a307556 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant41(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant41(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123[456'
DECLARE @ps Text(4) -- String
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant5(PostgreSQL.13).sql
index 98bd98297259..3d9d6b1bf2c3 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant51(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant51(PostgreSQL.13).sql
index 848126e03c3f..1da36988b7b8 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant51(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant51(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ps Text(4) -- String
SET @ps = '%~[%'
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase1(PostgreSQL.13).sql
index c3d006ff7705..6b351edcc8d6 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase2(PostgreSQL.13).sql
index 76f04b4b6e70..3aaca64b1568 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."FirstName" LIKE '%Joh%' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsNull(PostgreSQL.13).sql
index ab782e91f4d1..0b1c4252759c 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter1(PostgreSQL.13).sql
index ab0e9948ea4e..d999737497eb 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @str Text(4) -- String
SET @str = '%oh%'
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter2(PostgreSQL.13).sql
index e2d076152bb6..49717b879802 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @str Text(6) -- String
SET @str = '%o~%h%'
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter4(PostgreSQL.13).sql
index 572c9189edb2..931cea0c28bf 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,#).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,#).sql
index ba6a9b94c8c3..ced96f68a4d4 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,#).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,#).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123#456'
DECLARE @toTest Text(4) -- String
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,%).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,%).sql
index 8f49a04ffb11..3ab28f7fa205 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,%).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,%).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123%456'
DECLARE @toTest Text(4) -- String
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,-).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,-).sql
index 6448fd897417..18daac78d1bf 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,-).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,-).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123-456'
DECLARE @toTest Text(3) -- String
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,0x002A).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,0x002A).sql
index 1a59473cd586..c0f155bfec08 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,0x002A).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,0x002A).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123*456'
DECLARE @toTest Text(4) -- String
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,0x003F).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,0x003F).sql
index 08dd8ecf7890..9926ee039181 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,0x003F).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,0x003F).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123?456'
DECLARE @toTest Text(4) -- String
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,[).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,[).sql
index 1dfa8cc9b94a..ab14e0adf409 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,[).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,[).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123[456'
DECLARE @toTest Text(4) -- String
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,[[).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,[[).sql
index af96f47883eb..83b498db0984 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,[[).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,[[).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(8) -- String
SET @s = '123[[456'
DECLARE @toTest Text(6) -- String
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,[]).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,[]).sql
index 25d3fe14f1c7..f5b1b520dfda 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,[]).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,[]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(8) -- String
SET @s = '123[]456'
DECLARE @toTest Text(6) -- String
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,]).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,]).sql
index 523720c5bcbc..5d6be8c2bcf9 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,]).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123]456'
DECLARE @toTest Text(4) -- String
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,]]).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,]]).sql
index 298fa387e046..624b782ca753 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,]]).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,]]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(8) -- String
SET @s = '123]]456'
DECLARE @toTest Text(6) -- String
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,n).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,n).sql
index 05084a9c9b06..0fb067de86df 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,n).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.13,n).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123n456'
DECLARE @toTest Text(3) -- String
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,#).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,#).sql
index 92eec242d2a2..684340674ee0 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,#).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,#).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123#456' LIKE '%~#%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,%).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,%).sql
index ebbd61ae4502..b26828af0c27 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,%).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,%).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123%456' LIKE '%~%%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,-).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,-).sql
index 60eebfb97840..79edde36c694 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,-).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,-).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123-456' LIKE '%-%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,0x002A).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,0x002A).sql
index 155171bae5e8..1bb647ee0b44 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,0x002A).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,0x002A).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123*456' LIKE '%~*%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,0x003F).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,0x003F).sql
index 9646e38b0acf..7fa5829167b7 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,0x003F).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,0x003F).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123?456' LIKE '%~?%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,[).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,[).sql
index 089c81a3ff0b..5078369ccb3a 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,[).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,[).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123[456' LIKE '%~[%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,[[).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,[[).sql
index da45b2018224..b7aa360a1775 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,[[).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,[[).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123[[456' LIKE '%~[~[%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,[]).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,[]).sql
index 07382076c276..0a24ef9d345d 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,[]).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,[]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123[]456' LIKE '%~[~]%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,]).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,]).sql
index c3cd3e4ed967..7e9747f07b08 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,]).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123]456' LIKE '%~]%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,]]).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,]]).sql
index e21afd96e91b..bcb417bf83cf 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,]]).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,]]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123]]456' LIKE '%~]~]%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,n).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,n).sql
index 7c47d4063c42..e34f1194c1fe 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,n).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.13,n).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123n456' LIKE '%n%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_Contains(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_Contains(PostgreSQL.13).sql
index d24a078888d6..07316caa71da 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_Contains(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_Contains(PostgreSQL.13).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%stSt%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" LIKE '%stSt%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%stst%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_EndsWith(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_EndsWith(PostgreSQL.13).sql
index c13a18739d9c..de46ebfd705e 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_EndsWith(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_EndsWith(PostgreSQL.13).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%stString' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" LIKE '%stString' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%ststring' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_StartsWith(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_StartsWith(PostgreSQL.13).sql
index bd1b6369a78b..641b81beba61 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_StartsWith(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_StartsWith(PostgreSQL.13).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" LIKE 'TestSt%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" LIKE 'TestSt%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" LIKE 'testst%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithIgnoreCase(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithIgnoreCase(PostgreSQL.13).sql
index 066b009c83df..04b939149752 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithIgnoreCase(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithIgnoreCase(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."FirstName" LIKE '%JOHN' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithWithCase(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithWithCase(PostgreSQL.13).sql
index 3306fa0704d8..d92a1a62d42d 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithWithCase(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithWithCase(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."Diagnosis" LIKE '%Persecution' ESCAPE '~' AND p."PersonID" = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -17,7 +17,7 @@ WHERE
p."Diagnosis" NOT LIKE '%Persecution' ESCAPE '~' AND
p."PersonID" = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -26,7 +26,7 @@ FROM
WHERE
p."Diagnosis" LIKE '%persecution' ESCAPE '~' AND p."PersonID" = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_Contains(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_Contains(PostgreSQL.13).sql
index 8e83f40bc7de..144024a3eb1d 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_Contains(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_Contains(PostgreSQL.13).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" ILIKE '%stSt%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" ILIKE '%stSt%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" ILIKE '%stst%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_EndsWith(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_EndsWith(PostgreSQL.13).sql
index 9026b29b4677..66982a40307b 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_EndsWith(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_EndsWith(PostgreSQL.13).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" ILIKE '%stString' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" ILIKE '%stString' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" ILIKE '%ststring' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_StartsWith(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_StartsWith(PostgreSQL.13).sql
index a31619f26137..2e37ffdc7a2a 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_StartsWith(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_StartsWith(PostgreSQL.13).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" ILIKE 'TestSt%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" ILIKE 'TestSt%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" ILIKE 'testst%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_Contains(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_Contains(PostgreSQL.13).sql
index d24a078888d6..07316caa71da 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_Contains(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_Contains(PostgreSQL.13).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%stSt%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" LIKE '%stSt%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%stst%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_EndsWith(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_EndsWith(PostgreSQL.13).sql
index c13a18739d9c..de46ebfd705e 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_EndsWith(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_EndsWith(PostgreSQL.13).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%stString' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" LIKE '%stString' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%ststring' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_StartsWith(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_StartsWith(PostgreSQL.13).sql
index bd1b6369a78b..641b81beba61 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_StartsWith(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_StartsWith(PostgreSQL.13).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" LIKE 'TestSt%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" LIKE 'TestSt%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" LIKE 'testst%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_Contains(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_Contains(PostgreSQL.13).sql
index 6b94b341e424..ff12216449eb 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_Contains(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_Contains(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Diagnosis" LIKE '%Paranoid%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
r."Diagnosis" LIKE '%paranoid%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
r."Diagnosis" ILIKE '%paranoid%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_EndsWith(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_EndsWith(PostgreSQL.13).sql
index 61b08c1fcc10..b2f7be7ba439 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_EndsWith(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_EndsWith(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Diagnosis" LIKE '%Persecution' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
r."Diagnosis" LIKE '%persecution' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
r."Diagnosis" ILIKE '%persecution' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_StartsWith(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_StartsWith(PostgreSQL.13).sql
index 96eafc05fd98..91535c063f01 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_StartsWith(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_StartsWith(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Diagnosis" LIKE 'Hall%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
r."Diagnosis" LIKE 'hall%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
r."Diagnosis" ILIKE 'hall%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf11(PostgreSQL.13).sql
index ee18be2e578c..32d6dcc2b741 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf11(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf12(PostgreSQL.13).sql
index 85479a3f21ab..2f86d8948b0d 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf2(PostgreSQL.13).sql
index e57aabbac048..7e0b81eb0dbb 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Insert(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Insert(PostgreSQL.13).sql
index 3a34580c1e7e..22ad9c77ba72 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Insert(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Insert(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty1(PostgreSQL.13).sql
index ef63212b1817..4415f8e70269 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty2(PostgreSQL.13).sql
index dca18a701afb..7305e6b56604 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Length(p."FirstName") = 0
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf1(PostgreSQL.13).sql
index 84a88d87c6a7..cd0206fd7789 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf2(PostgreSQL.13).sql
index 9b98968682cb..01054c348f5d 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf3(PostgreSQL.13).sql
index dd66cd9bc039..a62998a94004 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Left(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Left(PostgreSQL.13).sql
index 0841c0a50f07..b285d504c61d 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Left(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Left(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Length(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Length(PostgreSQL.13).sql
index 94b5358984a6..79fd731ac354 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Length(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Length(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.13, ).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.13, ).sql
index c9feff2bf11c..e5825dcb9cb4 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.13, ).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.13, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Str",
@@ -7,7 +7,7 @@ SELECT
FROM
"TestLengthModel" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.13, abc ).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.13, abc ).sql
index c9feff2bf11c..e5825dcb9cb4 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.13, abc ).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.13, abc ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Str",
@@ -7,7 +7,7 @@ SELECT
FROM
"TestLengthModel" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.13,abc ).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.13,abc ).sql
index c9feff2bf11c..e5825dcb9cb4 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.13,abc ).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.13,abc ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Str",
@@ -7,7 +7,7 @@ SELECT
FROM
"TestLengthModel" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.13, ).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.13, ).sql
index fa7d2f9be4fe..bf7b54a907fe 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.13, ).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.13, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Str",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.13, abc ).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.13, abc ).sql
index fa7d2f9be4fe..bf7b54a907fe 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.13, abc ).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.13, abc ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Str",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.13,abc ).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.13,abc ).sql
index fa7d2f9be4fe..bf7b54a907fe 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.13,abc ).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.13,abc ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Str",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like21(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like21(PostgreSQL.13).sql
index 4f2e972083f5..a4d2fde6a3a2 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like21(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like21(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like22(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like22(PostgreSQL.13).sql
index d392b8c935c3..2618456dabc4 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like22(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like22(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like23(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like23(PostgreSQL.13).sql
index 01e86209ef5f..e2e4123a7215 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like23(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like23(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @pattern Text(6) -- String
SET @pattern = '%h~%n%'
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft(PostgreSQL.13).sql
index ded9aaa740b3..142a7e797742 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft1(PostgreSQL.13).sql
index 278c500c65ac..55ec393ddf4d 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft2(PostgreSQL.13).sql
index 0ea373b84652..71bb6962e6bf 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight(PostgreSQL.13).sql
index b42b23efe815..ee18278469cf 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight1(PostgreSQL.13).sql
index b42b23efe815..ee18278469cf 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight2(PostgreSQL.13).sql
index 65112461ba52..a0b34059edec 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove1(PostgreSQL.13).sql
index 0841c0a50f07..b285d504c61d 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove2(PostgreSQL.13).sql
index 0a4600934c0a..fdb817235c45 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Replace(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Replace(PostgreSQL.13).sql
index 9df24220d255..9c8677703946 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Replace(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Replace(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Reverse(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Reverse(PostgreSQL.13).sql
index 3f11a8305ecb..c57e5e69bbf0 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Reverse(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Reverse(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Right(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Right(PostgreSQL.13).sql
index f98964806f64..03bff5b86640 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Right(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Right(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.RightInSelect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.RightInSelect(PostgreSQL.13).sql
index 557e74056c5f..8933ea8261a2 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.RightInSelect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.RightInSelect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Substring(p."FirstName", Length(p."FirstName") - 2, 3)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Space(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Space(PostgreSQL.13).sql
index 623e49815f63..e00fc9382522 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Space(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Space(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartWithByTypes(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartWithByTypes(PostgreSQL.13).sql
index e4023815d71d..ffd889e46c0d 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartWithByTypes(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartWithByTypes(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @str Char(5) -- String
SET @str = 'some%'
DECLARE @str_1 Char(5) -- String
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1(PostgreSQL.13).sql
index 4213e68370c2..369cfbd30c7c 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1Case(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1Case(PostgreSQL.13).sql
index 7865b8b2433f..794f4f260b54 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1Case(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1Case(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."FirstName" LIKE 'Jo%' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
p."FirstName" LIKE 'jo%' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1IgnoreCase(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1IgnoreCase(PostgreSQL.13).sql
index 076f706cd256..cefa1763838a 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1IgnoreCase(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1IgnoreCase(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."FirstName" ILIKE 'joH%' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith2(PostgreSQL.13).sql
index c1da0dfb7112..f835e912a809 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith3(PostgreSQL.13).sql
index 1840facfd683..50ac8bd4c2a8 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @str Text(7) -- String
SET @str = 'John123'
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith4(PostgreSQL.13).sql
index 4171003c9248..c83a07b7bdcb 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith5(PostgreSQL.13).sql
index 83e8f189564a..ff1854dbf9e4 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,InvariantCulture).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,InvariantCulture).sql
index 12d90a88bf3a..ae3cbfe720b3 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,InvariantCulture).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,InvariantCulture).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
@@ -8,7 +8,7 @@ WHERE
p."PersonID" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'Joh%'
@@ -19,7 +19,7 @@ FROM
WHERE
p."FirstName" LIKE :nameToCheck ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'Joh%'
@@ -31,7 +31,7 @@ WHERE
p."FirstName" NOT LIKE :nameToCheck ESCAPE '~' AND
p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
@@ -42,7 +42,7 @@ FROM
WHERE
p."FirstName" LIKE :nameToCheck ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,InvariantCultureIgnoreCase).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,InvariantCultureIgnoreCase).sql
index 584258fd0d6d..5c9abc87a010 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,InvariantCultureIgnoreCase).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,InvariantCultureIgnoreCase).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
@@ -8,7 +8,7 @@ WHERE
p."PersonID" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
@@ -19,7 +19,7 @@ FROM
WHERE
p."FirstName" ILIKE :nameToCheck ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,Ordinal).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,Ordinal).sql
index 12d90a88bf3a..ae3cbfe720b3 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,Ordinal).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,Ordinal).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
@@ -8,7 +8,7 @@ WHERE
p."PersonID" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'Joh%'
@@ -19,7 +19,7 @@ FROM
WHERE
p."FirstName" LIKE :nameToCheck ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'Joh%'
@@ -31,7 +31,7 @@ WHERE
p."FirstName" NOT LIKE :nameToCheck ESCAPE '~' AND
p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
@@ -42,7 +42,7 @@ FROM
WHERE
p."FirstName" LIKE :nameToCheck ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,OrdinalIgnoreCase).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,OrdinalIgnoreCase).sql
index 584258fd0d6d..5c9abc87a010 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,OrdinalIgnoreCase).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.13,OrdinalIgnoreCase).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
@@ -8,7 +8,7 @@ WHERE
p."PersonID" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
@@ -19,7 +19,7 @@ FROM
WHERE
p."FirstName" ILIKE :nameToCheck ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_Translation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_Translation(PostgreSQL.13).sql
index 9c7beeebc986..eb30cbb07ec3 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_Translation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_Translation(PostgreSQL.13).sql
@@ -1,34 +1,34 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
'test'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
'test'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
'test'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
LPAD('test', 5, '.')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
LPAD('test', 6, ' ')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
LPAD('test', 6, ' ')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
LPAD('test', 16, '.')
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_TranslationExpressionArguments(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_TranslationExpressionArguments(PostgreSQL.13).sql
index 7b65487ca2bb..b7efbe76e610 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_TranslationExpressionArguments(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_TranslationExpressionArguments(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."ID",
@@ -17,7 +17,7 @@ FROM
WHERE
s."FirstName" <> ''
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Stuff1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Stuff1(PostgreSQL.13).sql
index bc38cac06cb2..26fae6291127 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Stuff1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Stuff1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring1(PostgreSQL.13).sql
index 58ae352d57c1..865fcb4b8a27 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring2(PostgreSQL.13).sql
index 707536771a26..95cd0caefbed 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLower(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLower(PostgreSQL.13).sql
index 28782d67ca05..3c3cf3085046 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLower(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLower(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLowerParameter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLowerParameter(PostgreSQL.13).sql
index 5de52df4d808..8f36d589ca8a 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLowerParameter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLowerParameter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Text(4) -- String
SET @param = 'john'
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpper(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpper(PostgreSQL.13).sql
index 2cb2613ed06a..5dbc890cfa26 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpper(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpper(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpperParam(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpperParam(PostgreSQL.13).sql
index 1505cba2084c..187eaf05ccbc 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpperParam(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpperParam(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Text(4) -- String
SET @param = 'JOHN'
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Trim(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Trim(PostgreSQL.13).sql
index ce976eebc1c0..c5df107d2489 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Trim(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Trim(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeft(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeft(PostgreSQL.13).sql
index aa52b542f225..8303633958f4 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeft(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeft(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacter(PostgreSQL.13).sql
index 5d11e6ed0193..992bb0433ded 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacters(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacters(PostgreSQL.13).sql
index 80e28651da07..84da31127b18 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacters(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacters(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRight(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRight(PostgreSQL.13).sql
index 55ef2d780df5..faed4185f10b 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRight(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRight(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacter(PostgreSQL.13).sql
index 7502620e6a4e..9fea6960a6bb 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacters(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacters(PostgreSQL.13).sql
index 1da7c7de3d7c..89198043e363 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacters(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacters(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderDescTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderDescTest(PostgreSQL.13).sql
index 90a84eb114f7..7ae8c0982a30 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderDescTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderDescTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."Value1"),
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedDescSelectorTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedDescSelectorTest(PostgreSQL.13).sql
index 866fd6a742fe..35efbdb6540e 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedDescSelectorTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedDescSelectorTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(g_1."Value1", ' -> ' ORDER BY g_1."Value3" DESC NULLS FIRST, g_1."Value1" NULLS FIRST)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedSelectorTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedSelectorTest(PostgreSQL.13).sql
index 93e220de428f..c02502dde08d 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedSelectorTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedSelectorTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(g_1."Value1", ' -> ' ORDER BY g_1."Value3" NULLS FIRST, g_1."Value1" DESC NULLS FIRST)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationSelectorTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationSelectorTest(PostgreSQL.13).sql
index 81fbc82bcea9..9094cfaf5256 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationSelectorTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationSelectorTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(g_1."Value1", ' -> ')
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationTest(PostgreSQL.13).sql
index 39f148428f22..9f2cd3e7551e 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."Value1"),
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.ConcatStringsTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.ConcatStringsTest(PostgreSQL.13).sql
index 63e295306b4c..ac64d4255106 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.ConcatStringsTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.ConcatStringsTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Coalesce(t."Value2", '')
@@ -7,7 +7,7 @@ FROM
ORDER BY
t."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Coalesce(t."Value3", '')
@@ -16,7 +16,7 @@ FROM
ORDER BY
t."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CONCAT_WS(' -> ', t."Value3", t."Value1", t."Value2")
@@ -25,7 +25,7 @@ FROM
ORDER BY
t."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CONCAT_WS(' -> ', t."Value3", t."Value3")
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationOrderedTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationOrderedTest(PostgreSQL.13).sql
index 8c05e58cd1e7..f6ed613d6504 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationOrderedTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationOrderedTest(PostgreSQL.13).sql
@@ -1,25 +1,25 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value1", ' -> ' ORDER BY t1."Value1" NULLS FIRST)
FROM
"SampleClass" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value1", ' -> ' ORDER BY t1."Value1" NULLS FIRST)
FROM
"SampleClass" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value1", ' -> ' ORDER BY t1."Value1" DESC NULLS FIRST)
FROM
"SampleClass" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value1", ' -> ' ORDER BY t1."Value1" DESC NULLS FIRST)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSelectorTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSelectorTest(PostgreSQL.13).sql
index 3dc89a7279b3..6e4be9c66875 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSelectorTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSelectorTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value1", ' -> ')
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSubqueryTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSubqueryTest(PostgreSQL.13).sql
index c2449f41e048..400f5e62b6a3 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSubqueryTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSubqueryTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationTest(PostgreSQL.13).sql
index 3dc89a7279b3..6e4be9c66875 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value1", ' -> ')
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral1(PostgreSQL.13).sql
index 3f2648141c0c..73c2b41ed0ef 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value4", ' -> ')
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral2(PostgreSQL.13).sql
index 3f2648141c0c..73c2b41ed0ef 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value4", ' -> ')
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral3(PostgreSQL.13).sql
index b573f1e0a254..7520d482835f 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(g_1."Value4", ' -> ' ORDER BY g_1."Value3" DESC NULLS FIRST, g_1."Value4" NULLS FIRST)
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral4(PostgreSQL.13).sql
index c314f42bbeba..55da46cd4502 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."Value4"),
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.13, -0x003E ).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.13, -0x003E ).sql
index e6c319e135e1..92bb8387d7af 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.13, -0x003E ).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.13, -0x003E ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @separator Text(4) -- String
SET @separator = ' -> '
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.13, =0x003E ).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.13, =0x003E ).sql
index 900d3933c382..45ef4db3f12e 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.13, =0x003E ).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.13, =0x003E ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @separator Text(4) -- String
SET @separator = ' => '
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.13, -0x003E ).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.13, -0x003E ).sql
index 3c8780673776..2517ed004fc2 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.13, -0x003E ).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.13, -0x003E ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @separator Text(4) -- String
SET @separator = ' -> '
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.13, =0x003E ).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.13, =0x003E ).sql
index ad0dbf14e492..0e16621981f0 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.13, =0x003E ).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.13, =0x003E ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @separator Text(4) -- String
SET @separator = ' => '
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4501Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4501Test(PostgreSQL.13).sql
index f0e648ecde68..c0b0f513c754 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4501Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4501Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4597Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4597Test(PostgreSQL.13).sql
index 94b090f0c9ec..fabec2225cef 100644
--- a/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4597Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4597Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArray(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArray(PostgreSQL.13).sql
index 417bff6ee5fd..b76b0a3112fb 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArray(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArray(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CONCAT_WS(', ', Coalesce(t."NullableValue", ''), t."NotNullableValue", Coalesce(t."VarcharValue", ''), Coalesce(t."NVarcharValue", '')),
@@ -33,7 +33,7 @@ SELECT
FROM
"SampleClass" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNull(PostgreSQL.13).sql
index a00830bbfdf7..d16abcd6479b 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CONCAT_WS(', ', t."NullableValue", t."NotNullableValue", t."VarcharValue", t."NVarcharValue"),
@@ -14,7 +14,7 @@ SELECT
FROM
"SampleClass" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNullAndFilter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNullAndFilter(PostgreSQL.13).sql
index 97f382a6def0..100be10a388a 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNullAndFilter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNullAndFilter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CONCAT_WS(', ', CASE
@@ -31,7 +31,7 @@ WHERE
ELSE NULL
END)) <> 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteFiltered(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteFiltered(PostgreSQL.13).sql
index 1040b382cd3f..b306b29581a2 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteFiltered(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteFiltered(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Coalesce(STRING_AGG(t1."NullableValue", ', ' ORDER BY t1."NotNullableValue") FILTER (WHERE t1."NullableValue" IN ('A', 'B')), '')
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullable(PostgreSQL.13).sql
index 43ce3747f3dd..1824dfb64397 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Coalesce(STRING_AGG(Coalesce(t1."NullableValue", ''), ', ' ORDER BY t1."NotNullableValue" NULLS FIRST), '')
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableButFilteredAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableButFilteredAsync(PostgreSQL.13).sql
index 7d970cf77e4c..3d573de15c05 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableButFilteredAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableButFilteredAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Coalesce(STRING_AGG(t1."NullableValue", ', ' ORDER BY t1."NotNullableValue"), '')
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableOnlyNotNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableOnlyNotNull(PostgreSQL.13).sql
index 7d970cf77e4c..3d573de15c05 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableOnlyNotNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableOnlyNotNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Coalesce(STRING_AGG(t1."NullableValue", ', ' ORDER BY t1."NotNullableValue"), '')
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinOnClient(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinOnClient(PostgreSQL.13).sql
index a57fe38541c5..0f7044ab6c64 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinOnClient(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinOnClient(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGrouping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGrouping(PostgreSQL.13).sql
index e2d4c44fdfee..e5cdf9fc95a2 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGrouping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGrouping(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
@@ -11,7 +11,7 @@ GROUP BY
ORDER BY
g_1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingAndUnsupportedMethod(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingAndUnsupportedMethod(PostgreSQL.13).sql
index b684f3476a7f..f9ca4b443cbd 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingAndUnsupportedMethod(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingAndUnsupportedMethod(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Key_1",
@@ -46,7 +46,7 @@ FROM
ORDER BY
t1."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingDistinctSimple(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingDistinctSimple(PostgreSQL.13).sql
index 0e80f32c79d9..089c49dc32c7 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingDistinctSimple(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingDistinctSimple(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Key_1",
@@ -49,7 +49,7 @@ FROM
ORDER BY
t1."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrderSimple(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrderSimple(PostgreSQL.13).sql
index 796f26e94ab5..587031a53d86 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrderSimple(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrderSimple(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
@@ -11,7 +11,7 @@ GROUP BY
ORDER BY
g_1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrdered(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrdered(PostgreSQL.13).sql
index 0c95f784d783..e23c8e201dff 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrdered(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrdered(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
@@ -18,7 +18,7 @@ GROUP BY
ORDER BY
g_1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.13,, ).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.13,, ).sql
index 95bf69557269..47d7e0b29170 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.13,, ).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.13,, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @separator Text(2) -- String
SET @separator = ', '
@@ -13,7 +13,7 @@ GROUP BY
ORDER BY
g_1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.13,0x003A ).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.13,0x003A ).sql
index 4554fbf422d8..9bde2239cd65 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.13,0x003A ).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.13,0x003A ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @separator Text(2) -- String
SET @separator = ': '
@@ -13,7 +13,7 @@ GROUP BY
ORDER BY
g_1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingVarious(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingVarious(PostgreSQL.13).sql
index 7d54ef3e7245..03610aff80ff 100644
--- a/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingVarious(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingVarious(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Key_1",
@@ -35,7 +35,7 @@ FROM
ORDER BY
t1."Key_1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains1(PostgreSQL.13).sql
index fc505fe14d6c..3b6edfaca1fe 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains2(PostgreSQL.13).sql
index 16a377fc3728..c8e433e8c537 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count1(PostgreSQL.13).sql
index 5e031ec15710..c9ae7b57414e 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count2(PostgreSQL.13).sql
index 91b34060bbec..7d25d72dbe16 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count3(PostgreSQL.13).sql
index bab16fcaf45b..8fd58f555cad 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedSkipTake(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedSkipTake(PostgreSQL.13).sql
index 07f67aa38c1b..15d588ced576 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedSkipTake(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedSkipTake(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
@@ -17,7 +17,7 @@ FROM
LIMIT :take OFFSET :skip
) t2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedTake(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedTake(PostgreSQL.13).sql
index 755844ea05e6..e8eeb22db7a2 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedTake(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedTake(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
@@ -15,7 +15,7 @@ FROM
LIMIT :take
) t2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DropOrderByFromNonLimitedSubquery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DropOrderByFromNonLimitedSubquery(PostgreSQL.13).sql
index f11879ae9961..9e96c52e6d11 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DropOrderByFromNonLimitedSubquery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DropOrderByFromNonLimitedSubquery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -20,7 +20,7 @@ WHERE
)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -28,7 +28,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -36,7 +36,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue1601(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue1601(PostgreSQL.13).sql
index 098991e04f3b..2f2ea7a5d355 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue1601(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue1601(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3295Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3295Test1(PostgreSQL.13).sql
index 672aef5513c5..446ff247c339 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3295Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3295Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x_1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3334Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3334Test(PostgreSQL.13).sql
index 71ca66b1169c..b97474a6d413 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3334Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3334Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
entity1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3365Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3365Test(PostgreSQL.13).sql
index 54ae6dd0368e..d63e113b0377 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3365Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3365Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Assignee"
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test1(PostgreSQL.13).sql
index 1dffec4209fc..55e114b9e46e 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."City_Code",
@@ -25,7 +25,7 @@ FROM
) m_1
INNER JOIN "Cities" d_1 ON d_1."City_Code" = m_1."City_Code"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
a."First_Name",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test2(PostgreSQL.13).sql
index 741dfb348ec0..aa5616583ebe 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
a."First_Name",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test1(PostgreSQL.13).sql
index f962c2459bf5..dc06572cf398 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -25,7 +25,7 @@ WHERE
) t1(item)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test2(PostgreSQL.13).sql
index cae318c4c9b7..a7baa83b90ed 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -25,7 +25,7 @@ WHERE
) t1(item)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test3(PostgreSQL.13).sql
index 4c965789fe91..28758aeaf34f 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -9,7 +9,7 @@ FROM
"TransactionEntity" m_1
INNER JOIN "LineEntity" d ON m_1."Id" = d."TransactionId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test1(PostgreSQL.13).sql
index 904edbe8404f..c815885b9e12 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ ORDER BY
d."ItemId",
d."UserId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -54,14 +54,14 @@ WHERE
r."ItemId" = i."Id" AND r."Score" > 95
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Issue4458Item" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -70,7 +70,7 @@ SELECT
FROM
"WarehouseStock" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test2(PostgreSQL.13).sql
index 43953b2af8ea..dd8b8b7456ac 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -18,7 +18,7 @@ WHERE
r."ItemId" = m_1."Id" AND r."Score" > 95
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4751Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4751Test(PostgreSQL.13).sql
index e245a981fa70..f68dd2adefc8 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4751Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4751Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @skip Integer -- Int32
@@ -52,7 +52,7 @@ FROM
) x
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.ObjectCompare(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.ObjectCompare(PostgreSQL.13).sql
index 7834adf1e16f..f217305885e5 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.ObjectCompare(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.ObjectCompare(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.PreserveOrderInSubqueryWithWindowFunction_NoOrdering(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.PreserveOrderInSubqueryWithWindowFunction_NoOrdering(PostgreSQL.13).sql
index 51ee7afc11ce..a4dfa8b73f7b 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.PreserveOrderInSubqueryWithWindowFunction_NoOrdering(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.PreserveOrderInSubqueryWithWindowFunction_NoOrdering(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."RowNumber",
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub1(PostgreSQL.13).sql
index a28797331e05..74d4f9f8fe8a 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub2(PostgreSQL.13).sql
index 8da1257ef8e9..8490ab5d07dc 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub21(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub21(PostgreSQL.13).sql
index 313fe53b774d..7476f3a0d66a 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub21(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub21(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub211(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub211(PostgreSQL.13).sql
index 7bd184e208bf..6ad53f532688 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub211(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub211(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub212(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub212(PostgreSQL.13).sql
index 84d864dd13ae..a41c45e3a2fe 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub212(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub212(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub22(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub22(PostgreSQL.13).sql
index 50ab0acb97e1..8ff0ee48d13e 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub22(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub22(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test1(PostgreSQL.13).sql
index 7aec6926f69a..5ea63d67cc5f 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test2(PostgreSQL.13).sql
index 05a1efc524b7..f5d2a683624f 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test3(PostgreSQL.13).sql
index ae835bf1076c..4147aae027b2 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ChildID"
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test4(PostgreSQL.13).sql
index 9975e22c1f83..be19423251cd 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test5(PostgreSQL.13).sql
index 45e25a42f8dc..c8d49c97dfb5 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @testValue Integer -- Int32
SET @testValue = 3
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test6(PostgreSQL.13).sql
index a5b47f66dd0e..874a2e2c9ab0 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test7(PostgreSQL.13).sql
index f29529b7880c..eb4959da53e8 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test8(PostgreSQL.13).sql
index 2910b22a26ee..0c1ce30aeb36 100644
--- a/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
p."ParentID" = 1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CheckExistenceTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CheckExistenceTest(PostgreSQL.13).sql
index 754be555e6cb..0264cb214bfa 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CheckExistenceTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CheckExistenceTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "DisposableTable"
(
@@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS "DisposableTable"
CONSTRAINT "PK_DisposableTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "DisposableTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateIfNotExistsTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateIfNotExistsTest(PostgreSQL.13).sql
index d37ee1b2cbf4..3998d54d94c9 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateIfNotExistsTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateIfNotExistsTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "CreateIfNotExistsTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "CreateIfNotExistsTable"
(
@@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS "CreateIfNotExistsTable"
"Value" Int NOT NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "CreateIfNotExistsTable"
(
@@ -23,7 +23,7 @@ VALUES
2
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -31,7 +31,7 @@ SELECT
FROM
"CreateIfNotExistsTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "CreateIfNotExistsTable"
(
@@ -39,11 +39,11 @@ CREATE TABLE IF NOT EXISTS "CreateIfNotExistsTable"
"Value" Int NOT NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "CreateIfNotExistsTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "CreateIfNotExistsTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateTempIfNotExistsTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateTempIfNotExistsTest(PostgreSQL.13).sql
index e03346dd4093..94613fd671e3 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateTempIfNotExistsTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateTempIfNotExistsTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "CreateIfNotExistsTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "CreateIfNotExistsTable"
(
@@ -11,7 +11,7 @@ CREATE TEMPORARY TABLE "CreateIfNotExistsTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -19,7 +19,7 @@ SELECT
FROM
"CreateIfNotExistsTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "CreateIfNotExistsTable"
(
@@ -27,11 +27,11 @@ CREATE TABLE IF NOT EXISTS "CreateIfNotExistsTable"
"Value" Int NOT NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "CreateIfNotExistsTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "CreateIfNotExistsTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.FluentMappingTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.FluentMappingTest(PostgreSQL.13).sql
index b06528b6e841..f1e0f28e8a80 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.FluentMappingTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.FluentMappingTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -13,7 +13,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ FROM
WHERE
t1."Id" = t2."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryFlagTest(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryFlagTest(PostgreSQL.13,True).sql
index d349f892f467..8c591685c455 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryFlagTest(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryFlagTest(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "IsTemporaryTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "IsTemporaryTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -17,7 +17,7 @@ SELECT
FROM
"IsTemporaryTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "IsTemporaryTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest(PostgreSQL.13).sql
index 65c01b621c61..286b0417b08a 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -13,7 +13,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -25,7 +25,7 @@ SELECT
FROM
"TestTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest2(PostgreSQL.13).sql
index b06528b6e841..f1e0f28e8a80 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest2(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -13,7 +13,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ FROM
WHERE
t1."Id" = t2."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest3(PostgreSQL.13).sql
index b06528b6e841..f1e0f28e8a80 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest3(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -13,7 +13,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ FROM
WHERE
t1."Id" = t2."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.13,CheckExistence).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.13,CheckExistence).sql
index b1535576893d..90a6c970923f 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.13,CheckExistence).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.13,CheckExistence).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE IF NOT EXISTS temp_table1
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS temp_table1
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -19,7 +19,7 @@ INSERT INTO temp_table1
VALUES
(1,2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE IF NOT EXISTS temp_table2
(
@@ -30,7 +30,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS temp_table2
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table2
(
@@ -43,7 +43,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -51,7 +51,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -59,7 +59,7 @@ SELECT
FROM
temp_table2 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -69,7 +69,7 @@ INSERT INTO temp_table1
VALUES
(2,3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 3
DECLARE @Value Integer -- Int32
@@ -88,19 +88,19 @@ VALUES
INSERT ASYNC BULK temp_table1(ID, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table1
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.13,NotSet).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.13,NotSet).sql
index 16fecf3b0a2d..6d70566429d4 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.13,NotSet).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.13,NotSet).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE temp_table1
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE temp_table1
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -19,7 +19,7 @@ INSERT INTO temp_table1
VALUES
(1,2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE temp_table2
(
@@ -30,7 +30,7 @@ CREATE TEMPORARY TABLE temp_table2
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table2
(
@@ -43,7 +43,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -51,7 +51,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -59,7 +59,7 @@ SELECT
FROM
temp_table2 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -69,7 +69,7 @@ INSERT INTO temp_table1
VALUES
(2,3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 3
DECLARE @Value Integer -- Int32
@@ -88,19 +88,19 @@ VALUES
INSERT ASYNC BULK temp_table1(ID, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table1
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.13,CheckExistence).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.13,CheckExistence).sql
index bc38f3eb3a64..9f46dbd63ba5 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.13,CheckExistence).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.13,CheckExistence).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE IF NOT EXISTS temp_table1
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS temp_table1
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -19,7 +19,7 @@ INSERT INTO temp_table1
VALUES
(1,2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE IF NOT EXISTS temp_table2
(
@@ -30,7 +30,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS temp_table2
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table2
(
@@ -43,7 +43,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -51,7 +51,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -59,7 +59,7 @@ SELECT
FROM
temp_table2 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -69,7 +69,7 @@ INSERT INTO temp_table1
VALUES
(2,3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 3
DECLARE @Value Integer -- Int32
@@ -88,19 +88,19 @@ VALUES
INSERT BULK temp_table1(ID, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table1
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.13,NotSet).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.13,NotSet).sql
index 41f1d2e1cfd9..824124029446 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.13,NotSet).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.13,NotSet).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE temp_table1
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE temp_table1
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -19,7 +19,7 @@ INSERT INTO temp_table1
VALUES
(1,2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE temp_table2
(
@@ -30,7 +30,7 @@ CREATE TEMPORARY TABLE temp_table2
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table2
(
@@ -43,7 +43,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -51,7 +51,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -59,7 +59,7 @@ SELECT
FROM
temp_table2 t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -69,7 +69,7 @@ INSERT INTO temp_table1
VALUES
(2,3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 3
DECLARE @Value Integer -- Int32
@@ -88,19 +88,19 @@ VALUES
INSERT BULK temp_table1(ID, Value)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table1
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryData).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryData).sql
index ce15c151d1d1..2e6e559fc9e2 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryData).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryData).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryStructure).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryStructure).sql
index ce15c151d1d1..2e6e559fc9e2 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryStructure).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryStructure).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryStructure, IsLocalTemporaryData).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryStructure, IsLocalTemporaryData).sql
index ce15c151d1d1..2e6e559fc9e2 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryStructure, IsLocalTemporaryData).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryStructure, IsLocalTemporaryData).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryStructure, IsTransactionTemporaryData).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryStructure, IsTransactionTemporaryData).sql
index 8764bc85fcce..2ac2de4f43c4 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryStructure, IsTransactionTemporaryData).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsLocalTemporaryStructure, IsTransactionTemporaryData).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT DELETE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary).sql
index ce15c151d1d1..2e6e559fc9e2 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary, IsLocalTemporaryData).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary, IsLocalTemporaryData).sql
index ce15c151d1d1..2e6e559fc9e2 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary, IsLocalTemporaryData).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary, IsLocalTemporaryData).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary, IsLocalTemporaryStructure).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary, IsLocalTemporaryStructure).sql
index ce15c151d1d1..2e6e559fc9e2 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary, IsLocalTemporaryStructure).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary, IsLocalTemporaryStructure).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary, IsLocalTemporaryStructure, IsLocalTemporaryData).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary, IsLocalTemporaryStructure, IsLocalTemporaryData).sql
index ce15c151d1d1..2e6e559fc9e2 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary, IsLocalTemporaryStructure, IsLocalTemporaryData).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTemporary, IsLocalTemporaryStructure, IsLocalTemporaryData).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTransactionTemporaryData).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTransactionTemporaryData).sql
index 8764bc85fcce..2ac2de4f43c4 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTransactionTemporaryData).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.13,IsTransactionTemporaryData).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT DELETE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.TableOptionsMethodTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.TableOptionsMethodTest(PostgreSQL.13).sql
index b06528b6e841..f1e0f28e8a80 100644
--- a/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.TableOptionsMethodTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.TableOptionsMethodTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -13,7 +13,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ FROM
WHERE
t1."Id" = t2."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CombinedQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CombinedQuery(PostgreSQL.13).sql
index 984731a6f65f..7b5691105cde 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CombinedQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CombinedQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* query 1
query 2 */
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CommentSanitation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CommentSanitation(PostgreSQL.13).sql
index 66af5e149dfe..845a5b2dc3e3 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CommentSanitation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CommentSanitation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* My bad Test */
SELECT
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.13,null).sql
index 03cd8cce058a..182d83a3535c 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.13,one).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.13,one).sql
index c6b23dcb5fb3..97c07c814ab8 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.13,one).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.13,one).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* one */
SELECT
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.13,two).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.13,two).sql
index 08afcca15262..b99be94c84a9 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.13,two).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.13,two).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* two */
SELECT
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultilineCommentsSupport(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultilineCommentsSupport(PostgreSQL.13).sql
index ac0e21c0eb39..c212d7270e69 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultilineCommentsSupport(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultilineCommentsSupport(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* My custom
wonderful multiline
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultipleTags(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultipleTags(PostgreSQL.13).sql
index 1f6010ee4011..1fef35e8243a 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultipleTags(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultipleTags(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* query 1
query 2 */
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_OneLineComment(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_OneLineComment(PostgreSQL.13).sql
index 5dc357750707..f1eb7d82fa59 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_OneLineComment(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_OneLineComment(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* My Test */
SELECT
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDeleteStatement(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDeleteStatement(PostgreSQL.13).sql
index 71ddf07fe8d3..434efdd9bbd1 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDeleteStatement(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDeleteStatement(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* My Test */
DELETE FROM
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDropTableStatement(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDropTableStatement(PostgreSQL.13).sql
index 0948a70a953c..d7b1f17dd3e3 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDropTableStatement(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDropTableStatement(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* My Test */
DROP TABLE "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertOrUpdateStatement(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertOrUpdateStatement(PostgreSQL.13).sql
index adc90be9f688..0089af82702f 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertOrUpdateStatement(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertOrUpdateStatement(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* My Test */
INSERT INTO "TestTable" AS t1
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertStatement(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertStatement(PostgreSQL.13).sql
index 8ffdc8b39e32..6b221fc67f8a 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertStatement(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertStatement(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* My Test */
INSERT INTO "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlSelectStatement(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlSelectStatement(PostgreSQL.13).sql
index 9eea1172bd5e..2857c02b1701 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlSelectStatement(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlSelectStatement(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* My Test */
SELECT
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlTruncateTableStatement(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlTruncateTableStatement(PostgreSQL.13).sql
index 62371e57fa15..fb9d6980bb30 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlTruncateTableStatement(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlTruncateTableStatement(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* My Test */
TRUNCATE TABLE "TestTable"
diff --git a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlUpdateStatement(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlUpdateStatement(PostgreSQL.13).sql
index aee9275727da..9f982dec337c 100644
--- a/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlUpdateStatement(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlUpdateStatement(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* My Test */
UPDATE
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.13,False).sql
index a37cd874fa43..070a16fca4ca 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
r."Value"
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.13,True).sql
index 33c87c0058e7..eac2ab8d7f85 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,2,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,2,False).sql
index d2a126932dbe..b5644c0f0da1 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,2,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,2,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,2,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,2,True).sql
index 5291f358d687..2299b320d5fc 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,2,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,2,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 2
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,3,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,3,False).sql
index 616bbac7bb69..5d1f4ea57431 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,3,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,3,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,3,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,3,True).sql
index 5dfb9a2e0586..54489d0fef86 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,3,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.13,3,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.13,False).sql
index 84dc4731e670..17148b76db8d 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.13,True).sql
index 84dc4731e670..17148b76db8d 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.13,False).sql
index 84dc4731e670..17148b76db8d 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.13,True).sql
index 84dc4731e670..17148b76db8d 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.13,False).sql
index 616bbac7bb69..5d1f4ea57431 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.13,True).sql
index 5dfb9a2e0586..54489d0fef86 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.13,False).sql
index 19ae27ba15f1..8245fc7840b7 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.13,True).sql
index db9e95a70644..e460bd9d68a5 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 300000
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.13,False).sql
index 84dc4731e670..17148b76db8d 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.13,True).sql
index 84dc4731e670..17148b76db8d 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.13,False).sql
index 84dc4731e670..17148b76db8d 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.13,True).sql
index 84dc4731e670..17148b76db8d 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.13,False).sql
index 4c532a9affdb..5efc315a0fee 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 300000
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.13,True).sql
index 4c532a9affdb..5efc315a0fee 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 300000
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,2,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,2,False).sql
index 90c3c4e65b33..e3b74b234d92 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,2,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,2,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,2,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,2,True).sql
index 111d4dcdd68f..dec80214f9ad 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,2,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,2,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 2
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,3,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,3,False).sql
index 6e4e9b9fb481..49b8cf68425f 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,3,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,3,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,3,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,3,True).sql
index a64e47fc70d3..2241e6cb02a6 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,3,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.13,3,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.13,False).sql
index 06e7d05e3284..6ac30e31ec27 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.13,True).sql
index 13a0074860f2..13c44e170e22 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1(PostgreSQL.13).sql
index a2bab59ea42b..9fd777301d0b 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1Async(PostgreSQL.13).sql
index a2bab59ea42b..9fd777301d0b 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.13,False).sql
index 9076eb7658df..11ecfc27df41 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -9,7 +9,7 @@ ORDER BY
t1."Value"
OFFSET 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.13,True).sql
index 36d50b37d466..3dc8ab28a6b3 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
@@ -11,7 +11,7 @@ ORDER BY
t1."Value"
OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 4
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.13,False).sql
index 20c7e5ef742e..2038f291d0f7 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.13,True).sql
index 370dd2e659ea..f11f6e394406 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 6
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.13,False).sql
index 20c7e5ef742e..2038f291d0f7 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.13,True).sql
index 370dd2e659ea..f11f6e394406 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 6
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.13,False).sql
index 7ff1f957edc6..b05818a76bb8 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.13,True).sql
index e803162fec60..d8195358485f 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.13,False).sql
index 7ff1f957edc6..b05818a76bb8 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.13,True).sql
index e803162fec60..d8195358485f 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.13,False).sql
index 75a0e3d70c43..41b73336fb81 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.13,True).sql
index e6399cd2a828..4c3b004c9df0 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.13,False).sql
index 75a0e3d70c43..41b73336fb81 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.13,True).sql
index e6399cd2a828..4c3b004c9df0 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.13,False).sql
index 2d155eec1806..ce52545307e3 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.13,True).sql
index a54405d998ed..7d70876fc08c 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.13,False).sql
index 742a0a3006f3..5bb51d21312f 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.13,True).sql
index f15ea5ec4b4d..12d8b2a823b0 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.13,False).sql
index 2d155eec1806..ce52545307e3 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.13,True).sql
index a54405d998ed..7d70876fc08c 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.13,False).sql
index 742a0a3006f3..5bb51d21312f 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.13,True).sql
index f15ea5ec4b4d..12d8b2a823b0 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.13,False).sql
index 7ff1f957edc6..b05818a76bb8 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.13,True).sql
index e803162fec60..d8195358485f 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.13,False).sql
index fec9af68fadf..29a364e546b9 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID"
OFFSET 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.13,True).sql
index bf09207e7a0c..2776599092f0 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
@@ -11,7 +11,7 @@ ORDER BY
t1."ChildID"
OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 4
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.13,False).sql
index e42ad3657694..a272c495e88e 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.13,True).sql
index 9106d25e0a6b..a4a743db9449 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.13,False).sql
index a5d7d5f6e8da..8d68b3d5f4da 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.13,True).sql
index f3cb5efd74e9..cc800039497e 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.13,False).sql
index 2050c12709c8..7cea2220618a 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.13,True).sql
index 99f1b1efa628..27e8af40d159 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.13,False).sql
index 68e233f7571c..f2f7e8efc92b 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.13,True).sql
index fd768ee32238..847c1fdccd5f 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.13,False).sql
index 72085668680a..438514f4d1f8 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.13,True).sql
index 72085668680a..438514f4d1f8 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.13,False).sql
index cd092eb2f5d7..e0d49758e9ab 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.13,True).sql
index cd092eb2f5d7..e0d49758e9ab 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.13,False).sql
index d7ea04c4529b..abb866d8cb3f 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.13,True).sql
index b81a078deec5..d914f786695c 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 2
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.13,False).sql
index 95f0a72aefb2..af55fcb160c6 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.13,True).sql
index d21031cf6619..6fe2d8ca913b 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.13,False).sql
index 212881f9b28b..5f5dfed0c373 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT 5 OFFSET 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.13,True).sql
index f519bcdc33c2..0ea4cbf10b8e 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.13,False).sql
index 212881f9b28b..5f5dfed0c373 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT 5 OFFSET 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.13,True).sql
index f519bcdc33c2..0ea4cbf10b8e 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.13,False).sql
index 212881f9b28b..5f5dfed0c373 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT 5 OFFSET 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.13,True).sql
index f519bcdc33c2..0ea4cbf10b8e 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.13,False).sql
index 212881f9b28b..5f5dfed0c373 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT 5 OFFSET 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.13,True).sql
index f519bcdc33c2..0ea4cbf10b8e 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.13,False).sql
index 2aaab74490de..2d206cee32b9 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID"
LIMIT 5 OFFSET 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.13,True).sql
index f3e46324a839..6653ffafb1ac 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID"
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.13,False).sql
index 2aaab74490de..2d206cee32b9 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID"
LIMIT 5 OFFSET 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.13,True).sql
index f3e46324a839..6653ffafb1ac 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID"
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.13,False).sql
index f519bcdc33c2..0ea4cbf10b8e 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.13,True).sql
index 212881f9b28b..5f5dfed0c373 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT 5 OFFSET 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.13,False).sql
index f519bcdc33c2..0ea4cbf10b8e 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.13,True).sql
index 212881f9b28b..5f5dfed0c373 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT 5 OFFSET 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.13,False).sql
index f3e46324a839..6653ffafb1ac 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID"
LIMIT :take OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.13,True).sql
index 2aaab74490de..2d206cee32b9 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID"
LIMIT 5 OFFSET 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.13,False).sql
index 4afa4520d605..55b9712b4775 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.13,True).sql
index e68341b39d07..060595e14fc1 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 7
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.13,False).sql
index 22287d5b5a39..475b173416ee 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.13,True).sql
index a5970950c064..54aae8852731 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.13,False).sql
index 0afe8aab07d3..1f400229c076 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ FROM
WHERE
c_1."ParentID" = p_1."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.13,True).sql
index 0afe8aab07d3..1f400229c076 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ FROM
WHERE
c_1."ParentID" = p_1."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,1,1).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,1,1).sql
index af170c4ccc6e..b44fcf6faa19 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,1,1).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,1,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,1,2).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,1,2).sql
index d4e52a865e22..2ffd19d7ca7d 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,1,2).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,1,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,2,1).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,2,1).sql
index 7c296e605379..589e5bb1f75f 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,2,1).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,2,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,2,2).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,2,2).sql
index 0213a112945c..a6f6b76b125a 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,2,2).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.13,2,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.13,False).sql
index 83b5c6b09b30..6109ddc3f792 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.13,True).sql
index d5691d0f6104..78bca66879f3 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.13,False).sql
index 2e81a27c1bb5..821338a9bce7 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
@@ -7,7 +7,7 @@ FROM
"Child" ch
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
@@ -16,7 +16,7 @@ FROM
"Child" ch
LIMIT 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
@@ -25,7 +25,7 @@ FROM
"Child" ch
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.13,True).sql
index da4a22155247..1ffee86cf8c1 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -9,7 +9,7 @@ FROM
"Child" ch
LIMIT :take
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
@@ -20,7 +20,7 @@ FROM
"Child" ch
LIMIT :take
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -31,7 +31,7 @@ FROM
"Child" ch
LIMIT :take
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.13,False).sql
index 2e81a27c1bb5..821338a9bce7 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
@@ -7,7 +7,7 @@ FROM
"Child" ch
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
@@ -16,7 +16,7 @@ FROM
"Child" ch
LIMIT 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
@@ -25,7 +25,7 @@ FROM
"Child" ch
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.13,True).sql
index da4a22155247..1ffee86cf8c1 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -9,7 +9,7 @@ FROM
"Child" ch
LIMIT :take
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
@@ -20,7 +20,7 @@ FROM
"Child" ch
LIMIT :take
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -31,7 +31,7 @@ FROM
"Child" ch
LIMIT :take
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.13,False).sql
index 452bb3409f45..33d3afc59278 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.13,True).sql
index 452bb3409f45..33d3afc59278 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.13,False).sql
index 452bb3409f45..33d3afc59278 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.13,True).sql
index 452bb3409f45..33d3afc59278 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.13,False).sql
index d97ad590ac1b..5dbac1570ecd 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.13,True).sql
index c8a01102d59b..73684fe1d4f2 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.13,False).sql
index d97ad590ac1b..5dbac1570ecd 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.13,True).sql
index c8a01102d59b..73684fe1d4f2 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.13,False).sql
index c8fdf94786fc..0e359bd549f8 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.13,True).sql
index bc2ff8c71459..38f2e87710a0 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.13,False).sql
index c8fdf94786fc..0e359bd549f8 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.13,True).sql
index bc2ff8c71459..38f2e87710a0 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.13,False).sql
index 42e2d5598235..924e50272183 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.13,True).sql
index 7902d266e5ec..0290279b89ea 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.13,False).sql
index 42e2d5598235..924e50272183 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.13,True).sql
index 7902d266e5ec..0290279b89ea 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.13,False).sql
index e1b9a7d5ea07..576de257c5ca 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.13,True).sql
index 5d3e2bdb03ab..c4dcebfc2336 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.13,False).sql
index 42e2d5598235..924e50272183 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.13,True).sql
index 42e2d5598235..924e50272183 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.13,False).sql
index daf1c811189f..69fc163eaf0e 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.13,True).sql
index daf1c811189f..69fc163eaf0e 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.13,False).sql
index a642258b39ee..f329079284c5 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.13,True).sql
index a5c7f4d34ed9..49868fa53b3c 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.13,False).sql
index 49383796ad1c..adf1a1738734 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ SELECT
FROM
"LinqDataTypes" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."ID",
diff --git a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.13,True).sql
index 94485bb9a282..6b6cc3131750 100644
--- a/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ SELECT
FROM
"LinqDataTypes" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 15
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BinaryLength(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BinaryLength(PostgreSQL.13).sql
index ade1a16c9477..069a55e0f892 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BinaryLength(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BinaryLength(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BinaryValue Bytea(5) -- Binary
SET @BinaryValue = E'\\x0102030405'::bytea
@@ -9,7 +9,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Length(t."BinaryValue")
@@ -19,7 +19,7 @@ WHERE
t."ID" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BinaryValue Bytea -- Binary
SET @BinaryValue = NULL
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool1(PostgreSQL.13).sql
index 0b6043de476f..0bdadd2bd8c1 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool2(PostgreSQL.13).sql
index 98dcf68578e7..5bf297e57fa4 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool3(PostgreSQL.13).sql
index 0b6043de476f..0bdadd2bd8c1 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField1(PostgreSQL.13).sql
index f9227828870d..c316b98929d6 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField2(PostgreSQL.13).sql
index f9c0bef54d01..a27e7db743d2 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField3(PostgreSQL.13).sql
index 4488205e29c3..a8a243ef8d38 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField4(PostgreSQL.13).sql
index 1c99be843a46..0da4ae95fbd8 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField5(PostgreSQL.13).sql
index 3b4cd92f861c..2306b555d182 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField6(PostgreSQL.13).sql
index 03ee42eadaf8..17db73e0fd21 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult1(PostgreSQL.13).sql
index c70a80edbbf2..7564ea22b02c 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Patient"."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult2(PostgreSQL.13).sql
index 7e3489959928..e29da3a82841 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Patient"."PersonID" IS NOT NULL
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult3(PostgreSQL.13).sql
index 9d32c6ec8326..f2fc7a70f092 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID" = 1
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest31(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest31(PostgreSQL.13).sql
index 5a5481d4e7f6..54844ebadce6 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest31(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest31(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest32(PostgreSQL.13).sql
index d18e7b03d090..beed17558efb 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest33(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest33(PostgreSQL.13).sql
index d18e7b03d090..beed17558efb 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest33(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest33(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest11(PostgreSQL.13).sql
index af927b912fec..5df452674dc8 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest11(PostgreSQL.13).sql
@@ -9,7 +9,7 @@ SELECT
FROM
[Person] [t1]
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest12(PostgreSQL.13).sql
index af927b912fec..5df452674dc8 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest12(PostgreSQL.13).sql
@@ -9,7 +9,7 @@ SELECT
FROM
[Person] [t1]
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest2(PostgreSQL.13).sql
index 620a91b3f976..9d0e1f1b3730 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest2(PostgreSQL.13).sql
@@ -9,7 +9,7 @@ SELECT
FROM
[Person] [t1]
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID"
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean1(PostgreSQL.13).sql
index 2e5dcde3a381..c9c1733b0093 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -12,7 +12,7 @@ SELECT
FROM
"LinqDataTypes" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Boolean
SET @param = True
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean2(PostgreSQL.13).sql
index 718990442956..c4feb5d6c40a 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -13,7 +13,7 @@ FROM
"LinqDataTypes" t1
INNER JOIN "LinqDataTypes" t2 ON t1."ID" = t2."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param2 Boolean
SET @param2 = False
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean3(PostgreSQL.13).sql
index a3297a7eea5b..789e76d1df5a 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param2 Boolean
SET @param2 = False
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableInt(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableInt(PostgreSQL.13).sql
index 1b91ed3b3598..75180b15f819 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableInt(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableInt(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Parent" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 1
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.ContainsGuid(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.ContainsGuid(PostgreSQL.13).sql
index cde872c81c3c..1d681657a46f 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.ContainsGuid(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.ContainsGuid(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."GuidValue"
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime1(PostgreSQL.13).sql
index e65a88737203..9a1d279eb208 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Date Timestamp -- DateTime2
SET @Date = '2009-09-20'::date
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime21(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime21(PostgreSQL.13).sql
index be8a4e8cb864..b9fdfb6b7acd 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime21(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime21(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -17,7 +17,7 @@ WHERE
t."ID" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2010-12-14 05:00:07.425'::timestamp
@@ -28,7 +28,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -47,7 +47,7 @@ WHERE
t."ID" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @pdt Timestamp -- DateTime2
SET @pdt = '2001-01-11 01:11:21.100'::timestamp
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray1(PostgreSQL.13).sql
index ee4d58ae5028..b7c85f54e386 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray2(PostgreSQL.13).sql
index 825c4d560f3e..a23a9b3848c1 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray3(PostgreSQL.13).sql
index 7abb747e5422..85de2c08b7e6 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeParams(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeParams(PostgreSQL.13).sql
index 5d6618004652..34df26aba7b5 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeParams(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeParams(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dateTime Timestamp -- DateTime2
SET @dateTime = '1992-01-11 01:11:21.100'::timestamp
@@ -10,7 +10,7 @@ WHERE
t."DateTimeValue" > :dateTime
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dateTime Timestamp -- DateTime2
SET @dateTime = '1993-01-11 01:11:21.100'::timestamp
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid1(PostgreSQL.13).sql
index 775475b86f0e..b6e20af1a774 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."GuidValue"
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid2(PostgreSQL.13).sql
index eb588ae68033..25a7bac15ec8 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ID",
@@ -15,7 +15,7 @@ WHERE
p."GuidValue" = '40932fdb-1543-4e4a-ac2c-ca371604fb4b'::uuid
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ID",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.InsertBinary1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.InsertBinary1(PostgreSQL.13).sql
index 0c6379da5c1a..2b39bc7c4ac1 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.InsertBinary1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.InsertBinary1(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t1
WHERE
t1."ID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @data Bytea -- Binary
SET @data = NULL
@@ -22,7 +22,7 @@ VALUES
True
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t1
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.13,False).sql
index 3fc593449a4f..d6eae1242033 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 33
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.13,True).sql
index 3bc1dc729d36..b4376fbd0c9d 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v."Integer" / 33,
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.13,False).sql
index 095d7e6b4bbc..a37f9851e934 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Numeric(2, 0) -- Decimal
SET @param = 33
DECLARE @param_1 Numeric(2, 0) -- Decimal
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.13,True).sql
index a2df24b45182..612a4b426ffd 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v."Integer"::decimal / 33,
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.13,False).sql
index 204795754280..b9c781494939 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Double
SET @param = 33
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.13,True).sql
index 3e8dd53c7caa..11e03c15fd41 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v."Integer"::Float / 33,
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.LongTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.LongTest1(PostgreSQL.13).sql
index befcbd905b42..14d1f5346374 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.LongTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.LongTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 0
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Nullable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Nullable(PostgreSQL.13).sql
index c588af9075c7..bda2975a98e3 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Nullable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Nullable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.SmallInt(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.SmallInt(PostgreSQL.13).sql
index 6dc59615a96b..98e47984b679 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.SmallInt(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.SmallInt(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestCultureInfo(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestCultureInfo(PostgreSQL.13).sql
index 653a47871d82..35f992ae5d9f 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestCultureInfo(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestCultureInfo(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.13,False).sql
index c5a591b98720..acaab531364b 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.13,False).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ID")
FROM
"AllTypes" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @real Real -- Single
SET @real = 'NaN'::float4
DECLARE @dbl Double
@@ -24,7 +24,7 @@ VALUES
:dbl
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @real Real -- Single
SET @real = '-Infinity'::float4
DECLARE @dbl Double
@@ -43,7 +43,7 @@ VALUES
:dbl
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @real Real -- Single
SET @real = 'Infinity'::float4
DECLARE @dbl Double
@@ -62,7 +62,7 @@ VALUES
:dbl
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @maxID Integer -- Int32
SET @maxID = 2
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.13,True).sql
index 698a4a727730..25072512e2cc 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.13,True).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ID")
FROM
"AllTypes" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -20,7 +20,7 @@ VALUES
'NaN'::float8
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -35,7 +35,7 @@ VALUES
'-Infinity'::float8
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -50,7 +50,7 @@ VALUES
'Infinity'::float8
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."realDataType",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Unicode(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Unicode(PostgreSQL.13).sql
index 3aebdf458fdf..4487921ec636 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Unicode(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Unicode(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = '擊敗奴隸'
DECLARE @LastName Text(9) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary1(PostgreSQL.13).sql
index c9a96d1355b8..4c7b8f19875e 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BinaryValue Bytea(5) -- Binary
SET @BinaryValue = E'\\x0102030405'::bytea
@@ -9,7 +9,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."BinaryValue"
diff --git a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary2(PostgreSQL.13).sql
index 6e77fed8f068..a43e70b15e30 100644
--- a/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BinaryValue Bytea(5) -- Binary
SET @BinaryValue = E'\\x0102030405'::bytea
DECLARE @p Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BinaryValue Bytea(5) -- Binary
SET @BinaryValue = E'\\x0504030201'::bytea
DECLARE @p Integer -- Int32
@@ -24,7 +24,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolJoinTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolJoinTest(PostgreSQL.13).sql
index c88d4ba0b97a..7cad65f56188 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolJoinTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolJoinTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @true_value Varchar -- String
SET @true_value = 'Y'
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolNotTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolNotTest(PostgreSQL.13).sql
index 9614429abd26..21db19d2221c 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolNotTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolNotTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @false_value Varchar -- String
SET @false_value = 'N'
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolTest(PostgreSQL.13).sql
index 7e5ae48ca3db..937454028d2f 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @true_value Varchar -- String
SET @true_value = 'Y'
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceConcatTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceConcatTest(PostgreSQL.13).sql
index 9b2a5f5d2e18..5a95bee927c8 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceConcatTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceConcatTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."Converted1",
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceTest(PostgreSQL.13).sql
index 29cbc6474adc..1ca6518d1e0f 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
Coalesce(t1."EnumNullable", t1."Enum")
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionNullTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionNullTest(PostgreSQL.13).sql
index 0f5d9f62a856..33903e6e8974 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionNullTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionNullTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionUnionTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionUnionTest(PostgreSQL.13).sql
index 6c1a24c0dd9b..e67418eb838f 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionUnionTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionUnionTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ExtensionTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ExtensionTest(PostgreSQL.13).sql
index b9894f2d7850..a7eb7cccc6ad 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ExtensionTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ExtensionTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @testedList Varchar(20) -- String
SET @testedList = '[{"Value":"Value1"}]'
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.GroupByTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.GroupByTest(PostgreSQL.13).sql
index 971161b91d5d..999d4eb20a51 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.GroupByTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.GroupByTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @testedList Varchar(20) -- String
SET @testedList = '[{"Value":"Value1"}]'
@@ -19,7 +19,7 @@ FROM
WHERE
:testedList = m_1."Value2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @testedList Varchar(20) -- String
SET @testedList = '[{"Value":"Value1"}]'
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Insert(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Insert(PostgreSQL.13).sql
index 855675b8eb77..287e415cd6cf 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Insert(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Insert(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value1 Varchar(2) -- String
@@ -31,7 +31,7 @@ VALUES
:AnotherBoolValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -50,7 +50,7 @@ WHERE
e."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value1 Varchar -- String
@@ -83,7 +83,7 @@ VALUES
:AnotherBoolValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -102,7 +102,7 @@ WHERE
e."Id" = 2
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Value1 Varchar(21) -- String
@@ -151,7 +151,7 @@ VALUES
:DateTimeNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -170,7 +170,7 @@ WHERE
e."Id" = 3
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.13,1).sql
index b9d67f74bb38..e2aae9462d86 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @iteration Integer -- Int32
SET @iteration = 1
DECLARE @Value1 Text(2) -- String
@@ -31,7 +31,7 @@ VALUES
:boolValue_1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @iteration Integer -- Int32
SET @iteration = 1
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.13,2).sql
index 3eb1348b3dae..6d8ed43a4d08 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @iteration Integer -- Int32
SET @iteration = 2
DECLARE @Value1 Text(2) -- String
@@ -31,7 +31,7 @@ VALUES
:boolValue_1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @iteration Integer -- Int32
SET @iteration = 2
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.13,False).sql
index 8313ab4ff1d6..cd94163f7de0 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'Y'
@@ -12,7 +12,7 @@ FROM
WHERE
r."Bool1" = :Bool1 AND r."Bool2" IS NULL AND r."Bool3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @true_value Char(1) -- String
SET @true_value = 'Y'
@@ -26,7 +26,7 @@ FROM
WHERE
r."Bool1" = :true_value AND r."Bool2" IS NULL AND r."Bool3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'Y'
@@ -40,7 +40,7 @@ FROM
WHERE
r."Bool3" IS NULL AND r."Bool1" = :Bool1 AND r."Bool2" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'Y'
@@ -54,7 +54,7 @@ FROM
WHERE
r."Bool2" IS NULL AND r."Bool1" = :Bool1 AND r."Bool3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'N'
DECLARE @Bool3 Char(1) -- String
@@ -70,7 +70,7 @@ FROM
WHERE
r."Bool1" = :Bool1 AND r."Bool2" IS NULL AND r."Bool3" = :Bool3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @true_value Char(1) -- String
SET @true_value = 'Y'
DECLARE @Bool1 Char(1) -- String
@@ -87,7 +87,7 @@ WHERE
r."Bool3" = :true_value AND r."Bool1" = :Bool1 AND
r."Bool2" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @false_value Char(1) -- String
SET @false_value = 'N'
DECLARE @Bool3 Char(1) -- String
@@ -104,7 +104,7 @@ WHERE
r."Bool1" = :false_value AND r."Bool2" IS NULL AND
r."Bool3" = :Bool3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'N'
DECLARE @Bool3 Char(1) -- String
@@ -120,7 +120,7 @@ FROM
WHERE
r."Bool2" IS NULL AND r."Bool1" = :Bool1 AND r."Bool3" = :Bool3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'N'
DECLARE @Bool2 Char(1) -- String
@@ -136,7 +136,7 @@ FROM
WHERE
r."Bool1" = :Bool1 AND r."Bool2" = :Bool2 AND r."Bool3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @false_value Char(1) -- String
SET @false_value = 'N'
DECLARE @Bool2 Char(1) -- String
@@ -153,7 +153,7 @@ WHERE
r."Bool1" = :false_value AND r."Bool2" = :Bool2 AND
r."Bool3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'N'
DECLARE @Bool2 Char(1) -- String
@@ -169,7 +169,7 @@ FROM
WHERE
r."Bool3" IS NULL AND r."Bool1" = :Bool1 AND r."Bool2" = :Bool2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'N'
@@ -183,7 +183,7 @@ FROM
WHERE
r."Bool2" IS NOT NULL AND r."Bool1" = :Bool1 AND r."Bool3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'Y'
DECLARE @Bool2 Char(1) -- String
@@ -201,7 +201,7 @@ FROM
WHERE
r."Bool1" = :Bool1 AND r."Bool2" = :Bool2 AND r."Bool3" = :Bool3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @true_value Char(1) -- String
SET @true_value = 'Y'
DECLARE @Bool2 Char(1) -- String
@@ -220,7 +220,7 @@ WHERE
r."Bool1" = :true_value AND r."Bool2" = :Bool2 AND
r."Bool3" = :Bool3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @true_value Char(1) -- String
SET @true_value = 'Y'
DECLARE @Bool1 Char(1) -- String
@@ -239,7 +239,7 @@ WHERE
r."Bool3" = :true_value AND r."Bool1" = :Bool1 AND
r."Bool2" = :Bool2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'Y'
DECLARE @Bool3 Char(1) -- String
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.13,True).sql
index 347cbded9942..62335162b369 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -10,7 +10,7 @@ FROM
WHERE
r."Bool1" = 'Y' AND r."Bool2" IS NULL AND r."Bool3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -22,7 +22,7 @@ FROM
WHERE
r."Bool1" = 'Y' AND r."Bool2" IS NULL AND r."Bool3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -34,7 +34,7 @@ FROM
WHERE
r."Bool3" IS NULL AND r."Bool1" = 'Y' AND r."Bool2" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -46,7 +46,7 @@ FROM
WHERE
r."Bool2" IS NULL AND r."Bool1" = 'Y' AND r."Bool3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -58,7 +58,7 @@ FROM
WHERE
r."Bool1" = 'N' AND r."Bool2" IS NULL AND r."Bool3" = 'Y'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -70,7 +70,7 @@ FROM
WHERE
r."Bool3" = 'Y' AND r."Bool1" = 'N' AND r."Bool2" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -82,7 +82,7 @@ FROM
WHERE
r."Bool1" = 'N' AND r."Bool2" IS NULL AND r."Bool3" = 'Y'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -94,7 +94,7 @@ FROM
WHERE
r."Bool2" IS NULL AND r."Bool1" = 'N' AND r."Bool3" = 'Y'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -106,7 +106,7 @@ FROM
WHERE
r."Bool1" = 'N' AND r."Bool2" = 'Y' AND r."Bool3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -118,7 +118,7 @@ FROM
WHERE
r."Bool1" = 'N' AND r."Bool2" = 'Y' AND r."Bool3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -130,7 +130,7 @@ FROM
WHERE
r."Bool3" IS NULL AND r."Bool1" = 'N' AND r."Bool2" = 'Y'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -142,7 +142,7 @@ FROM
WHERE
r."Bool2" IS NOT NULL AND r."Bool1" = 'N' AND r."Bool3" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -154,7 +154,7 @@ FROM
WHERE
r."Bool1" = 'Y' AND r."Bool2" = 'N' AND r."Bool3" = 'Y'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -166,7 +166,7 @@ FROM
WHERE
r."Bool1" = 'Y' AND r."Bool2" = 'N' AND r."Bool3" = 'Y'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -178,7 +178,7 @@ FROM
WHERE
r."Bool3" = 'Y' AND r."Bool1" = 'Y' AND r."Bool2" = 'N'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue5075Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue5075Test(PostgreSQL.13).sql
index a40d5e7d6e31..eea9ac5582d5 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue5075Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue5075Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(4) -- String
SET @value = 'User'
@@ -9,7 +9,7 @@ FROM
WHERE
t."EnumValue" = :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(4) -- String
SET @value = 'User'
@@ -20,7 +20,7 @@ FROM
WHERE
t."EnumValue" = :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(4) -- String
SET @value = 'User'
@@ -31,7 +31,7 @@ FROM
WHERE
t."EnumValueNullable" = :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(4) -- String
SET @value = 'User'
@@ -42,7 +42,7 @@ FROM
WHERE
t."EnumValueNullable" = :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(4) -- String
SET @value = 'User'
@@ -53,7 +53,7 @@ FROM
WHERE
t."EnumValueNull" = :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(4) -- String
SET @value = 'User'
@@ -64,7 +64,7 @@ FROM
WHERE
t."EnumValueNull" = :value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -73,7 +73,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -82,7 +82,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -91,7 +91,7 @@ FROM
WHERE
t."EnumValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -100,7 +100,7 @@ FROM
WHERE
t."EnumValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -109,7 +109,7 @@ FROM
WHERE
t."EnumValueNull" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullParameterTests(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullParameterTests(PostgreSQL.13).sql
index 392a81ba3501..8e1ce5c2f8a5 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullParameterTests(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullParameterTests(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullTest(PostgreSQL.13).sql
index 392a81ba3501..8e1ce5c2f8a5 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ParameterTests(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ParameterTests(PostgreSQL.13).sql
index d844cd8e2fa4..cfacfd9cc987 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ParameterTests(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ParameterTests(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @testedList Varchar(20) -- String
SET @testedList = '[{"Value":"Value1"}]'
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Select(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Select(PostgreSQL.13).sql
index 30fb81f90e02..aef340d16007 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Select(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Select(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -16,7 +16,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -27,7 +27,7 @@ FROM
ORDER BY
t."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -45,7 +45,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."Id",
@@ -77,7 +77,7 @@ FROM
ORDER BY
t2."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
diff --git a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Update(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Update(PostgreSQL.13).sql
index f72b62fc9a26..d6d4c15b68ea 100644
--- a/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Update(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Update(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value2 Varchar(21) -- String
SET @Value2 = '[{"Value":"updated"}]'
DECLARE @EnumWithNull Varchar -- String
@@ -16,7 +16,7 @@ SET
WHERE
"ValueConversion"."Id" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -35,7 +35,7 @@ WHERE
e."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Varchar(20) -- String
SET @Value1 = '{"some":"updated2}"}'
DECLARE @Value2 Varchar(22) -- String
@@ -72,7 +72,7 @@ SET
WHERE
"ValueConversion"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -91,7 +91,7 @@ WHERE
e."Id" = 2
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Varchar -- String
SET @Value1 = NULL
DECLARE @Value2 Varchar -- String
@@ -128,7 +128,7 @@ SET
WHERE
"ValueConversion"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.CompareString(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.CompareString(PostgreSQL.13).sql
index e2a75d040947..f7d2989225b5 100644
--- a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.CompareString(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.CompareString(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."FirstName" = 'John'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue2746(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue2746(PostgreSQL.13).sql
index 04d55eb9c165..eb87b73a3b56 100644
--- a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue2746(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue2746(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @VBLocal_SelectedValue Integer -- Int32
SET @VBLocal_SelectedValue = 1
diff --git a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test1(PostgreSQL.13).sql
index 89ac04079ab8..e6bf78f82b81 100644
--- a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Person".personid,
diff --git a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test2(PostgreSQL.13).sql
index 89ac04079ab8..e6bf78f82b81 100644
--- a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Person".personid,
diff --git a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test3(PostgreSQL.13).sql
index 90baf0cccfd9..fdae168dd272 100644
--- a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Person".personid,
diff --git a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test4(PostgreSQL.13).sql
index 04a4b493ba90..55cbf2059fcb 100644
--- a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
data_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.ParameterName(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.ParameterName(PostgreSQL.13).sql
index dd72703be5fd..d89a369e9f32 100644
--- a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.ParameterName(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.ParameterName(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @VBLocal_id Integer -- Int32
SET @VBLocal_id = 1
diff --git a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.SearchCondition1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.SearchCondition1(PostgreSQL.13).sql
index dbb44903c0ef..6c8a04a98258 100644
--- a/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.SearchCondition1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.SearchCondition1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest1(PostgreSQL.13).sql
index 174687cf398f..cd44418d4cc7 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @user Integer -- Int32
SET @user = 3
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest2(PostgreSQL.13).sql
index a0e0307f0b87..bf34c0d62d40 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest3(PostgreSQL.13).sql
index fa8947d6b633..f62d7171f199 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest4(PostgreSQL.13).sql
index a0e0307f0b87..bf34c0d62d40 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest5(PostgreSQL.13).sql
index 4d429b5275d9..cc9597a5d306 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p_."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AndOr(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AndOr(PostgreSQL.13).sql
index 353463537725..daa7009c2fba 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AndOr(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AndOr(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual1(PostgreSQL.13).sql
index f1f138bfe7e5..d61765cf2f89 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
DECLARE @ChildID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual2(PostgreSQL.13).sql
index 326c3e8b9162..1360b856051f 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
DECLARE @ChildID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual31(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual31(PostgreSQL.13).sql
index e34c9d6c0cc9..0ef7e94d18ff 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual31(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual31(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual32(PostgreSQL.13).sql
index d42e54dcb8c2..53f4084887dd 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual4(PostgreSQL.13).sql
index e7bd7637542e..a06768fcc9dc 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual5(PostgreSQL.13).sql
index e40d3ea0beee..6c41e8020cb8 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 3
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAdd(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAdd(PostgreSQL.13).sql
index 85479a3f21ab..2f86d8948b0d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAdd(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAdd(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAnd(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAnd(PostgreSQL.13).sql
index 4942fd1f44b2..2e2e5cc806c2 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAnd(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAnd(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest1(PostgreSQL.13).sql
index f8f6d89d4f1d..a5a66412cf44 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest2(PostgreSQL.13).sql
index 5133f8b7bb51..2215335e969d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryDivide(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryDivide(PostgreSQL.13).sql
index 268266ed9af9..485fabc2188d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryDivide(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryDivide(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryModulo(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryModulo(PostgreSQL.13).sql
index 18a5f5bf7fd9..64d9f4b9e026 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryModulo(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryModulo(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryMultiply(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryMultiply(PostgreSQL.13).sql
index 8deed478e768..8003ed882451 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryMultiply(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryMultiply(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryOr(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryOr(PostgreSQL.13).sql
index a755ba37e145..2cd98d2723b6 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryOr(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryOr(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinarySubtract(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinarySubtract(PostgreSQL.13).sql
index 85479a3f21ab..2f86d8948b0d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinarySubtract(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinarySubtract(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryXor(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryXor(PostgreSQL.13).sql
index 2d2a480c1d8d..4da171ddffa3 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryXor(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryXor(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BooleanSubquery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BooleanSubquery(PostgreSQL.13).sql
index c686be3b1f42..6cb29acd0d15 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BooleanSubquery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BooleanSubquery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue1(PostgreSQL.13).sql
index 15cb3def692f..cc1f5454d29d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue2(PostgreSQL.13).sql
index 53ba15ec593b..08a6ac4ae464 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimization(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimization(PostgreSQL.13).sql
index 81361cf0ff33..78ff563830cb 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimization(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimization(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.13,2).sql
index ae9d66dcdff2..f1922e0cb189 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @filterValue Integer -- Int32
SET @filterValue = 2
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.13,null).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.13,null).sql
index 94ce0babfac1..ddfd3f350cba 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.13,null).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.13,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition1(PostgreSQL.13).sql
index b71108006b2b..de2d5add6b53 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition2(PostgreSQL.13).sql
index 7b2f760de580..38daded07549 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField1(PostgreSQL.13).sql
index 03c999023685..d88d1ac58983 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField2(PostgreSQL.13).sql
index 951dc600cfe7..e85b226fde61 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField3(PostgreSQL.13).sql
index 951dc600cfe7..e85b226fde61 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField4(PostgreSQL.13).sql
index 03c999023685..d88d1ac58983 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField5(PostgreSQL.13).sql
index febbe3442bf4..1a14a47bea02 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1" + 1,
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField6(PostgreSQL.13).sql
index f730e42a458c..cf0d8f66c3b2 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin1(PostgreSQL.13).sql
index b680cefc4538..5108865c7d3d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin2(PostgreSQL.13).sql
index 9408e5eb16a5..052ad6a4acc8 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin3(PostgreSQL.13).sql
index 1750fdc46da2..93307921ced8 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin4(PostgreSQL.13).sql
index f2a8b140c436..465f04007631 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull1(PostgreSQL.13).sql
index 98dcf68578e7..5bf297e57fa4 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull2(PostgreSQL.13).sql
index 97c684dd05e4..3a33335fdfa7 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull3(PostgreSQL.13).sql
index 98dcf68578e7..5bf297e57fa4 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Coalesce(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Coalesce(PostgreSQL.13).sql
index 8ec2e7fd3f6f..e5c7165a736b 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Coalesce(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Coalesce(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable1(PostgreSQL.13).sql
index 7f665d5a657e..cda5e14252e6 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable2(PostgreSQL.13).sql
index 626d8edbb9f9..b2f3fe298da2 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable3(PostgreSQL.13).sql
index e3470b2f5844..7dcef49ee699 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject1(PostgreSQL.13).sql
index f1f138bfe7e5..d61765cf2f89 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
DECLARE @ChildID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject2(PostgreSQL.13).sql
index e7bd7637542e..a06768fcc9dc 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject3(PostgreSQL.13).sql
index 8b194137267b..83d9830e46b7 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
DECLARE @ChildID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOff(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOff(PostgreSQL.13).sql
index 70bc7689cdca..a85fb5e00500 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOff(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOff(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn1(PostgreSQL.13).sql
index 896e2ff8e567..92f435adcf47 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn2(PostgreSQL.13).sql
index 00b210f8e5a9..38bd42362963 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComplexIsNullPredicateTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComplexIsNullPredicateTest(PostgreSQL.13).sql
index 7d320b4fbfb1..dee7dbb11eb7 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComplexIsNullPredicateTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComplexIsNullPredicateTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -10,7 +10,7 @@ WHERE
ORDER BY
r."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional1(PostgreSQL.13).sql
index 03c999023685..d88d1ac58983 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional2(PostgreSQL.13).sql
index 03c999023685..d88d1ac58983 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional3(PostgreSQL.13).sql
index a0990828bce9..372d9944460a 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional4(PostgreSQL.13).sql
index 7f665d5a657e..cda5e14252e6 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional5(PostgreSQL.13).sql
index 896e2ff8e567..92f435adcf47 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional6(PostgreSQL.13).sql
index a0990828bce9..372d9944460a 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional7(PostgreSQL.13).sql
index 7e371e3e94f7..b2de4feda98d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional8(PostgreSQL.13).sql
index 7e371e3e94f7..b2de4feda98d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional9(PostgreSQL.13).sql
index 5125ea97a78d..ec81deafbf20 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains1(PostgreSQL.13).sql
index aca141e7b864..1375167e8c0d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains2(PostgreSQL.13).sql
index 849eb5d701f5..97b69e8b5b2f 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains3(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains4(PostgreSQL.13).sql
index 6c427704f41f..0d691ac4ce82 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains5(PostgreSQL.13).sql
index 98dcf68578e7..5bf297e57fa4 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DirectParams(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DirectParams(PostgreSQL.13).sql
index cdec091b4420..a1d3273737d4 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DirectParams(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DirectParams(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
DECLARE @name Text(4) -- String
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DoNotMakeSubQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DoNotMakeSubQuery(PostgreSQL.13).sql
index 6b19888a9052..36018868355c 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DoNotMakeSubQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DoNotMakeSubQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p2."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConst(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConst(PostgreSQL.13).sql
index 85479a3f21ab..2f86d8948b0d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConst(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConst(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts(PostgreSQL.13).sql
index 33d32933ae28..7c4372daccd4 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts2(PostgreSQL.13).sql
index 92717475ce19..57d30b8e3369 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull(PostgreSQL.13).sql
index 7e371e3e94f7..b2de4feda98d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull2(PostgreSQL.13).sql
index 7e371e3e94f7..b2de4feda98d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParam(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParam(PostgreSQL.13).sql
index a82338a4f50d..0bda5d3c8d30 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParam(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParam(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParams(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParams(PostgreSQL.13).sql
index cdec091b4420..a1d3273737d4 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParams(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParams(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
DECLARE @name Text(4) -- String
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest1(PostgreSQL.13).sql
index c35706fd5ee6..9c078fbd00cf 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest2(PostgreSQL.13).sql
index bb7d4f5535be..92a7609b1649 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery1(PostgreSQL.13).sql
index dca8ad191024..4a46a967fa65 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2(PostgreSQL.13).sql
index 7384d14e2e09..32661be8af81 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -15,7 +15,7 @@ WHERE
x_1."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2In(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2In(PostgreSQL.13).sql
index a54a585d59fe..c4b838e33be6 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2In(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2In(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue1(PostgreSQL.13).sql
index 853622ab3bca..44844575af93 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue2(PostgreSQL.13).sql
index fcdcd9af03d9..47c6a58782bd 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest1(PostgreSQL.13).sql
index be77604504fe..f70eb98984d3 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest2(PostgreSQL.13).sql
index 31b48d6ed71b..a34f57fac98e 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest3(PostgreSQL.13).sql
index 4102d96993f8..74d893027739 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_1."Count_1"
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest1(PostgreSQL.13).sql
index 43aa3d867338..bf1894c9c4fa 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
nm."MiddleName"
@@ -7,7 +7,7 @@ FROM
WHERE
NOT (nm."MiddleName" IS NULL OR Length(nm."MiddleName") = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest2(PostgreSQL.13).sql
index 5af8ff140421..ba91a6865bff 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
nm."FirstName"
@@ -7,7 +7,7 @@ FROM
WHERE
Length(nm."FirstName") <> 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullTest(PostgreSQL.13).sql
index 78223fa437ba..3e3bdbf394dd 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
nm."MiddleName"
@@ -7,7 +7,7 @@ FROM
WHERE
nm."MiddleName" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,1,False).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,1,False).sql
index 782c7e0c6767..9f38969d701b 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,1,False).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,1,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,1,True).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,1,True).sql
index 22a675575515..85457494222d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,1,True).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,1,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,1,null).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,1,null).sql
index a27ea12a180c..b44cbe4dd61d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,1,null).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,1,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,2,False).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,2,False).sql
index 84711ca16267..c065b26ec6a2 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,2,False).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,2,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,2,True).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,2,True).sql
index dc3bd651bcad..990fc022b3ab 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,2,True).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,2,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,2,null).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,2,null).sql
index ecc3a7872bf0..c5bcec97ba2f 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,2,null).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.13,2,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,1,False).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,1,False).sql
index 782c7e0c6767..9f38969d701b 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,1,False).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,1,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,1,True).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,1,True).sql
index 22a675575515..85457494222d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,1,True).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,1,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,1,null).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,1,null).sql
index a27ea12a180c..b44cbe4dd61d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,1,null).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,1,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,2,False).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,2,False).sql
index 84711ca16267..c065b26ec6a2 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,2,False).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,2,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,2,True).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,2,True).sql
index dc3bd651bcad..990fc022b3ab 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,2,True).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,2,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,2,null).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,2,null).sql
index ecc3a7872bf0..c5bcec97ba2f 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,2,null).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.13,2,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test1(PostgreSQL.13).sql
index ac4793ec3982..c74002e9d98e 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."Value1" IS NOT NULL AND p."Value1" <> 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test2(PostgreSQL.13).sql
index 1448ee2c1c6c..7d92ab075a52 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."Value1" IS NULL OR p."Value1" <> 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424(PostgreSQL.13).sql
index e0b7d4eae1c2..2a9c61dd33d0 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -10,7 +10,7 @@ FROM
WHERE
i."StrValue" >= '0'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -20,7 +20,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -32,7 +32,7 @@ FROM
WHERE
i."StrValue" >= '1'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -42,7 +42,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -54,7 +54,7 @@ FROM
WHERE
i."StrValue" >= '3'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -64,7 +64,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -76,7 +76,7 @@ FROM
WHERE
i."StrValue" >= '5'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -86,7 +86,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -98,7 +98,7 @@ FROM
WHERE
i."StrValue" <= '0'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -108,7 +108,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -120,7 +120,7 @@ FROM
WHERE
i."StrValue" <= '1'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -130,7 +130,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -142,7 +142,7 @@ FROM
WHERE
i."StrValue" <= '3'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -152,7 +152,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -164,7 +164,7 @@ FROM
WHERE
i."StrValue" <= '5'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -174,7 +174,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -186,7 +186,7 @@ FROM
WHERE
i."StrValue" > '0'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -196,7 +196,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -208,7 +208,7 @@ FROM
WHERE
i."StrValue" > '1'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -218,7 +218,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -230,7 +230,7 @@ FROM
WHERE
i."StrValue" > '3'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -240,7 +240,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -252,7 +252,7 @@ FROM
WHERE
i."StrValue" > '5'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -262,7 +262,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -274,7 +274,7 @@ FROM
WHERE
i."StrValue" < '0'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -284,7 +284,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -296,7 +296,7 @@ FROM
WHERE
i."StrValue" < '1'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -306,7 +306,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -318,7 +318,7 @@ FROM
WHERE
i."StrValue" < '3'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -328,7 +328,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -340,7 +340,7 @@ FROM
WHERE
i."StrValue" < '5'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -350,7 +350,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -362,7 +362,7 @@ FROM
WHERE
i."StrValue" = '0'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -372,7 +372,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -384,7 +384,7 @@ FROM
WHERE
i."StrValue" = '1'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -394,7 +394,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -406,7 +406,7 @@ FROM
WHERE
i."StrValue" = '3'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -416,7 +416,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -428,7 +428,7 @@ FROM
WHERE
i."StrValue" = '5'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -438,7 +438,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -450,7 +450,7 @@ FROM
WHERE
i."StrValue" <> '0'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -460,7 +460,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -472,7 +472,7 @@ FROM
WHERE
i."StrValue" <> '1'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -482,7 +482,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -494,7 +494,7 @@ FROM
WHERE
i."StrValue" <> '3'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -504,7 +504,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -516,7 +516,7 @@ FROM
WHERE
i."StrValue" <> '5'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Fields(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Fields(PostgreSQL.13).sql
index b91fc08033a2..da2ad7e3ebe6 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Fields(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Fields(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -13,7 +13,7 @@ FROM
WHERE
i."StrValue" >= right_1."StrValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -23,7 +23,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -38,7 +38,7 @@ FROM
WHERE
i."StrValue" <= right_1."StrValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -48,7 +48,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -63,7 +63,7 @@ FROM
WHERE
i."StrValue" > right_1."StrValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -73,7 +73,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -88,7 +88,7 @@ FROM
WHERE
i."StrValue" < right_1."StrValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -98,7 +98,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -113,7 +113,7 @@ FROM
WHERE
i."StrValue" = right_1."StrValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -123,7 +123,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -138,7 +138,7 @@ FROM
WHERE
i."StrValue" <> right_1."StrValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -148,7 +148,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -163,7 +163,7 @@ FROM
WHERE
i."StrValue" >= right_1."StrValueNullable" OR right_1."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -173,7 +173,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -188,7 +188,7 @@ FROM
WHERE
i."StrValue" <= right_1."StrValueNullable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -198,7 +198,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -213,7 +213,7 @@ FROM
WHERE
i."StrValue" > right_1."StrValueNullable" OR right_1."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -223,7 +223,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -238,7 +238,7 @@ FROM
WHERE
i."StrValue" < right_1."StrValueNullable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -248,7 +248,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -263,7 +263,7 @@ FROM
WHERE
i."StrValue" = right_1."StrValueNullable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -273,7 +273,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -288,7 +288,7 @@ FROM
WHERE
i."StrValue" <> right_1."StrValueNullable" OR right_1."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -298,7 +298,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -314,7 +314,7 @@ WHERE
i."StrValueNullable" >= right_1."StrValueNullable" OR
right_1."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -324,7 +324,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -340,7 +340,7 @@ WHERE
i."StrValueNullable" <= right_1."StrValueNullable" OR
i."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -350,7 +350,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -366,7 +366,7 @@ WHERE
i."StrValueNullable" > right_1."StrValueNullable" OR
i."StrValueNullable" IS NOT NULL AND right_1."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -376,7 +376,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -392,7 +392,7 @@ WHERE
i."StrValueNullable" < right_1."StrValueNullable" OR
i."StrValueNullable" IS NULL AND right_1."StrValueNullable" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -402,7 +402,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -418,7 +418,7 @@ WHERE
i."StrValueNullable" = right_1."StrValueNullable" OR
i."StrValueNullable" IS NULL AND right_1."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -428,7 +428,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -445,7 +445,7 @@ WHERE
i."StrValueNullable" IS NULL AND right_1."StrValueNullable" IS NOT NULL OR
i."StrValueNullable" IS NOT NULL AND right_1."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Nullable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Nullable(PostgreSQL.13).sql
index 0f0129b0aa21..0da736490e0e 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Nullable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Nullable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -8,7 +8,7 @@ SELECT
FROM
"Isue2424Table" i
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -18,7 +18,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -30,7 +30,7 @@ FROM
WHERE
i."StrValueNullable" >= '1'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -40,7 +40,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -52,7 +52,7 @@ FROM
WHERE
i."StrValueNullable" >= '3'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -62,7 +62,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -74,7 +74,7 @@ FROM
WHERE
i."StrValueNullable" >= '5'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -84,7 +84,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -96,7 +96,7 @@ FROM
WHERE
i."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -106,7 +106,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -118,7 +118,7 @@ FROM
WHERE
i."StrValueNullable" <= '1' OR i."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -128,7 +128,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -140,7 +140,7 @@ FROM
WHERE
i."StrValueNullable" <= '3' OR i."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -150,7 +150,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -162,7 +162,7 @@ FROM
WHERE
i."StrValueNullable" <= '5' OR i."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -172,7 +172,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -184,7 +184,7 @@ FROM
WHERE
i."StrValueNullable" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -194,7 +194,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -206,7 +206,7 @@ FROM
WHERE
i."StrValueNullable" > '1'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -216,7 +216,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -228,7 +228,7 @@ FROM
WHERE
i."StrValueNullable" > '3'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -238,7 +238,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -250,7 +250,7 @@ FROM
WHERE
i."StrValueNullable" > '5'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -260,7 +260,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -272,7 +272,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -282,7 +282,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -294,7 +294,7 @@ FROM
WHERE
i."StrValueNullable" < '1' OR i."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -304,7 +304,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -316,7 +316,7 @@ FROM
WHERE
i."StrValueNullable" < '3' OR i."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -326,7 +326,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -338,7 +338,7 @@ FROM
WHERE
i."StrValueNullable" < '5' OR i."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -348,7 +348,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -360,7 +360,7 @@ FROM
WHERE
i."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -370,7 +370,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -382,7 +382,7 @@ FROM
WHERE
i."StrValueNullable" = '1'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -392,7 +392,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -404,7 +404,7 @@ FROM
WHERE
i."StrValueNullable" = '3'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -414,7 +414,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -426,7 +426,7 @@ FROM
WHERE
i."StrValueNullable" = '5'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -436,7 +436,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -448,7 +448,7 @@ FROM
WHERE
i."StrValueNullable" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -458,7 +458,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -470,7 +470,7 @@ FROM
WHERE
i."StrValueNullable" <> '1' OR i."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -480,7 +480,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -492,7 +492,7 @@ FROM
WHERE
i."StrValueNullable" <> '3' OR i."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -502,7 +502,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -514,7 +514,7 @@ FROM
WHERE
i."StrValueNullable" <> '5' OR i."StrValueNullable" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_And(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_And(PostgreSQL.13).sql
index dcd2de40ed33..88432d7b3e9d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_And(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_And(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromAnd(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromAnd(PostgreSQL.13).sql
index 1952e686471b..4c0e2e737b19 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromAnd(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromAnd(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromOr(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromOr(PostgreSQL.13).sql
index 505c54ea3143..95d3311f5e38 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromOr(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromOr(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_Or(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_Or(PostgreSQL.13).sql
index ec5cc1b02215..fb71257e1781 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_Or(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_Or(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries1(PostgreSQL.13).sql
index fd21848d92a9..386a25fb6b90 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(p."PersonID")
@@ -8,7 +8,7 @@ WHERE
p."PersonID" IN (1, 2)
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(p."PersonID")
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries2(PostgreSQL.13).sql
index b518853c62fe..df9e743aeafd 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(p."PersonID")
@@ -15,7 +15,7 @@ WHERE
)
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(p."PersonID")
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_Filter_Checked(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_Filter_Checked(PostgreSQL.13).sql
index 0915620bd213..e142fd3f9a0e 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_Filter_Checked(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_Filter_Checked(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter1(PostgreSQL.13).sql
index 2b91328ab701..e36cd37fa936 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @filter1 Text(6) -- String
SET @filter1 = '%John%'
DECLARE @filter2 Text(8) -- String
@@ -41,7 +41,7 @@ WHERE
ORDER BY
t1."PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
@@ -49,7 +49,7 @@ SELECT
FROM
"Patient" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter2(PostgreSQL.13).sql
index 8197cccfbda5..51156314ae19 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @filter1 Text(6) -- String
SET @filter1 = '%John%'
DECLARE @filter2 Text(8) -- String
@@ -43,7 +43,7 @@ WHERE
ORDER BY
p."PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
@@ -51,7 +51,7 @@ SELECT
FROM
"Patient" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter3(PostgreSQL.13).sql
index 9284c4b5b336..66cc7e2c1369 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @filter Text(6) -- String
SET @filter = '%John%'
DECLARE @filter_1 Text(8) -- String
@@ -45,7 +45,7 @@ WHERE
ORDER BY
patient_1."PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
@@ -53,7 +53,7 @@ SELECT
FROM
"Patient" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest1(PostgreSQL.13).sql
index f06028487c5c..a92197c822bd 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
nm."MiddleName"
@@ -7,7 +7,7 @@ FROM
WHERE
Length(nm."MiddleName") <> 0 OR nm."MiddleName" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest2(PostgreSQL.13).sql
index 5af8ff140421..ba91a6865bff 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
nm."FirstName"
@@ -7,7 +7,7 @@ FROM
WHERE
Length(nm."FirstName") <> 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQuery(PostgreSQL.13).sql
index dfa328b71fd2..ef3b818ee96f 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQueryWithParam(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQueryWithParam(PostgreSQL.13).sql
index 7ceaa4dcca3f..18763365a0c9 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQueryWithParam(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQueryWithParam(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam(PostgreSQL.13).sql
index af332af3d6a7..4f2e65b57f7b 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam2(PostgreSQL.13).sql
index d06a784e868b..5b2c8378dfa7 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
p."PersonID" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery1(PostgreSQL.13).sql
index 1f3a7a8ec1a6..32a3852b18fd 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -13,7 +13,7 @@ FROM
WHERE
p."PersonID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery2(PostgreSQL.13).sql
index 2a0ec15ad880..3886534e6f1f 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."MiddleName" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @str Text(3) -- String
SET @str = '123'
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull(PostgreSQL.13).sql
index 85479a3f21ab..2f86d8948b0d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull2(PostgreSQL.13).sql
index 85479a3f21ab..2f86d8948b0d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotOrAnd(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotOrAnd(PostgreSQL.13).sql
index 5ad6ac6790b4..fca058f08128 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotOrAnd(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotOrAnd(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest(PostgreSQL.13).sql
index 7e371e3e94f7..b2de4feda98d 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest2(PostgreSQL.13).sql
index 801f73b41d9b..66943afa746e 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 2
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam1(PostgreSQL.13).sql
index 1eb435115e8f..bab317ee8726 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam2(PostgreSQL.13).sql
index b8d6d54d5c65..f657715b25fa 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -13,7 +13,7 @@ FROM
WHERE
p."PersonID" = :id AND p."MiddleName" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullableBoolean_NotFalse_AsNotTrue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullableBoolean_NotFalse_AsNotTrue(PostgreSQL.13).sql
index a09a5689a34e..bfcfa582ffb0 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullableBoolean_NotFalse_AsNotTrue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullableBoolean_NotFalse_AsNotTrue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OptionalObjectInCondition(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OptionalObjectInCondition(PostgreSQL.13).sql
index d66aca51b1f5..d65f413c9863 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OptionalObjectInCondition(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OptionalObjectInCondition(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = '1'
@@ -13,7 +13,7 @@ FROM
WHERE
r."FirstName" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
@@ -26,7 +26,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = '1'
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OrAnd(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OrAnd(PostgreSQL.13).sql
index 6afed0edb99e..c1bff69f1a86 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OrAnd(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OrAnd(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.PredicateOptimization_Subquery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.PredicateOptimization_Subquery(PostgreSQL.13).sql
index ffa11a884fab..9832ae551dc8 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.PredicateOptimization_Subquery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.PredicateOptimization_Subquery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PK",
@@ -19,7 +19,7 @@ WHERE
) t1(item)
) > make_timestamp(2023, 1, 1, 0, 0, 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PK",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SearchCondition1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SearchCondition1(PostgreSQL.13).sql
index 690aede8f53c..75df4806ef67 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SearchCondition1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SearchCondition1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StaticMethodParam(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StaticMethodParam(PostgreSQL.13).sql
index af332af3d6a7..4f2e65b57f7b 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StaticMethodParam(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StaticMethodParam(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationCoalesce(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationCoalesce(PostgreSQL.13).sql
index 2c57b6ce7256..1065d069672a 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationCoalesce(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationCoalesce(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -19,7 +19,7 @@ ORDER BY
t1."FirstName",
t1."LastName"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTests(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTests(PostgreSQL.13).sql
index c08cf1c01616..14efab353af0 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTests(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTests(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -11,7 +11,7 @@ WHERE
('<{p.LastName}, ' || p."FirstName" || ' {' || p."LastName" || '}>') = ('<{p.LastName}, ' || p."FirstName" || ' {' || p."LastName") || '}>' AND
'{}' || p."LastName" = '{}' || p."LastName"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTestsNullable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTestsNullable(PostgreSQL.13).sql
index 2c57b6ce7256..1065d069672a 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTestsNullable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTestsNullable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -19,7 +19,7 @@ ORDER BY
t1."FirstName",
t1."LastName"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery(PostgreSQL.13).sql
index 7f5594f69a54..064d27f9f9ce 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(t."ParentID" * 1000) / 1000
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery1(PostgreSQL.13).sql
index d2179ad31d02..5fe22cc97609 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pp."Value_1"
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Value(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Value(PostgreSQL.13).sql
index 7f665d5a657e..cda5e14252e6 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Value(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Value(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereBooleanTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereBooleanTest2(PostgreSQL.13).sql
index fbce0a6daebc..952acf110043 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereBooleanTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereBooleanTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -7,7 +7,7 @@ SELECT
FROM
"WhereCases" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -18,7 +18,7 @@ FROM
WHERE
NOT t."BoolValue" AND t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -29,7 +29,7 @@ FROM
WHERE
NOT (NOT t."BoolValue" AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -40,7 +40,7 @@ FROM
WHERE
t."BoolValue" = True AND t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -51,7 +51,7 @@ FROM
WHERE
NOT (t."BoolValue" = True AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -62,7 +62,7 @@ FROM
WHERE
t."BoolValue" = True AND t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -73,7 +73,7 @@ FROM
WHERE
NOT (t."BoolValue" = True AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -84,7 +84,7 @@ FROM
WHERE
t."BoolValue" = False AND t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -95,7 +95,7 @@ FROM
WHERE
NOT (t."BoolValue" = False AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -106,7 +106,7 @@ FROM
WHERE
t."BoolValue" = False AND t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -117,7 +117,7 @@ FROM
WHERE
NOT (t."BoolValue" = False AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -129,7 +129,7 @@ WHERE
(t."NullableBoolValue" = False OR t."NullableBoolValue" IS NULL) AND
t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -140,7 +140,7 @@ FROM
WHERE
NOT ((t."NullableBoolValue" = False OR t."NullableBoolValue" IS NULL) AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -151,7 +151,7 @@ FROM
WHERE
t."NullableBoolValue" = True AND t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -162,7 +162,7 @@ FROM
WHERE
NOT (t."NullableBoolValue" = True AND t."NullableBoolValue" IS NOT NULL AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -173,7 +173,7 @@ FROM
WHERE
t."NullableBoolValue" = True AND t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -184,7 +184,7 @@ FROM
WHERE
NOT (t."NullableBoolValue" = True AND t."NullableBoolValue" IS NOT NULL AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -195,7 +195,7 @@ FROM
WHERE
t."NullableBoolValue" IS NULL AND t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -206,7 +206,7 @@ FROM
WHERE
NOT (t."NullableBoolValue" IS NULL AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -217,7 +217,7 @@ FROM
WHERE
t."NullableBoolValue" IS NOT NULL AND t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -228,7 +228,7 @@ FROM
WHERE
NOT (t."NullableBoolValue" IS NOT NULL AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -239,7 +239,7 @@ FROM
WHERE
t."NullableBoolValue" IS NOT NULL AND t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -250,7 +250,7 @@ FROM
WHERE
NOT (t."NullableBoolValue" IS NOT NULL AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -261,7 +261,7 @@ FROM
WHERE
t."NullableBoolValue" IS NULL AND t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -272,7 +272,7 @@ FROM
WHERE
NOT (t."NullableBoolValue" IS NULL AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -284,7 +284,7 @@ WHERE
NOT t."BoolValue" AND (t."NullableBoolValue" = False OR t."NullableBoolValue" IS NULL) AND
t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -295,7 +295,7 @@ FROM
WHERE
NOT (NOT t."BoolValue" AND (t."NullableBoolValue" = False OR t."NullableBoolValue" IS NULL) AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -307,7 +307,7 @@ WHERE
NOT (NOT t."BoolValue" AND (t."NullableBoolValue" = False OR t."NullableBoolValue" IS NULL)) AND
t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -318,7 +318,7 @@ FROM
WHERE
NOT (NOT (NOT t."BoolValue" AND (t."NullableBoolValue" = False OR t."NullableBoolValue" IS NULL)) AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -330,7 +330,7 @@ WHERE
NOT t."BoolValue" AND t."NullableBoolValue" = False AND
t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -341,7 +341,7 @@ FROM
WHERE
NOT (NOT t."BoolValue" AND t."NullableBoolValue" = False AND t."NullableBoolValue" IS NOT NULL AND t."Id" > 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -353,7 +353,7 @@ WHERE
NOT (NOT t."BoolValue" AND t."NullableBoolValue" = False AND t."NullableBoolValue" IS NOT NULL) AND
t."Id" > 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest1(PostgreSQL.13).sql
index 74f947cc3ed9..207e25d593d0 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest2(PostgreSQL.13).sql
index 74f947cc3ed9..207e25d593d0 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest3(PostgreSQL.13).sql
index 22e0ede6f8a0..4832690d8df8 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest4(PostgreSQL.13).sql
index 97bc5770a1f7..9365d7436bee 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest5(PostgreSQL.13).sql
index dab26b73554e..c920701124aa 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest6(PostgreSQL.13).sql
index e1b6f7dba254..552f5e56c041 100644
--- a/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,Default).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,Default).sql
index 23adaf8ed839..180d8d401421 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,Default).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -8,7 +8,7 @@ INSERT INTO "TrimTestTable"
VALUES
(1,'***OOO***')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -18,7 +18,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,MultipleRows).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,MultipleRows).sql
index 23adaf8ed839..180d8d401421 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -8,7 +8,7 @@ INSERT INTO "TrimTestTable"
VALUES
(1,'***OOO***')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -18,7 +18,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,ProviderSpecific).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,ProviderSpecific).sql
index 5c999453dbb8..88ae2beee724 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "TrimTestTable"(ID, Data)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -10,7 +10,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,RowByRow).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,RowByRow).sql
index 3528ed7df7c9..402652c8beec 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,RowByRow).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,False,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Data Text(9) -- String
@@ -15,7 +15,7 @@ VALUES
:Data
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -25,7 +25,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,Default).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,Default).sql
index 23adaf8ed839..180d8d401421 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,Default).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -8,7 +8,7 @@ INSERT INTO "TrimTestTable"
VALUES
(1,'***OOO***')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -18,7 +18,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,MultipleRows).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,MultipleRows).sql
index 23adaf8ed839..180d8d401421 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -8,7 +8,7 @@ INSERT INTO "TrimTestTable"
VALUES
(1,'***OOO***')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -18,7 +18,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,ProviderSpecific).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,ProviderSpecific).sql
index 5c999453dbb8..88ae2beee724 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "TrimTestTable"(ID, Data)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -10,7 +10,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,RowByRow).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,RowByRow).sql
index 3f086c5ee461..3d4e105d84c4 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,RowByRow).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.13,True,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -11,7 +11,7 @@ VALUES
'***OOO***'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -21,7 +21,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.13,False).sql
index c812ece85f90..d21ee31ec154 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Data Text(9) -- String
@@ -15,7 +15,7 @@ VALUES
:Data
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 2
DECLARE @Data Text(9) -- String
@@ -32,7 +32,7 @@ VALUES
:Data
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -45,7 +45,7 @@ VALUES
'***VVV***'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -55,7 +55,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.13,True).sql
index fc969775216b..33a45933ab62 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -11,7 +11,7 @@ VALUES
'***OOO***'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -24,7 +24,7 @@ VALUES
'***HHH***'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -37,7 +37,7 @@ VALUES
'***VVV***'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -47,7 +47,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.13,False).sql
index 591d23f00c8d..3e21fa59e798 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -14,7 +14,7 @@ RETURNING
"TrimTestTable"."ID",
"TrimTestTable"."Data"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -24,7 +24,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.13,True).sql
index 591d23f00c8d..3e21fa59e798 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -14,7 +14,7 @@ RETURNING
"TrimTestTable"."ID",
"TrimTestTable"."Data"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -24,7 +24,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.13,False).sql
index 00d90472d0c7..45c6fc32e9cb 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Data Text(9) -- String
SET @Data = '***III***'
DECLARE @ID Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"TrimTestTable"."ID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Data Text(9) -- String
SET @Data = '***OOO***'
@@ -22,7 +22,7 @@ SET
WHERE
"TrimTestTable"."Data" = '***XXX***'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Data Text(9) -- String
SET @Data = '***SSS***'
DECLARE @p Text(9) -- String
@@ -35,7 +35,7 @@ SET
WHERE
"TrimTestTable"."Data" = :p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -45,7 +45,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.13,True).sql
index 178c182646e8..dae7c8077911 100644
--- a/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TrimTestTable"
@@ -7,7 +7,7 @@ SET
WHERE
"TrimTestTable"."ID" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TrimTestTable"
@@ -16,7 +16,7 @@ SET
WHERE
"TrimTestTable"."Data" = '***XXX***'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TrimTestTable"
@@ -25,7 +25,7 @@ SET
WHERE
"TrimTestTable"."Data" = '***HHH***'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -35,7 +35,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.13/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test1(PostgreSQL.13).sql
index c055d1d92c16..96462e229bdc 100644
--- a/PostgreSQL.13/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id"
diff --git a/PostgreSQL.13/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test3(PostgreSQL.13).sql
index c055d1d92c16..96462e229bdc 100644
--- a/PostgreSQL.13/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id"
diff --git a/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.CacheTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.CacheTest(PostgreSQL.13).sql
index 44a1a5376360..96035459c9f0 100644
--- a/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.CacheTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.CacheTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -30,7 +30,7 @@ VALUES
:LastName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -41,11 +41,11 @@ FROM
WHERE
t."ID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -56,7 +56,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -77,7 +77,7 @@ VALUES
:LastName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -88,11 +88,11 @@ FROM
WHERE
t."ID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -103,7 +103,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -124,7 +124,7 @@ VALUES
:LastName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -135,11 +135,11 @@ FROM
WHERE
t."ID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -150,7 +150,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -171,7 +171,7 @@ VALUES
:LastName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -182,7 +182,7 @@ FROM
WHERE
t."ID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
diff --git a/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.InsertOrUpdatePrimaryKeyTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.InsertOrUpdatePrimaryKeyTest(PostgreSQL.13).sql
index 9ba0d61e41ac..6a14e2b1fa36 100644
--- a/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.InsertOrUpdatePrimaryKeyTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.InsertOrUpdatePrimaryKeyTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -12,7 +12,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -29,7 +29,7 @@ VALUES
:Name
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "FluentTemp" AS t1
(
@@ -45,7 +45,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"ID" = t1."ID",
"Name" = t1."Name"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
diff --git a/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTest(PostgreSQL.13).sql
index 4e3da42d0705..3e133f0bfe4d 100644
--- a/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -30,7 +30,7 @@ VALUES
:LastName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(7) -- String
SET @Name = 'John II'
DECLARE @LastName Text(4) -- String
@@ -44,7 +44,7 @@ SET
WHERE
"FluentTemp"."ID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
diff --git a/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTestAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTestAsync(PostgreSQL.13).sql
index 4e3da42d0705..3e133f0bfe4d 100644
--- a/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTestAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTestAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -30,7 +30,7 @@ VALUES
:LastName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(7) -- String
SET @Name = 'John II'
DECLARE @LastName Text(4) -- String
@@ -44,7 +44,7 @@ SET
WHERE
"FluentTemp"."ID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
diff --git a/PostgreSQL.13/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodAsColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodAsColumn(PostgreSQL.13).sql
index 88ddb9c47c43..181004d571f3 100644
--- a/PostgreSQL.13/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodAsColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodAsColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodOnProperty(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodOnProperty(PostgreSQL.13).sql
index f6e5311fdbea..49f3be89b251 100644
--- a/PostgreSQL.13/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodOnProperty(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodOnProperty(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.MapValueTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.MapValueTest(PostgreSQL.13).sql
index 99c41e3d51fe..f456079ee0e0 100644
--- a/PostgreSQL.13/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.MapValueTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.MapValueTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.13/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceAttribute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceAttribute(PostgreSQL.13).sql
index 60babd975430..03c78e311c6f 100644
--- a/PostgreSQL.13/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceAttribute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceAttribute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT nextval('sequencetestseq') FROM generate_series(1, 10)
diff --git a/PostgreSQL.13/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceHelper(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceHelper(PostgreSQL.13).sql
index 60babd975430..03c78e311c6f 100644
--- a/PostgreSQL.13/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceHelper(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceHelper(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT nextval('sequencetestseq') FROM generate_series(1, 10)
diff --git a/PostgreSQL.13/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test1(PostgreSQL.13).sql
index 64160cc16322..5d691492ced2 100644
--- a/PostgreSQL.13/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
@@ -7,7 +7,7 @@ SELECT
FROM
"UseMappingSchemaTestTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Column1",
@@ -16,7 +16,7 @@ SELECT
FROM
"UseMappingSchemaTestTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
diff --git a/PostgreSQL.13/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test2(PostgreSQL.13).sql
index 9753a661b2bc..4697b3e3a97b 100644
--- a/PostgreSQL.13/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
@@ -7,7 +7,7 @@ SELECT
FROM
"UseMappingSchemaTestTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
@@ -16,7 +16,7 @@ SELECT
FROM
"UseMappingSchemaTestTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Column1",
@@ -25,7 +25,7 @@ SELECT
FROM
"UseMappingSchemaTestTable2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
@@ -34,7 +34,7 @@ SELECT
FROM
"UseMappingSchemaTestTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
@@ -43,7 +43,7 @@ SELECT
FROM
"UseMappingSchemaTestTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
diff --git a/PostgreSQL.13/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.13,).sql b/PostgreSQL.13/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.13,).sql
index 383d22500102..388a16a78140 100644
--- a/PostgreSQL.13/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.13,).sql
+++ b/PostgreSQL.13/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.13,).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ID",
@@ -10,7 +10,7 @@ FROM
"Issue3757Level1" m_1
INNER JOIN "Issue3757Level2" d ON m_1."ID" = d."ParentId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
l1."ID",
diff --git a/PostgreSQL.13/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.13,0x003F$filter=Children0x002Fany(c0x003A contains(c0x002FLS, 'de'))).sql b/PostgreSQL.13/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.13,0x003F$filter=Children0x002Fany(c0x003A contains(c0x002FLS, 'de'))).sql
index 3115743d6c4e..9bcfdaa893a3 100644
--- a/PostgreSQL.13/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.13,0x003F$filter=Children0x002Fany(c0x003A contains(c0x002FLS, 'de'))).sql
+++ b/PostgreSQL.13/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.13,0x003F$filter=Children0x002Fany(c0x003A contains(c0x002FLS, 'de'))).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @TypedProperty Text(4) -- String
SET @TypedProperty = '%de%'
@@ -22,7 +22,7 @@ WHERE
m_1."ValS" IS NOT NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @TypedProperty Text(4) -- String
SET @TypedProperty = '%de%'
diff --git a/PostgreSQL.13/Tests/Samples/ExceptionInterceptTests/Tests.Samples.ExceptionInterceptTests.InterceptedExceptionExecuteReader(PostgreSQL.13).sql b/PostgreSQL.13/Tests/Samples/ExceptionInterceptTests/Tests.Samples.ExceptionInterceptTests.InterceptedExceptionExecuteReader(PostgreSQL.13).sql
index 1df665cdb6c9..0ff995f61cdf 100644
--- a/PostgreSQL.13/Tests/Samples/ExceptionInterceptTests/Tests.Samples.ExceptionInterceptTests.InterceptedExceptionExecuteReader(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/Samples/ExceptionInterceptTests/Tests.Samples.ExceptionInterceptTests.InterceptedExceptionExecuteReader(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
diff --git a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.DescriptionTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.DescriptionTest(PostgreSQL.13).sql
index 68b79eb01cd7..525aa9460718 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.DescriptionTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.DescriptionTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestFunctionParameters).sql b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestFunctionParameters).sql
index 5e4d1e618d7f..95f65296fafb 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestFunctionParameters).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestFunctionParameters).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestScalarFunction).sql b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestScalarFunction).sql
index 5e4d1e618d7f..95f65296fafb 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestScalarFunction).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestScalarFunction).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestSingleOutParameterFunction).sql b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestSingleOutParameterFunction).sql
index 5e4d1e618d7f..95f65296fafb 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestSingleOutParameterFunction).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestSingleOutParameterFunction).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestTableFunction).sql b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestTableFunction).sql
index 5e4d1e618d7f..95f65296fafb 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestTableFunction).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestTableFunction).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestTableFunction1).sql b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestTableFunction1).sql
index 5e4d1e618d7f..95f65296fafb 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestTableFunction1).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestTableFunction1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestTableFunctionSchema).sql b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestTableFunctionSchema).sql
index 5e4d1e618d7f..95f65296fafb 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestTableFunctionSchema).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,TestTableFunctionSchema).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,test_avg).sql b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,test_avg).sql
index 5e4d1e618d7f..95f65296fafb 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,test_avg).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.13,test_avg).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.TestMaterializedViewSchema(PostgreSQL.13).sql b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.TestMaterializedViewSchema(PostgreSQL.13).sql
index 68b79eb01cd7..525aa9460718 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.TestMaterializedViewSchema(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.TestMaterializedViewSchema(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeCatalogTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeCatalogTest(PostgreSQL.13).sql
index 2d552ef48fa2..d9bab3c4bcf8 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeCatalogTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeCatalogTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,28 +236,28 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
RollbackTransaction
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -305,7 +305,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -321,7 +321,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -409,7 +409,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -458,7 +458,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -477,11 +477,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -492,11 +492,11 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
RollbackTransaction
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -544,7 +544,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -560,7 +560,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -648,7 +648,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -697,7 +697,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -716,11 +716,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
diff --git a/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeSchemaTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeSchemaTest(PostgreSQL.13).sql
index d662169b399a..251777626444 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeSchemaTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeSchemaTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,28 +236,28 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
RollbackTransaction
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -305,7 +305,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog', 'public', 'test_schema')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -321,7 +321,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog', 'public', 'test_schema')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -409,7 +409,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog', 'public', 'test_schema')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -458,7 +458,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog', 'public', 'test_schema')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -477,11 +477,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog', 'public', 'test_schema')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -492,11 +492,11 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
RollbackTransaction
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -544,7 +544,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog') AND v.schemaname IN ('IncludeExcludeSchemaTest')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -560,7 +560,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog') AND pg_namespace.nspname IN ('IncludeExcludeSchemaTest')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -648,7 +648,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog') AND ns.nspname IN ('IncludeExcludeSchemaTest')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -697,7 +697,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog') AND this_schema.nspname IN ('IncludeExcludeSchemaTest')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -716,11 +716,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog') AND n.nspname IN ('IncludeExcludeSchemaTest')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
diff --git a/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PostgreSQLTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PostgreSQLTest(PostgreSQL.13).sql
index 68b79eb01cd7..525aa9460718 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PostgreSQLTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PostgreSQLTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PrimaryForeignKeyTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PrimaryForeignKeyTest(PostgreSQL.13).sql
index 88e2746f9c35..ec8cee8e32bb 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PrimaryForeignKeyTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PrimaryForeignKeyTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog') AND v.schemaname IN ('public')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog') AND pg_namespace.nspname IN ('public')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog') AND ns.nspname IN ('public')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog') AND this_schema.nspname IN ('public')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog') AND n.nspname IN ('public')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.Test(PostgreSQL.13).sql
index 88e2746f9c35..ec8cee8e32bb 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog') AND v.schemaname IN ('public')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog') AND pg_namespace.nspname IN ('public')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog') AND ns.nspname IN ('public')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog') AND this_schema.nspname IN ('public')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog') AND n.nspname IN ('public')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.TestApiImplemented(PostgreSQL.13).sql b/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.TestApiImplemented(PostgreSQL.13).sql
index 68b79eb01cd7..525aa9460718 100644
--- a/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.TestApiImplemented(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.TestApiImplemented(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/UserTests/AssociationTests/Tests.UserTests.AssociationTests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/AssociationTests/Tests.UserTests.AssociationTests.Test(PostgreSQL.13).sql
index 661d685686de..589667a3fb0d 100644
--- a/PostgreSQL.13/Tests/UserTests/AssociationTests/Tests.UserTests.AssociationTests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/AssociationTests/Tests.UserTests.AssociationTests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
d."DisTypeID"
diff --git a/PostgreSQL.13/Tests/UserTests/CompareNullableCharTests/Tests.UserTests.CompareNullableCharTests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/CompareNullableCharTests/Tests.UserTests.CompareNullableCharTests.Test(PostgreSQL.13).sql
index 000051037409..858e5a6f8712 100644
--- a/PostgreSQL.13/Tests/UserTests/CompareNullableCharTests/Tests.UserTests.CompareNullableCharTests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/CompareNullableCharTests/Tests.UserTests.CompareNullableCharTests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_1."Field1",
diff --git a/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.Test(PostgreSQL.13).sql
index 6be064fd3699..aaab62222a15 100644
--- a/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Varchar(3) -- String
SET @FirstName = '123'
DECLARE @LastName Text(3) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
@@ -41,7 +41,7 @@ WHERE
t."PersonID" = :id
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumConverter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumConverter(PostgreSQL.13).sql
index c583e04b8f90..f2a27fab3467 100644
--- a/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumConverter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumConverter(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Varchar(3) -- String
SET @FirstName = '123'
DECLARE @LastName Text(3) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType1(PostgreSQL.13).sql
index c1a351c5a6f5..587ceb8fe165 100644
--- a/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Varchar(3) -- String
SET @FirstName = '123'
DECLARE @LastName Text(3) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType2(PostgreSQL.13).sql
index c1a351c5a6f5..587ceb8fe165 100644
--- a/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Varchar(3) -- String
SET @FirstName = '123'
DECLARE @LastName Text(3) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/UserTests/GroupBySubqueryTests/Tests.UserTests.GroupBySubqueryTests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/GroupBySubqueryTests/Tests.UserTests.GroupBySubqueryTests.Test(PostgreSQL.13).sql
index b5cca3179e83..2e567ec23261 100644
--- a/PostgreSQL.13/Tests/UserTests/GroupBySubqueryTests/Tests.UserTests.GroupBySubqueryTests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/GroupBySubqueryTests/Tests.UserTests.GroupBySubqueryTests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT DISTINCT
"a_Ref4"."Field6",
@@ -14,7 +14,7 @@ FROM
WHERE
t1."Field3" IS NOT NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
g_2."Field6",
diff --git a/PostgreSQL.13/Tests/UserTests/IndexOutOfRangeInUnions/Tests.UserTests.IndexOutOfRangeInUnions.ErrorInUinon(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/IndexOutOfRangeInUnions/Tests.UserTests.IndexOutOfRangeInUnions.ErrorInUinon(PostgreSQL.13).sql
index 71c06cce76d9..9944709db57c 100644
--- a/PostgreSQL.13/Tests/UserTests/IndexOutOfRangeInUnions/Tests.UserTests.IndexOutOfRangeInUnions.ErrorInUinon(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/IndexOutOfRangeInUnions/Tests.UserTests.IndexOutOfRangeInUnions.ErrorInUinon(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"doSap"."DocEntry",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test1(PostgreSQL.13).sql
index 0cdea7bd6287..007be42a231f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -21,14 +21,14 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Parent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x_1."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test2(PostgreSQL.13).sql
index 999b2bcbbb8e..f3da1d0d4bfd 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
@@ -21,14 +21,14 @@ SELECT
FROM
"Parent" o
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Parent" o
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestConstructor(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestConstructor(PostgreSQL.13).sql
index 2fd70dd18591..22103385f93d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestConstructor(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestConstructor(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestFactory(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestFactory(PostgreSQL.13).sql
index 2fd70dd18591..22103385f93d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestFactory(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestFactory(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestConstructor(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestConstructor(PostgreSQL.13).sql
index 6f7cf50839d4..dc71bbde374c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestConstructor(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestConstructor(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestFactory(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestFactory(PostgreSQL.13).sql
index 6f7cf50839d4..dc71bbde374c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestFactory(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestFactory(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test(PostgreSQL.13).sql
index 1d804dde3c6c..7f28023c2fa6 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @TargetName Text(12) -- String
@@ -15,7 +15,7 @@ VALUES
:TargetName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @TargetName Text(4) -- String
@@ -32,7 +32,7 @@ VALUES
:TargetName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @TaskId Integer -- Int32
@@ -53,7 +53,7 @@ VALUES
:Actual
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test2(PostgreSQL.13).sql
index b7b801971e59..70869c059f48 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @TargetName Text(12) -- String
@@ -15,7 +15,7 @@ VALUES
:TargetName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @TargetName Text(4) -- String
@@ -32,7 +32,7 @@ VALUES
:TargetName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @TaskId Integer -- Int32
@@ -53,7 +53,7 @@ VALUES
:Actual
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
@@ -65,7 +65,7 @@ FROM
WHERE
p."TargetName" = 'bda.Requests'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."TargetName",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestInstantiation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestInstantiation(PostgreSQL.13).sql
index 0eacbf4f1689..4c42d5830662 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestInstantiation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestInstantiation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
k_1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleConstructorWithDefaultConstructor(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleConstructorWithDefaultConstructor(PostgreSQL.13).sql
index 6f054034e1a7..09b1dd66e06f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleConstructorWithDefaultConstructor(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleConstructorWithDefaultConstructor(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
k_1."StatusBitmask" & 128,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleFactoryWithDefaultConstructor(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleFactoryWithDefaultConstructor(PostgreSQL.13).sql
index 6f054034e1a7..09b1dd66e06f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleFactoryWithDefaultConstructor(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleFactoryWithDefaultConstructor(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
k_1."StatusBitmask" & 128,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1099Tests/Tests.UserTests.Issue1099Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1099Tests/Tests.UserTests.Issue1099Tests.Test(PostgreSQL.13).sql
index 1371f62600de..debd8ddb8540 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1099Tests/Tests.UserTests.Issue1099Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1099Tests/Tests.UserTests.Issue1099Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 3
DECLARE @DurationID Integer -- Int32
@@ -23,7 +23,7 @@ VALUES
:PersonID
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 1
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1107Tests/Tests.UserTests.Issue1107Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1107Tests/Tests.UserTests.Issue1107Tests.Test(PostgreSQL.13).sql
index a6409da642f9..3171b0b51fc1 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1107Tests/Tests.UserTests.Issue1107Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1107Tests/Tests.UserTests.Issue1107Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1107TB"
(
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1110Tests/Tests.UserTests.Issue1110Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1110Tests/Tests.UserTests.Issue1110Tests.Test(PostgreSQL.13).sql
index b6f89600cb73..2f4253353fc5 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1110Tests/Tests.UserTests.Issue1110Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1110Tests/Tests.UserTests.Issue1110Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 10
DECLARE @TimeStamp Timestamp -- DateTime2
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestAttribute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestAttribute(PostgreSQL.13).sql
index 94c8d52b51b1..a641c872c8e7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestAttribute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestAttribute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestFluent(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestFluent(PostgreSQL.13).sql
index 94c8d52b51b1..a641c872c8e7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestFluent(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestFluent(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1222Tests/Tests.UserTests.Issue1222Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1222Tests/Tests.UserTests.Issue1222Tests.Test(PostgreSQL.13).sql
index 07005dfaea6a..04552f5ab24c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1222Tests/Tests.UserTests.Issue1222Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1222Tests/Tests.UserTests.Issue1222Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @parentId Integer -- Int32
SET @parentId = 111
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1225Tests/Tests.UserTests.Issue1225Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1225Tests/Tests.UserTests.Issue1225Tests.Test(PostgreSQL.13).sql
index 5345d15d0a44..2d40be5602e5 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1225Tests/Tests.UserTests.Issue1225Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1225Tests/Tests.UserTests.Issue1225Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
@@ -11,7 +11,7 @@ VALUES
:Id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
@@ -24,7 +24,7 @@ VALUES
:Id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @TaskId Integer -- Int32
@@ -45,7 +45,7 @@ VALUES
:Actual
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
'Id',
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1261Tests/Tests.UserTests.Issue1261Tests.TestLinqAll(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1261Tests/Tests.UserTests.Issue1261Tests.TestLinqAll(PostgreSQL.13).sql
index 7f6865939d2c..365bcab2b63d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1261Tests/Tests.UserTests.Issue1261Tests.TestLinqAll(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1261Tests/Tests.UserTests.Issue1261Tests.TestLinqAll(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NOT EXISTS(
@@ -10,7 +10,7 @@ SELECT
x."ParentID" = 1 AND NOT (x."ChildID" = 11 AND x."ChildID" IS NOT NULL AND x."GrandChildID" = 777 AND x."GrandChildID" IS NOT NULL)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NOT EXISTS(
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1279Tests/Tests.UserTests.Issue1279Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1279Tests/Tests.UserTests.Issue1279Tests.Test(PostgreSQL.13).sql
index b96722708678..932215c18c25 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1279Tests/Tests.UserTests.Issue1279Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1279Tests/Tests.UserTests.Issue1279Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @CharFld Char -- String
SET @CharFld = 'P'
@@ -11,7 +11,7 @@ VALUES
:CharFld
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteExpressionIsNotATable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteExpressionIsNotATable(PostgreSQL.13).sql
index b809ea9bb9f2..608808cd4603 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteExpressionIsNotATable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteExpressionIsNotATable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
@@ -30,7 +30,7 @@ FROM
WHERE
x."entry_ID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMapping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMapping(PostgreSQL.13).sql
index 13e4bb0ccfcf..93647aa7ccb3 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMapping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMapping(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
@@ -32,7 +32,7 @@ FROM
"CTE_1" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
person_1."FirstName",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMappingUnion(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMappingUnion(PostgreSQL.13).sql
index 4be938102438..43f1b8e4432c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMappingUnion(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMappingUnion(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
@@ -54,7 +54,7 @@ FROM
"CTE_1" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteNoFieldList(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteNoFieldList(PostgreSQL.13).sql
index db55ebf0be79..2754a97f09b0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteNoFieldList(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteNoFieldList(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH cte
(
@@ -28,7 +28,7 @@ SELECT
FROM
cte t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteReservedWords(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteReservedWords(PostgreSQL.13).sql
index f0239ab1dc07..7006d5b7a915 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteReservedWords(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteReservedWords(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Obj_Operator")
AS
@@ -14,7 +14,7 @@ FROM
"CTE_1" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
person_1."LastName"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestChar(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestChar(PostgreSQL.13).sql
index 0420a0eac51e..1f09586f5b47 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestChar(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestChar(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."charDataType"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestNullableChar(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestNullableChar(PostgreSQL.13).sql
index 0420a0eac51e..1f09586f5b47 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestNullableChar(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestNullableChar(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."charDataType"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test(PostgreSQL.13).sql
index 8cbf55328d93..e367292d8102 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 1
DECLARE @asdfgh Text(4) -- String
@@ -15,7 +15,7 @@ VALUES
:asdfgh
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 100500
DECLARE @asdfgh Text(9) -- String
@@ -32,7 +32,7 @@ VALUES
:asdfgh
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ref1 Bigint -- Int64
SET @ref1 = 100500
DECLARE @y1_q1_ref1 Bigint -- Int64
@@ -49,7 +49,7 @@ VALUES
:y1_q1_ref1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ref1 Bigint -- Int64
SET @ref1 = 1
DECLARE @y1_q1_ref1 Bigint -- Int64
@@ -66,7 +66,7 @@ VALUES
:y1_q1_ref1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ref1 Bigint -- Int64
SET @ref1 = 100500
DECLARE @y1_q1_ref1 Bigint -- Int64
@@ -83,7 +83,7 @@ VALUES
:y1_q1_ref1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test1(PostgreSQL.13).sql
index f0f707ab0f05..7a57619e32b7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 1
DECLARE @asdfgh Text(4) -- String
@@ -15,7 +15,7 @@ VALUES
:asdfgh
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 100500
DECLARE @asdfgh Text(9) -- String
@@ -32,7 +32,7 @@ VALUES
:asdfgh
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ref1 Bigint -- Int64
SET @ref1 = 100500
DECLARE @y1_q1_ref1 Bigint -- Int64
@@ -49,7 +49,7 @@ VALUES
:y1_q1_ref1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ref1 Bigint -- Int64
SET @ref1 = 1
DECLARE @y1_q1_ref1 Bigint -- Int64
@@ -66,7 +66,7 @@ VALUES
:y1_q1_ref1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ref1 Bigint -- Int64
SET @ref1 = 100500
DECLARE @y1_q1_ref1 Bigint -- Int64
@@ -83,7 +83,7 @@ VALUES
:y1_q1_ref1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.13,False).sql
index 2068cb73d9bb..66f1314f8c16 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1303"
(
@@ -13,7 +13,7 @@ VALUES
E'\\x0405'::bytea
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -25,7 +25,7 @@ WHERE
t1."ID" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -37,7 +37,7 @@ WHERE
t1."Array" = E'\\x010203'::bytea
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.13,True).sql
index 2068cb73d9bb..66f1314f8c16 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1303"
(
@@ -13,7 +13,7 @@ VALUES
E'\\x0405'::bytea
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -25,7 +25,7 @@ WHERE
t1."ID" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -37,7 +37,7 @@ WHERE
t1."Array" = E'\\x010203'::bytea
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestAttributeMapping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestAttributeMapping(PostgreSQL.13).sql
index 68b79eb01cd7..525aa9460718 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestAttributeMapping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestAttributeMapping(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestFluentMapping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestFluentMapping(PostgreSQL.13).sql
index 68b79eb01cd7..525aa9460718 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestFluentMapping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestFluentMapping(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1313Tests/Tests.UserTests.Issue1313Tests.TestQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1313Tests/Tests.UserTests.Issue1313Tests.TestQuery(PostgreSQL.13).sql
index c8fec7d38865..5b1eb2ff332b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1313Tests/Tests.UserTests.Issue1313Tests.TestQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1313Tests/Tests.UserTests.Issue1313Tests.TestQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "ValueItem"
(
@@ -9,7 +9,7 @@ VALUES
123
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
row_1."Value"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ComplexNavigation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ComplexNavigation(PostgreSQL.13).sql
index 421b76317b2b..709a6674de1b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ComplexNavigation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ComplexNavigation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
@@ -11,7 +11,7 @@ VALUES
:ID
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 5
@@ -23,7 +23,7 @@ WHERE
t1."ID" = :p
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Linq(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Linq(PostgreSQL.13).sql
index 04efdfab2c0d..5a158f3563a1 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Linq(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Linq(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
@@ -11,7 +11,7 @@ VALUES
:ID
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Method(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Method(PostgreSQL.13).sql
index a67227440fc3..45e3bbb2db8e 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Method(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Method(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
@@ -11,7 +11,7 @@ VALUES
:ID
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_MethodWithProperty(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_MethodWithProperty(PostgreSQL.13).sql
index 2e97aad72c80..05daea37caa5 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_MethodWithProperty(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_MethodWithProperty(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
@@ -11,7 +11,7 @@ VALUES
:ID
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Item1 Integer -- Int32
SET @Item1 = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ObjectNavigation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ObjectNavigation(PostgreSQL.13).sql
index c6c6e7a7fb64..b9ee3dd0c54d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ObjectNavigation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ObjectNavigation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
@@ -11,7 +11,7 @@ VALUES
:ID
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1351Tests/Tests.UserTests.Issue1351Tests.TestSByteQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1351Tests/Tests.UserTests.Issue1351Tests.TestSByteQuery(PostgreSQL.13).sql
index 4536f5926b81..c152f1b974bc 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1351Tests/Tests.UserTests.Issue1351Tests.TestSByteQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1351Tests/Tests.UserTests.Issue1351Tests.TestSByteQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -9,7 +9,7 @@ FROM
WHERE
t1."TestField" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1363Tests/Tests.UserTests.Issue1363Tests.TestInsert(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1363Tests/Tests.UserTests.Issue1363Tests.TestInsert(PostgreSQL.13).sql
index 56cc1c9ba762..a389c76c7b53 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1363Tests/Tests.UserTests.Issue1363Tests.TestInsert(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1363Tests/Tests.UserTests.Issue1363Tests.TestInsert(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Uuid -- Guid
SET @id = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
@@ -20,7 +20,7 @@ VALUES
)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Uuid -- Guid
SET @id = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
DECLARE @testId Uuid -- Guid
@@ -44,7 +44,7 @@ VALUES
)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id2 Uuid -- Guid
SET @id2 = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test1(PostgreSQL.13).sql
index 56d97ba521c7..65056d66cfbb 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Field1 Varchar -- String
@@ -15,7 +15,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Field1 Varchar -- String
@@ -32,7 +32,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Field1 Varchar(4) -- String
@@ -49,7 +49,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test2(PostgreSQL.13).sql
index 56d97ba521c7..65056d66cfbb 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Field1 Varchar -- String
@@ -15,7 +15,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Field1 Varchar -- String
@@ -32,7 +32,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Field1 Varchar(4) -- String
@@ -49,7 +49,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test3(PostgreSQL.13).sql
index 56d97ba521c7..65056d66cfbb 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Field1 Varchar -- String
@@ -15,7 +15,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Field1 Varchar -- String
@@ -32,7 +32,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Field1 Varchar(4) -- String
@@ -49,7 +49,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr1(PostgreSQL.13).sql
index 012e0ad60f21..8cc87bcbd562 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1373Tests"
(
@@ -11,7 +11,7 @@ VALUES
NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1373Tests"
(
@@ -24,7 +24,7 @@ VALUES
NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1373Tests"
(
@@ -37,7 +37,7 @@ VALUES
'test'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr2(PostgreSQL.13).sql
index 9cfaf44dbf57..ae3ab23acf21 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Field1 Varchar -- String
SET @Field1 = NULL
@@ -13,7 +13,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Field1 Varchar -- String
SET @Field1 = NULL
@@ -28,7 +28,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Field1 Varchar(4) -- String
SET @Field1 = 'test'
@@ -43,7 +43,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr3(PostgreSQL.13).sql
index 9cfaf44dbf57..ae3ab23acf21 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Field1 Varchar -- String
SET @Field1 = NULL
@@ -13,7 +13,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Field1 Varchar -- String
SET @Field1 = NULL
@@ -28,7 +28,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Field1 Varchar(4) -- String
SET @Field1 = 'test'
@@ -43,7 +43,7 @@ VALUES
:Field1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTest(PostgreSQL.13).sql
index 77e8dc4e7aa0..707a2635d783 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -21,7 +21,7 @@ FROM
t."ParentID" = 2
) id_1 ON id_1."ParentID" = m_1."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTestChain(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTestChain(PostgreSQL.13).sql
index 85ce91218a56..37ef499ddf18 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTestChain(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTestChain(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -21,7 +21,7 @@ FROM
t."ParentID" = 2
) t1 ON m_1."ParentID" = t1."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test1(PostgreSQL.13).sql
index b7adb6524478..1e4feebcb335 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1403Tests_1"
(
@@ -11,7 +11,7 @@ VALUES
'New event'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.event_id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test2(PostgreSQL.13).sql
index 5a5fa58c00e1..ab45fc8f7443 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1403Tests_2"
(
@@ -11,7 +11,7 @@ VALUES
'New event'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.event_id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test3(PostgreSQL.13).sql
index 0d40cdf3a738..ef5f50e15791 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1403Tests_3"
(
@@ -11,7 +11,7 @@ VALUES
'New event'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.event_id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1438Tests/Tests.UserTests.Issue1438Tests.GeneralTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1438Tests/Tests.UserTests.Issue1438Tests.GeneralTest(PostgreSQL.13).sql
index e477f4e6318b..cdd482f57c9e 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1438Tests/Tests.UserTests.Issue1438Tests.GeneralTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1438Tests/Tests.UserTests.Issue1438Tests.GeneralTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Has Boolean
SET @Has = True
@@ -13,7 +13,7 @@ VALUES
RETURNING
"Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1441Tests/Tests.UserTests.Issue1441Tests.SampleSelectTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1441Tests/Tests.UserTests.Issue1441Tests.SampleSelectTest2(PostgreSQL.13).sql
index 5f18a86da020..a41b46661c99 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1441Tests/Tests.UserTests.Issue1441Tests.SampleSelectTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1441Tests/Tests.UserTests.Issue1441Tests.SampleSelectTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
author."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestConnectionStringCopy(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestConnectionStringCopy(PostgreSQL.13).sql
index 500ff0ee2b20..0ed715c11a7d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestConnectionStringCopy(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestConnectionStringCopy(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestFactory(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestFactory(PostgreSQL.13).sql
index 500ff0ee2b20..0ed715c11a7d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestFactory(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestFactory(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByExpression(PostgreSQL.13).sql
index 4e2be4effd54..8c0464f8c188 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
) m_1
INNER JOIN "Message" d ON m_1."Id" = d."TopicId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByKey(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByKey(PostgreSQL.13).sql
index 4e2be4effd54..8c0464f8c188 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByKey(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByKey(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
) m_1
INNER JOIN "Message" d ON m_1."Id" = d."TopicId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByQuery(PostgreSQL.13).sql
index 070464dd15ca..ba3757ba48ae 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
) m_1
INNER JOIN "Message" d ON d."TopicId" = m_1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByExpression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByExpression(PostgreSQL.13).sql
index 4e2be4effd54..8c0464f8c188 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByExpression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByExpression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
) m_1
INNER JOIN "Message" d ON m_1."Id" = d."TopicId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByKeys(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByKeys(PostgreSQL.13).sql
index 4e2be4effd54..8c0464f8c188 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByKeys(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByKeys(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
) m_1
INNER JOIN "Message" d ON m_1."Id" = d."TopicId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQuery(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQuery(PostgreSQL.13).sql
index 73db488976dd..b4e6e71b0d3d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQuery(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQuery(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 60
DECLARE @TopicId Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Text
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 61
DECLARE @TopicId Integer -- Int32
@@ -61,7 +61,7 @@ VALUES
:Text
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -78,7 +78,7 @@ FROM
) m_1
INNER JOIN "Message" d ON d."TopicId" = m_1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQueryWithKeys(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQueryWithKeys(PostgreSQL.13).sql
index 73db488976dd..b4e6e71b0d3d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQueryWithKeys(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQueryWithKeys(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 60
DECLARE @TopicId Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Text
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 61
DECLARE @TopicId Integer -- Int32
@@ -61,7 +61,7 @@ VALUES
:Text
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -78,7 +78,7 @@ FROM
) m_1
INNER JOIN "Message" d ON d."TopicId" = m_1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1549Tests/Tests.UserTests.Issue1549Tests.UpdateTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1549Tests/Tests.UserTests.Issue1549Tests.UpdateTest(PostgreSQL.13).sql
index 6cf5ec325d5a..4864fba94f49 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1549Tests/Tests.UserTests.Issue1549Tests.UpdateTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1549Tests/Tests.UserTests.Issue1549Tests.UpdateTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"billing_TempReading"
@@ -11,7 +11,7 @@ WHERE
drt."Name" = "billing_TempReading"."ReadingTypeName" AND
drt."DevTypeId" = "billing_TempReading"."Devtypeid"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"billing_TempReading"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert1(PostgreSQL.13).sql
index 3b528061301e..13580ff6cc41 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert2(PostgreSQL.13).sql
index dcf10e895ccb..796da280065f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert3(PostgreSQL.13).sql
index 3b528061301e..13580ff6cc41 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert4(PostgreSQL.13).sql
index 3b528061301e..13580ff6cc41 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert6(PostgreSQL.13).sql
index 3b528061301e..13580ff6cc41 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate1(PostgreSQL.13).sql
index bfd93db2f788..10a6b63bc72d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554FluentTable"."Id" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate2(PostgreSQL.13).sql
index bfd93db2f788..10a6b63bc72d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554FluentTable"."Id" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate3(PostgreSQL.13).sql
index bfd93db2f788..10a6b63bc72d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554FluentTable"."Id" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate4(PostgreSQL.13).sql
index bfd93db2f788..10a6b63bc72d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554FluentTable"."Id" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate5(PostgreSQL.13).sql
index bfd93db2f788..10a6b63bc72d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554FluentTable"."Id" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert1(PostgreSQL.13).sql
index 328d7730c964..75970d906cd4 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert2(PostgreSQL.13).sql
index 328d7730c964..75970d906cd4 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert3(PostgreSQL.13).sql
index 328d7730c964..75970d906cd4 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert4(PostgreSQL.13).sql
index 328d7730c964..75970d906cd4 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert5(PostgreSQL.13).sql
index 328d7730c964..75970d906cd4 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate1(PostgreSQL.13).sql
index 4ed70ceec8e0..c24344b594b7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554Table"."Id" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate2(PostgreSQL.13).sql
index 4ed70ceec8e0..c24344b594b7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554Table"."Id" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate3(PostgreSQL.13).sql
index 4ed70ceec8e0..c24344b594b7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554Table"."Id" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate4(PostgreSQL.13).sql
index 4ed70ceec8e0..c24344b594b7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554Table"."Id" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate5(PostgreSQL.13).sql
index 4ed70ceec8e0..c24344b594b7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554Table"."Id" = 0
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1556Tests/Tests.UserTests.Issue1556Tests.Issue1556Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1556Tests/Tests.UserTests.Issue1556Tests.Issue1556Test(PostgreSQL.13).sql
index 3cc717c8e5e2..1d06d0bf4b69 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1556Tests/Tests.UserTests.Issue1556Tests.Issue1556Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1556Tests/Tests.UserTests.Issue1556Tests.Issue1556Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -17,7 +17,7 @@ FROM
y."ParentID" = p."ParentID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1564Tests/Tests.UserTests.Issue1564Tests.CteTest1564(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1564Tests/Tests.UserTests.Issue1564Tests.CteTest1564(PostgreSQL.13).sql
index 1b8af5c27a8b..496846291dc6 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1564Tests/Tests.UserTests.Issue1564Tests.CteTest1564(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1564Tests/Tests.UserTests.Issue1564Tests.CteTest1564(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE "categoryHierarchy"
(
@@ -38,7 +38,7 @@ SELECT
FROM
"categoryHierarchy" t2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
WITH RECURSIVE "categoryHierarchy"
(
diff --git a/PostgreSQL.13/Tests/UserTests/Issue1700Tests/Tests.UserTests.Issue1700Tests.TestOuterApplySubFunction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue1700Tests/Tests.UserTests.Issue1700Tests.TestOuterApplySubFunction(PostgreSQL.13).sql
index ddcc5ce9c4b2..608f2a925ca3 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue1700Tests/Tests.UserTests.Issue1700Tests.TestOuterApplySubFunction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue1700Tests/Tests.UserTests.Issue1700Tests.TestOuterApplySubFunction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @groupId Integer -- Int32
SET @groupId = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue175Tests/Tests.UserTests.Issue175Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue175Tests/Tests.UserTests.Issue175Tests.Test(PostgreSQL.13).sql
index 068d3c024d49..996480ffc638 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue175Tests/Tests.UserTests.Issue175Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue175Tests/Tests.UserTests.Issue175Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue192Tests/Tests.UserTests.Issue192Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue192Tests/Tests.UserTests.Issue192Tests.Test(PostgreSQL.13).sql
index fe3b2304fad4..8b8fbcb6bdb0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue192Tests/Tests.UserTests.Issue192Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue192Tests/Tests.UserTests.Issue192Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(11) -- String
@@ -23,7 +23,7 @@ VALUES
:GuidValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(8) -- String
@@ -48,7 +48,7 @@ VALUES
:GuidValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -57,7 +57,7 @@ FROM
WHERE
t1."BoolValue" = 'N'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -66,7 +66,7 @@ FROM
WHERE
t1."BoolValue" = 'Y'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @cond Varchar(36) -- String
SET @cond = 'a948600d-de21-4f74-8ac2-9516b287076e'
@@ -77,7 +77,7 @@ FROM
WHERE
t1."GuidValue" = :cond
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -90,7 +90,7 @@ WHERE
t1."BoolValue" = 'N'
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -103,7 +103,7 @@ WHERE
t1."BoolValue" = 'Y'
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -116,7 +116,7 @@ WHERE
t1."BoolValue" = 'N'
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -129,7 +129,7 @@ WHERE
t1."BoolValue" = 'Y'
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ WHERE
t1."BoolValue" = 'N'
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -155,7 +155,7 @@ WHERE
t1."BoolValue" = 'Y'
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -168,7 +168,7 @@ WHERE
t1."BoolValue" = 'N'
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -181,7 +181,7 @@ WHERE
t1."BoolValue" = 'Y'
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -194,7 +194,7 @@ WHERE
t1."BoolValue" = 'N'
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -207,7 +207,7 @@ WHERE
t1."BoolValue" = 'Y'
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @GuidValue Varchar(36) -- String
SET @GuidValue = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'
@@ -222,7 +222,7 @@ WHERE
t1."GuidValue" = :GuidValue
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @GuidValue Varchar(36) -- String
SET @GuidValue = 'a948600d-de21-4f74-8ac2-9516b287076e'
diff --git a/PostgreSQL.13/Tests/UserTests/Issue228Tests/Tests.UserTests.Issue228Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue228Tests/Tests.UserTests.Issue228Tests.Test(PostgreSQL.13).sql
index 1499f979023e..8e97e4ee5746 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue228Tests/Tests.UserTests.Issue228Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue228Tests/Tests.UserTests.Issue228Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2372Tests/Tests.UserTests.Issue2372Tests.Issue2372Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2372Tests/Tests.UserTests.Issue2372Tests.Issue2372Test(PostgreSQL.13).sql
index f9d4dbdafb7c..e1c6fb63395c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2372Tests/Tests.UserTests.Issue2372Tests.Issue2372Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2372Tests/Tests.UserTests.Issue2372Tests.Issue2372Test(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "InventoryResource"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Uuid -- Guid
SET @Id = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
DECLARE @Status Text(4) -- String
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2375Tests/Tests.UserTests.Issue2375Tests.Issue2375Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2375Tests/Tests.UserTests.Issue2375Tests.Issue2375Test(PostgreSQL.13).sql
index a86a44b21bcb..59c37b73325d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2375Tests/Tests.UserTests.Issue2375Tests.Issue2375Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2375Tests/Tests.UserTests.Issue2375Tests.Issue2375Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Uuid -- Guid
SET @Id = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
DECLARE @ResourceLabel Text(1) -- String
@@ -15,7 +15,7 @@ VALUES
:ResourceLabel
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Uuid -- Guid
SET @Id = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
DECLARE @Status Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:ModifiedTimeStamp
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Uuid -- Guid
SET @Id = 'bd3973a5-4323-4dd8-9f4f-df9f93e2a627'::uuid
DECLARE @Status Integer -- Int32
@@ -65,7 +65,7 @@ VALUES
:ModifiedTimeStamp
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Status",
@@ -98,7 +98,7 @@ FROM
INNER JOIN "WmsLoadCarrierDTO" lc_1 ON d."ResourceID" = lc_1."Id"
ON m_1."Status" = d."Status" AND (m_1."ResourceLabel" = lc_1."ResourceLabel" OR m_1."ResourceLabel" IS NULL AND lc_1."ResourceLabel" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
grp."Status",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2461Tests/Tests.UserTests.Issue2461Tests.AssociationConcat(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2461Tests/Tests.UserTests.Issue2461Tests.AssociationConcat(PostgreSQL.13).sql
index f2e0f93db79b..a59d1ffc9478 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2461Tests/Tests.UserTests.Issue2461Tests.AssociationConcat(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2461Tests/Tests.UserTests.Issue2461Tests.AssociationConcat(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
i_1."ReceiptNo",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2596Tests/Tests.UserTests.Issue2596Tests.TestLoadWithInfiniteLoop(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2596Tests/Tests.UserTests.Issue2596Tests.TestLoadWithInfiniteLoop(PostgreSQL.13).sql
index d6a568d57416..5d58af03953f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2596Tests/Tests.UserTests.Issue2596Tests.TestLoadWithInfiniteLoop(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2596Tests/Tests.UserTests.Issue2596Tests.TestLoadWithInfiniteLoop(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -25,7 +25,7 @@ FROM
LEFT JOIN "ProductUnit" "a_ProductUnit" ON d."ProductUnitId" = "a_ProductUnit"."Id"
LEFT JOIN "Product" "a_Product" ON d."ProductId" = "a_Product"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "InvoiceTaxLine" d ON m_1."Id" = d."InvoiceId"
INNER JOIN "AccountTax" "a_Tax" ON d."TaxId" = "a_Tax"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -70,7 +70,7 @@ FROM
) m_1
INNER JOIN "CustomInvoiceLine" d ON m_1."Id" = d."CustomInvoiceId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -97,7 +97,7 @@ FROM
LEFT JOIN "MeasureSource" "a_Source" ON d."MeasuresSourceId" = "a_Source"."Id"
LEFT JOIN "MeasureSource" "a_PreviousSource" ON d."PreviousSourceId" = "a_PreviousSource"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -118,7 +118,7 @@ FROM
) m_1
INNER JOIN "TypeBMeasures" d ON m_1."Id" = d."CustomInvoiceId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcat(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcat(PostgreSQL.13).sql
index 91f86fbb1b7a..caa67a0b0123 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcat(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcat(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."FirstName",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcatModifier(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcatModifier(PostgreSQL.13).sql
index d768ba92c3ee..3448eaf42ebc 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcatModifier(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcatModifier(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExcept(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExcept(PostgreSQL.13).sql
index 9fadf417c6f1..6956745f5f66 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExcept(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExcept(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExceptModifier(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExceptModifier(PostgreSQL.13).sql
index b32415dd16a8..43f9b5627bd1 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExceptModifier(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExceptModifier(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnion(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnion(PostgreSQL.13).sql
index 84706a9fed71..f5320f9100ea 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnion(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnion(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnionModifier(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnionModifier(PostgreSQL.13).sql
index 64b16516e7a3..3689ce07044b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnionModifier(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnionModifier(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2665Tests/Tests.UserTests.Issue2665Tests.IssueTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2665Tests/Tests.UserTests.Issue2665Tests.IssueTest(PostgreSQL.13).sql
index e683f0555343..07b716540688 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2665Tests/Tests.UserTests.Issue2665Tests.IssueTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2665Tests/Tests.UserTests.Issue2665Tests.IssueTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pa."Id"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinct(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinct(PostgreSQL.13).sql
index 65e239d2abcb..0fdff43f6f30 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinct(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinct(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pat."PersonID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinctSkip(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinctSkip(PostgreSQL.13).sql
index 74d0d1ab6cb4..40e838f1a960 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinctSkip(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinctSkip(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pat."PersonID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkip(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkip(PostgreSQL.13).sql
index ab546685e96d..57fac5bcce18 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkip(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkip(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pat."PersonID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkipDistinct(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkipDistinct(PostgreSQL.13).sql
index 3c3fa2beb189..68844e21aa2b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkipDistinct(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkipDistinct(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pat."PersonID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestTake(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestTake(PostgreSQL.13).sql
index 99e63b94c7ea..8a2323bc2268 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestTake(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestTake(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
pat."PersonID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test1(PostgreSQL.13).sql
index a1bac8841204..8ffaf17f083d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test2(PostgreSQL.13).sql
index 40c96a23cd01..0eb741e71c9c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test3(PostgreSQL.13).sql
index 7f7b8064e7f6..4442f7e61382 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2743Tests/Tests.UserTests.Issue2743Tests.IssueTestInsertViaSelect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2743Tests/Tests.UserTests.Issue2743Tests.IssueTestInsertViaSelect(PostgreSQL.13).sql
index cc064649d489..7ca9cf7c67d8 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2743Tests/Tests.UserTests.Issue2743Tests.IssueTestInsertViaSelect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2743Tests/Tests.UserTests.Issue2743Tests.IssueTestInsertViaSelect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "MessageEventDTOTb2"
(
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2769Tests/Tests.UserTests.Issue2769Tests.ObjectInListTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2769Tests/Tests.UserTests.Issue2769Tests.ObjectInListTest(PostgreSQL.13).sql
index 643e07f8e3b4..9bc432825415 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2769Tests/Tests.UserTests.Issue2769Tests.ObjectInListTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2769Tests/Tests.UserTests.Issue2769Tests.ObjectInListTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
a_1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2800Tests/Tests.UserTests.Issue2800Tests.TestExpressionMethod(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2800Tests/Tests.UserTests.Issue2800Tests.TestExpressionMethod(PostgreSQL.13).sql
index d998d8d11b3f..d479fdca0522 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2800Tests/Tests.UserTests.Issue2800Tests.TestExpressionMethod(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2800Tests/Tests.UserTests.Issue2800Tests.TestExpressionMethod(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -6,7 +6,7 @@ SELECT
FROM
"Car" x
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -14,7 +14,7 @@ SELECT
FROM
"Car" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -24,7 +24,7 @@ FROM
WHERE
x."Name" <> 'Special' OR x."Name" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -32,7 +32,7 @@ SELECT
FROM
"Car" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -42,7 +42,7 @@ FROM
WHERE
x."Name" = 'Special'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -50,7 +50,7 @@ SELECT
FROM
"Car" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -58,7 +58,7 @@ SELECT
FROM
"Car" x
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -66,7 +66,7 @@ SELECT
FROM
"Car" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -76,7 +76,7 @@ FROM
WHERE
x."Name" <> 'Special' OR x."Name" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -84,7 +84,7 @@ SELECT
FROM
"Car" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -94,7 +94,7 @@ FROM
WHERE
x."Name" = 'Special'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.BasicTestCases(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.BasicTestCases(PostgreSQL.13).sql
index 211fc95743e7..40d89cac292e 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.BasicTestCases(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.BasicTestCases(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
@@ -9,7 +9,7 @@ WHERE
p."Text" IS NULL OR LTRIM(p."Text", '
') = ''
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,10).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,10).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,10).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,10).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,11).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,11).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,11).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,11).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,12).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,12).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,12).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,12).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,12288).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,12288).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,12288).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,12288).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,13).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,13).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,133).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,133).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,133).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,133).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,160).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,160).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,160).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,160).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,32).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,32).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,32).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,32).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,5760).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,5760).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,5760).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,5760).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8192).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8192).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8192).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8192).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8193).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8193).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8193).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8193).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8194).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8194).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8194).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8194).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8195).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8195).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8195).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8195).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8196).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8196).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8196).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8196).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8197).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8197).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8197).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8197).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8198).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8198).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8198).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8198).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8199).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8199).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8199).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8199).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8200).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8200).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8200).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8201).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8201).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8201).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8201).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8202).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8202).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8202).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8202).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8232).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8232).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8232).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8232).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8233).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8233).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8233).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8233).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8287).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8287).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8287).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,8287).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,9).sql b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,9).sql
index c4a95fc9bc52..8e2635397952 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,9).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.13,9).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2895Tests/Tests.UserTests.Issue2895Tests.EagerLoadingTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2895Tests/Tests.UserTests.Issue2895Tests.EagerLoadingTest(PostgreSQL.13).sql
index df681fe995d1..7be3546c81d7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2895Tests/Tests.UserTests.Issue2895Tests.EagerLoadingTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2895Tests/Tests.UserTests.Issue2895Tests.EagerLoadingTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -28,7 +28,7 @@ FROM
INNER JOIN "Attachment" "a_Attachment" ON d."AttachmentId" = "a_Attachment"."Id"
INNER JOIN "Document" "a_Documents" ON "a_Attachment"."Id" = "a_Documents"."AttachmentId"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.cond,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2900Tests/Tests.UserTests.Issue2900Tests.TestIssue2900(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2900Tests/Tests.UserTests.Issue2900Tests.TestIssue2900(PostgreSQL.13).sql
index 3d3afc45a922..633cd6506518 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2900Tests/Tests.UserTests.Issue2900Tests.TestIssue2900(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2900Tests/Tests.UserTests.Issue2900Tests.TestIssue2900(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.cond_1,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2939Tests/Tests.UserTests.Issue2939Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2939Tests/Tests.UserTests.Issue2939Tests.Test(PostgreSQL.13).sql
index 40b37ebabb70..7d718921069a 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2939Tests/Tests.UserTests.Issue2939Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2939Tests/Tests.UserTests.Issue2939Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
serv."Id"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue2961Tests/Tests.UserTests.Issue2961Tests.CountEqualityTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue2961Tests/Tests.UserTests.Issue2961Tests.CountEqualityTest(PostgreSQL.13).sql
index 466131dfdb83..29d4fd343d06 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue2961Tests/Tests.UserTests.Issue2961Tests.CountEqualityTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue2961Tests/Tests.UserTests.Issue2961Tests.CountEqualityTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue307Tests/Tests.UserTests.Issue307Tests.Issue307Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue307Tests/Tests.UserTests.Issue307Tests.Issue307Test(PostgreSQL.13).sql
index 3927dd905dbb..62291015e0e8 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue307Tests/Tests.UserTests.Issue307Tests.Issue307Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue307Tests/Tests.UserTests.Issue307Tests.Issue307Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @FirstName Text(12) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion1(PostgreSQL.13).sql
index ba3999e0b552..0c2dd47fb787 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Time"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion2(PostgreSQL.13).sql
index c6e5f7495f5f..18eae0536c34 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
NULL::TimeStamp
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.13,False).sql
index 6741200cfda4..77c8bff0572b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -56,7 +56,7 @@ WHERE
ELSE True
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.13,True).sql
index 7ed89d90d820..2db08139ec0f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -56,7 +56,7 @@ WHERE
ELSE True
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.13,False).sql
index f8c5c5bf5a61..08da2321a1bb 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -70,7 +70,7 @@ WHERE
ELSE True
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.13,True).sql
index f8c5c5bf5a61..08da2321a1bb 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -70,7 +70,7 @@ WHERE
ELSE True
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_10(PostgreSQL.13).sql
index 7f66a65f86d7..c5148d3ff7e0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -32,7 +32,7 @@ WHERE
ELSE True
END
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirst(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirst(PostgreSQL.13).sql
index 2ad6a9549985..f8e86fee2c3f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirst(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirst(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @is_deleted Boolean
SET @is_deleted = True
@@ -15,7 +15,7 @@ WHERE
component_categories.id = cm.category_id AND
NOT cm.is_deleted
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -26,7 +26,7 @@ FROM
WHERE
x.is_deleted AND x.service_id = 'TestProcessService'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirstWithLeftJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirstWithLeftJoin(PostgreSQL.13).sql
index 639ceaf6ea88..62efd1f90cb7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirstWithLeftJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirstWithLeftJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @is_deleted Boolean
SET @is_deleted = True
@@ -13,7 +13,7 @@ FROM
WHERE
sr.id = 'TestProcessService' AND component_categories.id = ct.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -24,7 +24,7 @@ FROM
WHERE
x.is_deleted AND x.service_id = 'TestProcessService'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableSecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableSecond(PostgreSQL.13).sql
index f82c2beb5693..e52f5a27b7a6 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableSecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableSecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @is_deleted Boolean
SET @is_deleted = True
@@ -13,7 +13,7 @@ FROM
WHERE
ct.id = 'TestProcessService' AND component_categories.id = ctg.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -24,7 +24,7 @@ FROM
WHERE
x.is_deleted AND x.service_id = 'TestProcessService'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3259Tests/Tests.UserTests.Issue3259Tests.SubqueryAggregation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3259Tests/Tests.UserTests.Issue3259Tests.SubqueryAggregation(PostgreSQL.13).sql
index 9c78a2097822..b68642cb1dd5 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3259Tests/Tests.UserTests.Issue3259Tests.SubqueryAggregation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3259Tests/Tests.UserTests.Issue3259Tests.SubqueryAggregation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t5."WithParentReference",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3342Tests/Tests.UserTests.Issue3342Tests.TestPgTimestamp(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3342Tests/Tests.UserTests.Issue3342Tests.TestPgTimestamp(PostgreSQL.13).sql
index b7061138179a..7577a562164c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3342Tests/Tests.UserTests.Issue3342Tests.TestPgTimestamp(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3342Tests/Tests.UserTests.Issue3342Tests.TestPgTimestamp(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
ALTER TABLE pgtimestamptest ALTER COLUMN updatedon TYPE timestamptz;
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.ColumnOptimization(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.ColumnOptimization(PostgreSQL.13).sql
index 233d020e4dd8..a28f3c761ced 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.ColumnOptimization(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.ColumnOptimization(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ess."ID"
@@ -14,7 +14,7 @@ WHERE
ess."ID" = y."ID" AND y."IS_ACTIVE"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ess."ID"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.SubQueryAny(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.SubQueryAny(PostgreSQL.13).sql
index 9714a38ef912..07442faf8b25 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.SubQueryAny(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.SubQueryAny(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
ess."ID"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3432Tests/Tests.UserTests.Issue3432Tests.OuterApplyOptimization(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3432Tests/Tests.UserTests.Issue3432Tests.OuterApplyOptimization(PostgreSQL.13).sql
index 486cf8b57282..160beff252c1 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3432Tests/Tests.UserTests.Issue3432Tests.OuterApplyOptimization(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3432Tests/Tests.UserTests.Issue3432Tests.OuterApplyOptimization(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
task_1."Description",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTest(PostgreSQL.13).sql
index c02de45b24ba..fded12570009 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTest(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS schedule
@@ -17,7 +17,7 @@ CREATE TABLE IF NOT EXISTS schedule
);
INSERT INTO schedule(unit, unit_nullable,amount) VALUES ('day','day',1),('day','day',2),('day','day',3);
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'hour'
DECLARE @UnitNullable Unknown -- Object
@@ -38,7 +38,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -48,7 +48,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -62,7 +62,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -76,7 +76,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -90,7 +90,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -102,7 +102,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -114,7 +114,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,Default).sql b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,Default).sql
index 2309d69698e5..32f536dee86a 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,Default).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,Default).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO public.schedule
(
@@ -19,7 +19,7 @@ VALUES
('day','day',3),
('hour',NULL,1)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -29,7 +29,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -43,7 +43,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -57,7 +57,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -71,7 +71,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -83,7 +83,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -95,7 +95,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,MultipleRows).sql
index 2309d69698e5..32f536dee86a 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,MultipleRows).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO public.schedule
(
@@ -19,7 +19,7 @@ VALUES
('day','day',3),
('hour',NULL,1)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -29,7 +29,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -43,7 +43,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -57,7 +57,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -71,7 +71,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -83,7 +83,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -95,7 +95,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,ProviderSpecific).sql
index 5209da76bdcd..e44da54e9397 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,ProviderSpecific).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
@@ -7,7 +7,7 @@ CREATE TYPE time_unit AS ENUM ('hour', 'day');
INSERT BULK public.schedule(unit, unit_nullable, amount)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -17,7 +17,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -31,7 +31,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -45,7 +45,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -59,7 +59,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -71,7 +71,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -83,7 +83,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,RowByRow).sql
index a9e4627b87db..0146caf8044b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.13,RowByRow).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'day'
DECLARE @UnitNullable Enum -- Object
@@ -26,7 +26,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'day'
DECLARE @UnitNullable Enum -- Object
@@ -47,7 +47,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'day'
DECLARE @UnitNullable Enum -- Object
@@ -68,7 +68,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'hour'
DECLARE @UnitNullable Unknown -- Object
@@ -89,7 +89,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -99,7 +99,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -113,7 +113,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -127,7 +127,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -141,7 +141,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -153,7 +153,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -165,7 +165,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,Default).sql b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,Default).sql
index 2309d69698e5..32f536dee86a 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,Default).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,Default).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO public.schedule
(
@@ -19,7 +19,7 @@ VALUES
('day','day',3),
('hour',NULL,1)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -29,7 +29,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -43,7 +43,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -57,7 +57,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -71,7 +71,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -83,7 +83,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -95,7 +95,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,MultipleRows).sql
index 2309d69698e5..32f536dee86a 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,MultipleRows).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO public.schedule
(
@@ -19,7 +19,7 @@ VALUES
('day','day',3),
('hour',NULL,1)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -29,7 +29,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -43,7 +43,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -57,7 +57,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -71,7 +71,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -83,7 +83,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -95,7 +95,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,ProviderSpecific).sql
index 59bd721d190a..dfa9b8270c1f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,ProviderSpecific).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
@@ -7,7 +7,7 @@ CREATE TYPE time_unit AS ENUM ('hour', 'day');
INSERT ASYNC BULK public.schedule(unit, unit_nullable, amount)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -17,7 +17,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -31,7 +31,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -45,7 +45,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -59,7 +59,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -71,7 +71,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -83,7 +83,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,RowByRow).sql
index a9e4627b87db..0146caf8044b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.13,RowByRow).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'day'
DECLARE @UnitNullable Enum -- Object
@@ -26,7 +26,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'day'
DECLARE @UnitNullable Enum -- Object
@@ -47,7 +47,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'day'
DECLARE @UnitNullable Enum -- Object
@@ -68,7 +68,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'hour'
DECLARE @UnitNullable Unknown -- Object
@@ -89,7 +89,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -99,7 +99,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -113,7 +113,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -127,7 +127,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -141,7 +141,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -153,7 +153,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -165,7 +165,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3548Tests/Tests.UserTests.Issue3548Tests.EnumEvaluationInFilter(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3548Tests/Tests.UserTests.Issue3548Tests.EnumEvaluationInFilter(PostgreSQL.13).sql
index 13c4f13876df..935f1b636b6a 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3548Tests/Tests.UserTests.Issue3548Tests.EnumEvaluationInFilter(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3548Tests/Tests.UserTests.Issue3548Tests.EnumEvaluationInFilter(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "User";DROP TYPE IF EXISTS user_type_enum;CREATE TYPE user_type_enum AS ENUM('org', 'org_user');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
@@ -15,7 +15,7 @@ WHERE
ORDER BY
x."Id"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 4
DECLARE @OrganizationId Integer -- Int32
@@ -31,7 +31,7 @@ WHERE
ORDER BY
x."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TYPE IF EXISTS user_type_enum;
diff --git a/PostgreSQL.13/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test2(PostgreSQL.13).sql
index 684ce6dd9ae1..2669687c5cd0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test3(PostgreSQL.13).sql
index 177e8c99d495..1aa1fb5f197e 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsDoesNotHaveIsNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsDoesNotHaveIsNull(PostgreSQL.13).sql
index ce6753cb5da7..cc2dbee288fc 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsDoesNotHaveIsNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsDoesNotHaveIsNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsNoIsNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsNoIsNull(PostgreSQL.13).sql
index c1d4cd253d3c..8a264626b192 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsNoIsNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsNoIsNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.HasIsNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.HasIsNull(PostgreSQL.13).sql
index fb01ea5b1f57..b9724cecc304 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.HasIsNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.HasIsNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.NoIsNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.NoIsNull(PostgreSQL.13).sql
index 9f680fb613c3..460e779c3315 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.NoIsNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.NoIsNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test1(PostgreSQL.13).sql
index 422cc7011e4e..ddf3a0c204a4 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test2(PostgreSQL.13).sql
index f2cb25bc2404..ab64dd1b92cf 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test3(PostgreSQL.13).sql
index f2cb25bc2404..ab64dd1b92cf 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4(PostgreSQL.13).sql
index f0a52dc7c88a..0903abcfd772 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4WithoutComparasionNullCheck(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4WithoutComparasionNullCheck(PostgreSQL.13).sql
index 838244278673..896a853c78fe 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4WithoutComparasionNullCheck(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4WithoutComparasionNullCheck(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test5(PostgreSQL.13).sql
index d00b303e0f94..daa839658d2f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test6(PostgreSQL.13).sql
index f0a52dc7c88a..0903abcfd772 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test7(PostgreSQL.13).sql
index d00b303e0f94..daa839658d2f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test8(PostgreSQL.13).sql
index f0a52dc7c88a..0903abcfd772 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test81(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test81(PostgreSQL.13).sql
index 01cdb843aa3a..bbf1ffa1834c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test81(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test81(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test82(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test82(PostgreSQL.13).sql
index 01cdb843aa3a..bbf1ffa1834c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test82(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test82(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test9(PostgreSQL.13).sql
index d00b303e0f94..daa839658d2f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test91(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test91(PostgreSQL.13).sql
index b93d6a2521c9..42e5d9ac51f0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test91(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test91(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test92(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test92(PostgreSQL.13).sql
index b93d6a2521c9..42e5d9ac51f0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test92(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test92(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.13,2).sql
index dc922d3cdc52..186bd7556fe1 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @myId Integer -- Int32
SET @myId = 2
@@ -29,7 +29,7 @@ FROM
WHERE
d.id2 = :myId
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @myId Integer -- Int32
SET @myId = 2
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.13,85).sql b/PostgreSQL.13/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.13,85).sql
index 35daab6bf1e2..20d707af789e 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.13,85).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.13,85).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @myId Integer -- Int32
SET @myId = 85
@@ -29,7 +29,7 @@ FROM
WHERE
d.id2 = :myId
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @myId Integer -- Int32
SET @myId = 85
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTable(PostgreSQL.13).sql
index 2741cea5cac9..8ee8cf29a3e7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Total"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableOld(PostgreSQL.13).sql
index 2741cea5cac9..8ee8cf29a3e7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Total"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoin(PostgreSQL.13).sql
index bd9f8a4eb87c..a14ff120e01a 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Total"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoinOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoinOld(PostgreSQL.13).sql
index bd9f8a4eb87c..a14ff120e01a 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoinOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoinOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Total"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateWithoutJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateWithoutJoin(PostgreSQL.13).sql
index 0e726fc53a8b..709b883918eb 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateWithoutJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateWithoutJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Total"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.InThread(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.InThread(PostgreSQL.13).sql
index 063b28688368..ba6a08821938 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.InThread(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.InThread(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.WithoutThread(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.WithoutThread(PostgreSQL.13).sql
index 063b28688368..ba6a08821938 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.WithoutThread(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.WithoutThread(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test1(PostgreSQL.13).sql
index 5310026c25ca..5394ed789e00 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @BlobValue Bytea(3) -- Binary
@@ -15,7 +15,7 @@ VALUES
:BlobValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -26,7 +26,7 @@ WHERE
t1."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlobValue Bytea(3) -- Binary
SET @BlobValue = E'\\x030201'::bytea
@@ -37,7 +37,7 @@ SET
WHERE
"BlobClass"."Id" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test2(PostgreSQL.13).sql
index 3e2cccaa9fc4..ce9cf4d1227d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BlobClass"
(
@@ -11,7 +11,7 @@ VALUES
E'\\x010203'::bytea
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ WHERE
t1."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"BlobClass"
@@ -31,7 +31,7 @@ SET
WHERE
"BlobClass"."Id" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test3(PostgreSQL.13).sql
index e9c0af0f01e0..0fe6085e54a5 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @BlobValue Bytea(3) -- Binary
@@ -15,7 +15,7 @@ VALUES
:BlobValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -26,7 +26,7 @@ WHERE
t1."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test4(PostgreSQL.13).sql
index 67c484807ea6..20cad9c6fa7a 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "BlobClass"
(
@@ -11,7 +11,7 @@ VALUES
E'\\x010203'::bytea
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ WHERE
t1."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue4254Tests/Tests.UserTests.Issue4254Tests.VerifyParameterNameIsCorrect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue4254Tests/Tests.UserTests.Issue4254Tests.VerifyParameterNameIsCorrect(PostgreSQL.13).sql
index 7d323fd1b0ec..1aef07cd17be 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue4254Tests/Tests.UserTests.Issue4254Tests.VerifyParameterNameIsCorrect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue4254Tests/Tests.UserTests.Issue4254Tests.VerifyParameterNameIsCorrect(PostgreSQL.13).sql
@@ -1,16 +1,16 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS issue_4254_media_item_to_media_item_categories
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS issue_4254_media_item_user_share
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS issue_4254_media_items
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE issue_4254_media_items
(
@@ -19,7 +19,7 @@ CREATE TABLE issue_4254_media_items
CONSTRAINT "PK_issue_4254_media_items" PRIMARY KEY (id)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE issue_4254_media_item_user_share
(
@@ -32,7 +32,7 @@ CREATE TABLE issue_4254_media_item_user_share
CONSTRAINT "PK_issue_4254_media_item_user_share" PRIMARY KEY (id)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE issue_4254_media_item_to_media_item_categories
(
@@ -43,7 +43,7 @@ CREATE TABLE issue_4254_media_item_to_media_item_categories
CONSTRAINT "PK_issue_4254_media_item_to_media_item_categories" PRIMARY KEY (id)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @userId Uuid -- Guid
SET @userId = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
DECLARE @now Timestamp -- DateTime2
@@ -75,7 +75,7 @@ WHERE
y_1.expires_at > :now
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @now Timestamp -- DateTime2
SET @now = '2020-02-29 17:54:55.123'::timestamp
DECLARE @userId Uuid -- Guid
@@ -113,7 +113,7 @@ WHERE
y_2.expires_at > :now
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @userId Uuid -- Guid
SET @userId = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
DECLARE @now Timestamp -- DateTime2
@@ -145,7 +145,7 @@ WHERE
y_1.expires_at > :now
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @now Timestamp -- DateTime2
SET @now = '2020-02-29 17:54:55.123'::timestamp
DECLARE @userId Uuid -- Guid
@@ -183,15 +183,15 @@ WHERE
y_2.expires_at > :now
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS issue_4254_media_item_to_media_item_categories
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS issue_4254_media_item_user_share
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS issue_4254_media_items
diff --git a/PostgreSQL.13/Tests/UserTests/Issue4336Tests/Tests.UserTests.Issue4336Tests.Issue4336Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue4336Tests/Tests.UserTests.Issue4336Tests.Issue4336Test(PostgreSQL.13).sql
index cb808c23538d..9295e8b834fc 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue4336Tests/Tests.UserTests.Issue4336Tests.Issue4336Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue4336Tests/Tests.UserTests.Issue4336Tests.Issue4336Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.13/Tests/UserTests/Issue4383Tests/Tests.UserTests.Issue4383Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue4383Tests/Tests.UserTests.Issue4383Tests.Test(PostgreSQL.13).sql
index 6ec186e23021..d08b61447e66 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue4383Tests/Tests.UserTests.Issue4383Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue4383Tests/Tests.UserTests.Issue4383Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "CHAINPOINTS" d_1 ON m_1."Id" = d_1."CHAIN_ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."LINE_ID",
@@ -36,7 +36,7 @@ FROM
ORDER BY
m_1."LINE_ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."LINE_ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue4414Tests/Tests.UserTests.Issue4414Tests.UpdateWithOutputOrderByNoReturning(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue4414Tests/Tests.UserTests.Issue4414Tests.UpdateWithOutputOrderByNoReturning(PostgreSQL.13).sql
index 916fbcbc0297..40cb1c57b481 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue4414Tests/Tests.UserTests.Issue4414Tests.UpdateWithOutputOrderByNoReturning(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue4414Tests/Tests.UserTests.Issue4414Tests.UpdateWithOutputOrderByNoReturning(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/UserTests/Issue447Tests/Tests.UserTests.Issue447Tests.TestLinqToDBComplexQueryWithParameters(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue447Tests/Tests.UserTests.Issue447Tests.TestLinqToDBComplexQueryWithParameters(PostgreSQL.13).sql
index 0b6043de476f..0bdadd2bd8c1 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue447Tests/Tests.UserTests.Issue447Tests.TestLinqToDBComplexQueryWithParameters(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue447Tests/Tests.UserTests.Issue447Tests.TestLinqToDBComplexQueryWithParameters(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest1(PostgreSQL.13).sql
index 4d63f3568454..129d4ed64216 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest2(PostgreSQL.13).sql
index e00c32d0817c..416d0341d90b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonimousTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonimousTest1(PostgreSQL.13).sql
index e04f3ee2a3be..801594afe72e 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonimousTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonimousTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonymousTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonymousTest2(PostgreSQL.13).sql
index 10def75095f5..6a8427450ec8 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonymousTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonymousTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest1(PostgreSQL.13).sql
index e04f3ee2a3be..801594afe72e 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest2(PostgreSQL.13).sql
index 43cc7cec0793..53c5fd18917f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToAnonimous(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToAnonimous(PostgreSQL.13).sql
index ca2efca2e48f..1d38a6bb6b7b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToAnonimous(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToAnonimous(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID" + 1,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToType(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToType(PostgreSQL.13).sql
index 804a75c71aae..1b6ca0bc6765 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToType(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToType(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID" + 1
diff --git a/PostgreSQL.13/Tests/UserTests/Issue4654Tests/Tests.UserTests.Issue4654Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue4654Tests/Tests.UserTests.Issue4654Tests.Test(PostgreSQL.13).sql
index 55de308c4b27..2a319e99a4f6 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue4654Tests/Tests.UserTests.Issue4654Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue4654Tests/Tests.UserTests.Issue4654Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."Id"::text,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue4800Tests/Tests.UserTests.Issue4800Tests.JoinUsingAggregateResult(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue4800Tests/Tests.UserTests.Issue4800Tests.JoinUsingAggregateResult(PostgreSQL.13).sql
index efc42670ceef..d1432746aa61 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue4800Tests/Tests.UserTests.Issue4800Tests.JoinUsingAggregateResult(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue4800Tests/Tests.UserTests.Issue4800Tests.JoinUsingAggregateResult(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."TesteeId"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test1(PostgreSQL.13).sql
index cee1842b2c11..4c6a5180f07e 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ChildID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test2(PostgreSQL.13).sql
index 11d8de52a69e..20d44c726b97 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test3(PostgreSQL.13).sql
index e1780531462c..c3850cf56e4b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ChildID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test4(PostgreSQL.13).sql
index 1c72bc752bec..75449b670291 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID"::BigInt = d."ParentID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue5049Tests/Tests.UserTests.Issue5049Tests.Issue5049Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue5049Tests/Tests.UserTests.Issue5049Tests.Issue5049Test(PostgreSQL.13).sql
index b64b912fc66e..b4a1638435dc 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue5049Tests/Tests.UserTests.Issue5049Tests.Issue5049Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue5049Tests/Tests.UserTests.Issue5049Tests.Issue5049Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue513Tests/Tests.UserTests.Issue513Tests.Simple(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue513Tests/Tests.UserTests.Issue513Tests.Simple(PostgreSQL.13).sql
index 37a9fa5ca0df..718bcaef9ebc 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue513Tests/Tests.UserTests.Issue513Tests.Simple(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue513Tests/Tests.UserTests.Issue513Tests.Simple(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."TypeDiscriminator",
@@ -7,7 +7,7 @@ SELECT
FROM
"InheritanceParent" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."TypeDiscriminator",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase1(PostgreSQL.13).sql
index 2ca413702e3f..1d85a2dd4cb3 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"SampleClass"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase2(PostgreSQL.13).sql
index 2ca413702e3f..1d85a2dd4cb3 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"SampleClass"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue533Tests/Tests.UserTests.Issue533Tests.Issue533Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue533Tests/Tests.UserTests.Issue533Tests.Issue533Test(PostgreSQL.13).sql
index c1475c55dfe2..cb1daeed37b5 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue533Tests/Tests.UserTests.Issue533Tests.Issue533Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue533Tests/Tests.UserTests.Issue533Tests.Issue533Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @FirstName Varchar(12) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue564Tests/Tests.UserTests.Issue564Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue564Tests/Tests.UserTests.Issue564Tests.Test(PostgreSQL.13).sql
index 94da1d333a14..5621e65621ef 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue564Tests/Tests.UserTests.Issue564Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue564Tests/Tests.UserTests.Issue564Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Type Text(9) -- String
SET @Type = 'Child564A'
DECLARE @StringValue Text(9) -- String
@@ -15,7 +15,7 @@ VALUES
:StringValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Type Text(9) -- String
SET @Type = 'Child564B'
DECLARE @IntValue Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:IntValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test1(PostgreSQL.13).sql
index 88d171ab9cee..97ed11c3e8ce 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
patient_1."PersonID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test2(PostgreSQL.13).sql
index 19ad85d724d1..f0ac647ebd12 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
parent_1."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test3(PostgreSQL.13).sql
index ce07cf40de9e..256c8cd9a63b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test4(PostgreSQL.13).sql
index c2da4a08ad4e..b27758d6fed7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test5(PostgreSQL.13).sql
index 74cec01c9796..813c75411811 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAnd(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAnd(PostgreSQL.13).sql
index 7e2ae6b3b1b7..3dbc871d0acc 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAnd(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAnd(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
f."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAndFalse(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAndFalse(PostgreSQL.13).sql
index a97816939919..ee6c14d3adf4 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAndFalse(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAndFalse(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
f."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrFalse(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrFalse(PostgreSQL.13).sql
index 15e141df6a6f..71aefdc065e2 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrFalse(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrFalse(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
f."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrTrue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrTrue(PostgreSQL.13).sql
index b7e6bf067358..e8243b4c438f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrTrue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrTrue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
f."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,False,False).sql
index 99e4daacce36..90514741b23f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,False,False).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -12,7 +12,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,False,True).sql
index 885eb1c97f94..34504d78fdbd 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE public."Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,True,False).sql
index 1c54b7ced79d..05ae09a96e8c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,True,True).sql
index d4d06ec7263b..630ad67839e0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,11 +14,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE testdata.public."Issue681Table2"
(
@@ -28,7 +28,7 @@ CREATE TABLE testdata.public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,False,False).sql
index 99e4daacce36..90514741b23f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,False,False).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -12,7 +12,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,False,True).sql
index 885eb1c97f94..34504d78fdbd 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE public."Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,True,False).sql
index 1c54b7ced79d..05ae09a96e8c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,True,True).sql
index d4d06ec7263b..630ad67839e0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.13,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,11 +14,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE testdata.public."Issue681Table2"
(
@@ -28,7 +28,7 @@ CREATE TABLE testdata.public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,False,False).sql
index 99e4daacce36..90514741b23f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,False,False).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -12,7 +12,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,False,True).sql
index 885eb1c97f94..34504d78fdbd 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE public."Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,True,False).sql
index 1c54b7ced79d..05ae09a96e8c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,True,True).sql
index d4d06ec7263b..630ad67839e0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,11 +14,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE testdata.public."Issue681Table2"
(
@@ -28,7 +28,7 @@ CREATE TABLE testdata.public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,False,False).sql
index 99e4daacce36..90514741b23f 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,False,False).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -12,7 +12,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,False,True).sql
index 885eb1c97f94..34504d78fdbd 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE public."Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,True,False).sql
index 1c54b7ced79d..05ae09a96e8c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,True,True).sql
index d4d06ec7263b..630ad67839e0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.13,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,11 +14,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE testdata.public."Issue681Table2"
(
@@ -28,7 +28,7 @@ CREATE TABLE testdata.public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,False,False).sql
index b4550209791c..ee7d12f06d6e 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,False,True).sql
index 4cd7b4e8dab9..8c0cb7b87782 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,True,False).sql
index a80dc79cc3df..f8ca79561cc4 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,True,True).sql
index 1088f95c4575..f5e01b5e2cea 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,False,False).sql
index b4550209791c..ee7d12f06d6e 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,False,True).sql
index 4cd7b4e8dab9..8c0cb7b87782 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,True,False).sql
index a80dc79cc3df..f8ca79561cc4 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,True,True).sql
index 1088f95c4575..f5e01b5e2cea 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.13,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,False,False).sql
index 998c788675b0..2fa8fa479cb5 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,False,False).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -12,7 +12,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,False,True).sql
index 7caa4b1b936f..8766c3ce6467 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE public."Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,True,False).sql
index d9ee2ed64eea..3c1e02a69e93 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,True,True).sql
index 9d108ff0aba5..6ca9774b782e 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,11 +14,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -28,7 +28,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE testdata.public."Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,False,False).sql
index 998c788675b0..2fa8fa479cb5 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,False,False).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -12,7 +12,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,False,True).sql
index 7caa4b1b936f..8766c3ce6467 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE public."Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,True,False).sql
index d9ee2ed64eea..3c1e02a69e93 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,True,True).sql
index 9d108ff0aba5..6ca9774b782e 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.13,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,11 +14,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -28,7 +28,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE testdata.public."Issue681Table2"
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,False,False).sql
index e942b3e5e256..6cba92d675dc 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,False,True).sql
index 401807b9447b..2108b9853a76 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,True,False).sql
index b5785e243bab..8fd14a2fa8e4 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,True,True).sql
index e7b5fb0543fb..ce7c4b922db0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,False,False).sql
index e942b3e5e256..6cba92d675dc 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,False,True).sql
index 401807b9447b..2108b9853a76 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,True,False).sql
index b5785e243bab..8fd14a2fa8e4 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,True,True).sql
index e7b5fb0543fb..ce7c4b922db0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.13,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,False,False).sql
index a92ecf27650c..fad550badb71 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,False,True).sql
index c3f2295735f1..27e085c84ced 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,True,False).sql
index b0c0c45bd401..340a93eedc57 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,True,True).sql
index 21e06ff70290..af62a43d7f15 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,False,False).sql
index a92ecf27650c..fad550badb71 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,False,True).sql
index c3f2295735f1..27e085c84ced 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,True,False).sql
index b0c0c45bd401..340a93eedc57 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,True,True).sql
index 21e06ff70290..af62a43d7f15 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.13,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,False,False).sql
index dc2e929e1c4c..31335f5c8723 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -17,7 +17,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,False,True).sql
index 3967af626433..785b2446a3cc 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -25,7 +25,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,True,False).sql
index 05e2a77a8e70..657a97507345 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -25,7 +25,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,True,True).sql
index 016e0ef1528d..c8a658d374d7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -33,7 +33,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,False,False).sql
index dc2e929e1c4c..31335f5c8723 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -17,7 +17,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,False,True).sql
index 3967af626433..785b2446a3cc 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -25,7 +25,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,True,False).sql
index 05e2a77a8e70..657a97507345 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -25,7 +25,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,True,True).sql
index 016e0ef1528d..c8a658d374d7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.13,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -33,7 +33,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,False,False).sql
index cc757db95f10..8ebbc57478af 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,False,True).sql
index 17ba09771491..8843f20a261d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,True,False).sql
index a2f909cf2508..b04c5c95eb38 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,True,True).sql
index 857852d0770f..469be1cc6690 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,False,False).sql
index cc757db95f10..8ebbc57478af 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,False,True).sql
index 17ba09771491..8843f20a261d 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,True,False).sql
index a2f909cf2508..b04c5c95eb38 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,True,True).sql
index 857852d0770f..469be1cc6690 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.13,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,False,False).sql
index eb17f890a8f3..24d8421e43b1 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,False,True).sql
index 190a0a721da0..ee25e750dac4 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,True,False).sql
index 0481409ebbd0..e0fe18d32fbd 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,True,True).sql
index 32bc97672c70..634c4bed986b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,False,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,False,False).sql
index eb17f890a8f3..24d8421e43b1 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,False,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,False,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,False,True).sql
index 190a0a721da0..ee25e750dac4 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,False,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,True,False).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,True,False).sql
index 0481409ebbd0..e0fe18d32fbd 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,True,False).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,True,True).sql b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,True,True).sql
index 32bc97672c70..634c4bed986b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,True,True).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.13,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue693Tests/Tests.UserTests.Issue693Tests.Issue693Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue693Tests/Tests.UserTests.Issue693Tests.Issue693Test(PostgreSQL.13).sql
index 695527f64fc8..add0fb53ffc3 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue693Tests/Tests.UserTests.Issue693Tests.Issue693Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue693Tests/Tests.UserTests.Issue693Tests.Issue693Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @FirstName Text(1) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @FirstName Text(1) -- String
@@ -52,7 +52,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 5
@@ -68,7 +68,7 @@ WHERE
t1."PersonID" = :id1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id2 Integer -- Int32
SET @id2 = 6
diff --git a/PostgreSQL.13/Tests/UserTests/Issue708Tests/Tests.UserTests.Issue708Tests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue708Tests/Tests.UserTests.Issue708Tests.Test2(PostgreSQL.13).sql
index e65a156f951d..7db22dd6a108 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue708Tests/Tests.UserTests.Issue708Tests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue708Tests/Tests.UserTests.Issue708Tests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCount(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCount(PostgreSQL.13).sql
index c27764e62c5a..6eb9e73e1e39 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCount(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCount(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCountWithSelect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCountWithSelect(PostgreSQL.13).sql
index c27764e62c5a..6eb9e73e1e39 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCountWithSelect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCountWithSelect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCount(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCount(PostgreSQL.13).sql
index 72d05298ebb0..34a3fca5b07b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCount(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCount(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCountWithSelect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCountWithSelect(PostgreSQL.13).sql
index 72d05298ebb0..34a3fca5b07b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCountWithSelect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCountWithSelect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCount(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCount(PostgreSQL.13).sql
index 72d05298ebb0..34a3fca5b07b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCount(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCount(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCountWithSelect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCountWithSelect(PostgreSQL.13).sql
index 72d05298ebb0..34a3fca5b07b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCountWithSelect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCountWithSelect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCount(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCount(PostgreSQL.13).sql
index c27764e62c5a..6eb9e73e1e39 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCount(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCount(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCountWithSelect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCountWithSelect(PostgreSQL.13).sql
index c27764e62c5a..6eb9e73e1e39 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCountWithSelect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCountWithSelect(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithTransaction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithTransaction(PostgreSQL.13).sql
index 3222e2805ffd..3b7abb2d1813 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithTransaction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithTransaction(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"AllTypes" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -13,11 +13,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -36,11 +36,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog') AND n.nspname IN ('public')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -50,23 +50,23 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithoutTransaction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithoutTransaction(PostgreSQL.13).sql
index 2e1ad1a41842..d53ea2b6b28c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithoutTransaction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithoutTransaction(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"AllTypes" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -13,11 +13,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -36,11 +36,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog') AND n.nspname IN ('public')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -50,31 +50,31 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
RollbackTransaction
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"AllTypes" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"AllTypes" t1
diff --git a/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedSkip(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedSkip(PostgreSQL.13).sql
index 91cc3949e89d..1f770ebb680c 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedSkip(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedSkip(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Person" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
diff --git a/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTake(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTake(PostgreSQL.13).sql
index 04fe14a094d7..2a29858a12ba 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTake(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTake(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkip(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkip(PostgreSQL.13).sql
index e4fbffd13ace..5caf58464feb 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkip(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkip(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkipZero(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkipZero(PostgreSQL.13).sql
index 7cff8c7f7e35..c27336906de0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkipZero(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkipZero(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Long(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Long(PostgreSQL.13).sql
index 03aa9ff5e188..6f4be481b492 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Long(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Long(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."BigIntValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Short(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Short(PostgreSQL.13).sql
index de59c95df206..a0e88dbbc780 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Short(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Short(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Smallint -- Int16
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."SmallIntValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Long(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Long(PostgreSQL.13).sql
index 03aa9ff5e188..6f4be481b492 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Long(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Long(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."BigIntValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Short(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Short(PostgreSQL.13).sql
index de59c95df206..a0e88dbbc780 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Short(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Short(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Smallint -- Int16
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."SmallIntValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Long(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Long(PostgreSQL.13).sql
index 03aa9ff5e188..6f4be481b492 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Long(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Long(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."BigIntValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Short(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Short(PostgreSQL.13).sql
index de59c95df206..a0e88dbbc780 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Short(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Short(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Smallint -- Int16
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."SmallIntValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Long(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Long(PostgreSQL.13).sql
index 03aa9ff5e188..6f4be481b492 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Long(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Long(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."BigIntValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Short(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Short(PostgreSQL.13).sql
index de59c95df206..a0e88dbbc780 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Short(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Short(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Smallint -- Int16
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."SmallIntValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Long(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Long(PostgreSQL.13).sql
index e6a80f23e702..5ad951dadf60 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Long(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Long(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"LinqDataTypes" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 1
@@ -25,7 +25,7 @@ FROM
WHERE
:param = t1."BigIntValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Short(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Short(PostgreSQL.13).sql
index 6a77713754f4..31939c6c9de6 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Short(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Short(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"LinqDataTypes" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Smallint -- Int16
SET @param = 1
@@ -25,7 +25,7 @@ FROM
WHERE
:param = t1."SmallIntValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Long(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Long(PostgreSQL.13).sql
index ae2271388f7a..cb4619b239d0 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Long(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Long(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."BigIntValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Short(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Short(PostgreSQL.13).sql
index fd315ee56c50..5d86042b9a2a 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Short(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Short(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Smallint -- Int16
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."SmallIntValue"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.13,1).sql
index d818e02cb996..4b09317f2a5b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -25,7 +25,7 @@ WHERE
t2."ID" = :id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 4
diff --git a/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.13,2).sql
index d818e02cb996..4b09317f2a5b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -25,7 +25,7 @@ WHERE
t2."ID" = :id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 4
diff --git a/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.13,1).sql
index d818e02cb996..4b09317f2a5b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -25,7 +25,7 @@ WHERE
t2."ID" = :id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 4
diff --git a/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.13,2).sql
index d818e02cb996..4b09317f2a5b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -25,7 +25,7 @@ WHERE
t2."ID" = :id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 4
diff --git a/PostgreSQL.13/Tests/UserTests/Issue825Tests/Tests.UserTests.Issue825Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue825Tests/Tests.UserTests.Issue825Tests.Test(PostgreSQL.13).sql
index ab2e399322b7..caf77a5e0b94 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue825Tests/Tests.UserTests.Issue825Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue825Tests/Tests.UserTests.Issue825Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @userId Integer -- Int32
SET @userId = 32
DECLARE @childId Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/Issue873Tests/Tests.UserTests.Issue873Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue873Tests/Tests.UserTests.Issue873Tests.Test(PostgreSQL.13).sql
index c90050e1851d..ed197c36f86a 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue873Tests/Tests.UserTests.Issue873Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue873Tests/Tests.UserTests.Issue873Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
' ' || Coalesce(t1."Value1", 0)::text,
diff --git a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Day(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Day(PostgreSQL.13).sql
index d080a958c17b..a9d4c3f22f7b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Day(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Day(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(day From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.DayOfYear(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.DayOfYear(PostgreSQL.13).sql
index 5ebaacf20bf7..522a3a52900b 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.DayOfYear(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.DayOfYear(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(doy From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Hour(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Hour(PostgreSQL.13).sql
index 86d3dff0165b..a1c3eff513cb 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Hour(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Hour(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(hour From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Millisecond(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Millisecond(PostgreSQL.13).sql
index c118bd141281..a4278d041314 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Millisecond(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Millisecond(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(To_Char(t."DateTimeValue", 'MS')::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Minute(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Minute(PostgreSQL.13).sql
index b43b1752dd36..66d794b0efc7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Minute(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Minute(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(minute From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Month(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Month(PostgreSQL.13).sql
index 250bee82895d..b0990286fef9 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Month(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Month(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(month From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Second(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Second(PostgreSQL.13).sql
index d7859e96d5cd..6519410c7675 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Second(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Second(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(second From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Year(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Year(PostgreSQL.13).sql
index ff455e2c6bed..ad05722984e7 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Year(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Year(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test1(PostgreSQL.13).sql
index bfc8b10b40be..c566330624b6 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test2(PostgreSQL.13).sql
index c67198b00109..2528b140edfa 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test3(PostgreSQL.13).sql
index cfb8ad60981f..2827164fe80e 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test4(PostgreSQL.13).sql
index 33ba1b4f3e8a..96570e72e5f6 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Key_1",
diff --git a/PostgreSQL.13/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.Test(PostgreSQL.13).sql
index 95bad84f5ef8..d2bff48e2df6 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ FROM
WHERE
o."ParentID" IN (:p, :p_1, :p_2) OR o."ParentID" = :param
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 4
@@ -29,7 +29,7 @@ WHERE
(o."ParentID" IN (1, 2, 3) OR o."ParentID" IS NULL) OR
o."ParentID" = :param
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 4
DECLARE @p_1 Integer -- Int32
@@ -47,7 +47,7 @@ FROM
WHERE
o."ParentID" IN (:p, :p_1, :p_2) OR o."ParentID" = :param
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 4
diff --git a/PostgreSQL.13/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.TestCache(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.TestCache(PostgreSQL.13).sql
index 0a776918d76a..2ec6d9b050b6 100644
--- a/PostgreSQL.13/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.TestCache(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.TestCache(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ FROM
WHERE
o."ParentID" IN (:p, :p_1, :p_2) OR o."ParentID" = :param
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
@@ -34,7 +34,7 @@ FROM
WHERE
o."ParentID" IN (:p, :p_1, :p_2) OR o."ParentID" = :param
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 4
DECLARE @p_1 Integer -- Int32
@@ -52,7 +52,7 @@ FROM
WHERE
o."ParentID" IN (:p, :p_1, :p_2) OR o."ParentID" = :param
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 4
DECLARE @p_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest1(PostgreSQL.13).sql
index 9599dad3755f..82d633bcc2fb 100644
--- a/PostgreSQL.13/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest2(PostgreSQL.13).sql
index 989d7108c6db..28abd2b0991a 100644
--- a/PostgreSQL.13/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SelectManyDeleteTests/Tests.UserTests.SelectManyDeleteTests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SelectManyDeleteTests/Tests.UserTests.SelectManyDeleteTests.Test(PostgreSQL.13).sql
index 60974437e181..b2e91438337a 100644
--- a/PostgreSQL.13/Tests/UserTests/SelectManyDeleteTests/Tests.UserTests.SelectManyDeleteTests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SelectManyDeleteTests/Tests.UserTests.SelectManyDeleteTests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" t1
diff --git a/PostgreSQL.13/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test1(PostgreSQL.13).sql
index 5f29ae472225..2afa04cf28c0 100644
--- a/PostgreSQL.13/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Bigint -- Int64
SET @Value1 = NULL
diff --git a/PostgreSQL.13/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test2(PostgreSQL.13).sql
index 82f57b3751dd..362be679d6e1 100644
--- a/PostgreSQL.13/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ChildID Integer -- Int32
SET @ChildID = 10
diff --git a/PostgreSQL.13/Tests/UserTests/SkipCustomTest/Tests.UserTests.SkipCustomTest.TestSkip(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipCustomTest/Tests.UserTests.SkipCustomTest.TestSkip(PostgreSQL.13).sql
index c9ec0d52e4f8..0b6559668b1e 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipCustomTest/Tests.UserTests.SkipCustomTest.TestSkip(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipCustomTest/Tests.UserTests.SkipCustomTest.TestSkip(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(3) -- String
@@ -48,7 +48,7 @@ VALUES
:Name
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipInt32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipInt32(PostgreSQL.13).sql
index 017bd3a4d494..d3b58803f795 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipInt32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipInt32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(5) -- String
@@ -52,7 +52,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipString(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipString(PostgreSQL.13).sql
index bb01bed2fd80..7e6dfff38d2a 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipString(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipString(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(4) -- String
@@ -52,7 +52,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipInt32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipInt32(PostgreSQL.13).sql
index 96aa3fc79867..8299e1c91a58 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipInt32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipInt32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -15,7 +15,7 @@ VALUES
:Name
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -27,7 +27,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(5) -- String
@@ -44,7 +44,7 @@ VALUES
:Name
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipMixed(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipMixed(PostgreSQL.13).sql
index 2292a8ffc081..eae0fa037b92 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipMixed(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipMixed(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Age Integer -- Int32
SET @Age = 20
DECLARE @Id Integer -- Int32
@@ -44,7 +44,7 @@ SET
WHERE
"PR_1598_Mixed_Table"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -56,7 +56,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Age Integer -- Int32
@@ -73,7 +73,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -85,7 +85,7 @@ WHERE
t."Id" = 2
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(5) -- String
SET @Name = 'Jessy'
DECLARE @Age Integer -- Int32
@@ -101,7 +101,7 @@ SET
WHERE
"PR_1598_Mixed_Table"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipNull(PostgreSQL.13).sql
index 296639fbb2e4..67af6bb58f83 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -15,7 +15,7 @@ VALUES
:Name
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipString(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipString(PostgreSQL.13).sql
index 9cfa05da74f6..157d905361ca 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipString(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipString(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Age Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -27,7 +27,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Age Integer -- Int32
@@ -44,7 +44,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithEnum(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithEnum(PostgreSQL.13).sql
index b05334f8111c..3481d62a5ff4 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithEnum(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithEnum(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(3) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -36,7 +36,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(5) -- String
@@ -57,7 +57,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithFluentBuilder(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithFluentBuilder(PostgreSQL.13).sql
index f959f7942c24..51e2c2e1f2ae 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithFluentBuilder(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithFluentBuilder(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text -- String
@@ -15,7 +15,7 @@ VALUES
:Name
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipInt32(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipInt32(PostgreSQL.13).sql
index 017c6ff66ac9..21a46e187888 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipInt32(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipInt32(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(6) -- String
SET @Name = 'Franki'
DECLARE @Age Integer -- Int32
@@ -47,7 +47,7 @@ SET
WHERE
"PR_1598_Update_Table"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -59,7 +59,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(4) -- String
SET @Name = 'Jack'
DECLARE @Id Integer -- Int32
@@ -72,7 +72,7 @@ SET
WHERE
"PR_1598_Update_Table"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipNull(PostgreSQL.13).sql
index fae71b57bf9e..1d2ae0cc54e8 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(4) -- String
SET @Name = 'Jack'
DECLARE @Age Integer -- Int32
@@ -47,7 +47,7 @@ SET
WHERE
"PR_1598_Update_Null_Table"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -59,7 +59,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(6) -- String
SET @Name = 'Franki'
DECLARE @Id Integer -- Int32
@@ -72,7 +72,7 @@ SET
WHERE
"PR_1598_Update_Null_Table"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipString(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipString(PostgreSQL.13).sql
index edd3036b7ef4..92411ecd94e1 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipString(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipString(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(6) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(5) -- String
SET @Name = 'Jacob'
DECLARE @Age Integer -- Int32
@@ -47,7 +47,7 @@ SET
WHERE
"PR_1598_Update_Table"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -59,7 +59,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Age Integer -- Int32
SET @Age = 22
DECLARE @Id Integer -- Int32
@@ -72,7 +72,7 @@ SET
WHERE
"PR_1598_Update_Table"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithEnum(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithEnum(PostgreSQL.13).sql
index f4a2c7641ef6..dbf1c5882e47 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithEnum(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithEnum(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(3) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -36,7 +36,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(4) -- String
SET @Name = 'Jack'
DECLARE @Age Integer -- Int32
@@ -55,7 +55,7 @@ SET
WHERE
"PR_1598_Update_Enum_Table"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -68,7 +68,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(8) -- String
SET @Name = 'Francine'
DECLARE @Age Integer -- Int32
@@ -84,7 +84,7 @@ SET
WHERE
"PR_1598_Update_Enum_Table"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithFluentBuilder(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithFluentBuilder(PostgreSQL.13).sql
index 8e4d72249b37..3b40ed594e1c 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithFluentBuilder(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithFluentBuilder(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(6) -- String
SET @Name = 'Franki'
DECLARE @Age Integer -- Int32
@@ -47,7 +47,7 @@ SET
WHERE
"PR_1598_Update_Fluent_Table"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -59,7 +59,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(4) -- String
SET @Name = 'Jack'
DECLARE @Id Integer -- Int32
@@ -72,7 +72,7 @@ SET
WHERE
"PR_1598_Update_Fluent_Table"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.13,1).sql
index 0b16a1fc71d5..f386028f50fd 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -17,7 +17,7 @@ VALUES
ON CONFLICT ("Id") DO UPDATE SET
"Name" = :Name
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -29,7 +29,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -48,7 +48,7 @@ VALUES
ON CONFLICT ("Id") DO UPDATE SET
"Name" = :Name
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.13,2).sql
index 6149f6710664..34b14d2379c8 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -22,7 +22,7 @@ ON CONFLICT ("Id") DO UPDATE SET
"Name" = :Name,
"Age" = :Age
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -34,7 +34,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -58,7 +58,7 @@ ON CONFLICT ("Id") DO UPDATE SET
"Name" = :Name,
"Age" = :Age
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.13,1).sql
index 9c5a572dc1b3..ec772da424cd 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -15,7 +15,7 @@ VALUES
:Name
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -27,7 +27,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(4) -- String
SET @Name = 'John'
DECLARE @Id Integer -- Int32
@@ -40,7 +40,7 @@ SET
WHERE
"PR_1598_Insert_Table_Cache"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.13,2).sql
index 22f5ad20f6ed..abc18de2a165 100644
--- a/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Name Text(4) -- String
SET @Name = 'John'
DECLARE @Age Integer -- Int32
@@ -47,7 +47,7 @@ SET
WHERE
"PR_1598_Insert_Table_Cache"."Id" = :Id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Test3847/Issue3847Tests/Tests.UserTests.Test3847.Issue3847Tests.Test3847(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Test3847/Issue3847Tests/Tests.UserTests.Test3847.Issue3847Tests.Test3847(PostgreSQL.13).sql
index 91115f811bd4..53d3d1510306 100644
--- a/PostgreSQL.13/Tests/UserTests/Test3847/Issue3847Tests/Tests.UserTests.Test3847.Issue3847Tests.Test3847(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Test3847/Issue3847Tests/Tests.UserTests.Test3847.Issue3847Tests.Test3847(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
outfeed."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test1(PostgreSQL.13).sql
index f556f9bf83f9..914f9a759034 100644
--- a/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."LanguageID",
diff --git a/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test2(PostgreSQL.13).sql
index 545d5f3e48d5..9f45027ef06e 100644
--- a/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."LanguageID",
diff --git a/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test3(PostgreSQL.13).sql
index 545d5f3e48d5..9f45027ef06e 100644
--- a/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."LanguageID",
diff --git a/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test4(PostgreSQL.13).sql
index b90bf3ae07ec..61901d67e9bd 100644
--- a/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."LanguageID",
diff --git a/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test5(PostgreSQL.13).sql
index ab8ed219d8e3..8fa9b545dba6 100644
--- a/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."LanguageID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Common_Language" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."LanguageID",
diff --git a/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test(PostgreSQL.13).sql
index 9b6958ca7ae1..2b0abc6f3df2 100644
--- a/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
tp12."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test2(PostgreSQL.13).sql
index 89fdf93d2ea4..95cfb588c86c 100644
--- a/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t4."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test3(PostgreSQL.13).sql
index 5c28e64a1472..970039dc173c 100644
--- a/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t2."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test4(PostgreSQL.13).sql
index 6ea1094ae34f..8aef04436e5c 100644
--- a/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test5(PostgreSQL.13).sql
index 0406550550ea..8ddff74b3b13 100644
--- a/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t3."Id",
diff --git a/PostgreSQL.13/Tests/UserTests/UnknownSqlTests/Tests.UserTests.UnknownSqlTests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/UnknownSqlTests/Tests.UserTests.UnknownSqlTests.Test(PostgreSQL.13).sql
index 80d4b90541eb..852f213a3bd5 100644
--- a/PostgreSQL.13/Tests/UserTests/UnknownSqlTests/Tests.UserTests.UnknownSqlTests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/UnknownSqlTests/Tests.UserTests.UnknownSqlTests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
0
diff --git a/PostgreSQL.13/Tests/UserTests/UnnecessaryInnerJoinTests/Tests.UserTests.UnnecessaryInnerJoinTests.Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/UserTests/UnnecessaryInnerJoinTests/Tests.UserTests.UnnecessaryInnerJoinTests.Test(PostgreSQL.13).sql
index ed2e19d6e945..48abed7426bc 100644
--- a/PostgreSQL.13/Tests/UserTests/UnnecessaryInnerJoinTests/Tests.UserTests.UnnecessaryInnerJoinTests.Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/UserTests/UnnecessaryInnerJoinTests/Tests.UserTests.UnnecessaryInnerJoinTests.Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Field2"
diff --git a/PostgreSQL.13/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.NoTransaction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.NoTransaction(PostgreSQL.13).sql
index aa2b8b269843..6033ad9d87c6 100644
--- a/PostgreSQL.13/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.NoTransaction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.NoTransaction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1111
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2111
@@ -16,7 +16,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 3111
@@ -25,7 +25,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 4111
@@ -34,7 +34,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -47,7 +47,7 @@ VALUES
(3111,3111),
(4111,4111)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1111
@@ -56,7 +56,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2111
@@ -65,7 +65,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 3111
@@ -74,7 +74,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 4111
diff --git a/PostgreSQL.13/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.Transaction(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.Transaction(PostgreSQL.13).sql
index 168e7e82d54f..fb4c7349d09d 100644
--- a/PostgreSQL.13/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.Transaction(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.Transaction(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1111
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2111
@@ -16,7 +16,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 3111
@@ -25,7 +25,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 4111
@@ -34,7 +34,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -48,7 +48,7 @@ VALUES
(4111,4111)
CommitTransaction
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1111
@@ -57,7 +57,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2111
@@ -66,7 +66,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 3111
@@ -75,7 +75,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 4111
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.13,MultipleRows).sql
index 1b3b609a2ad1..77adeda0ca7e 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.13,RowByRow).sql
index 0b8675581eac..e6c892167706 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.13,MultipleRows).sql
index 1b3b609a2ad1..77adeda0ca7e 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.13,RowByRow).sql
index 0b8675581eac..e6c892167706 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.13,MultipleRows).sql
index 09b9e614d207..febcffd089c0 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.13,RowByRow).sql
index 5731c921b862..10501ecf78f0 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.13,MultipleRows).sql
index 09b9e614d207..febcffd089c0 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.13,RowByRow).sql
index 5731c921b862..10501ecf78f0 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.13,MultipleRows).sql
index 7661ab531ef6..4d5a7932e305 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "DateOnlyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "DateOnlyTable"
VALUES
('2021-01-01'::date)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.13,ProviderSpecific).sql
index 81a3f94272ec..4de7b19e41bc 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.13,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "DateOnlyTable"(Date)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.13,RowByRow).sql
index 901ed679b132..198bbad4087c 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Date Date
SET @Date = '2021-01-01'::date
@@ -11,7 +11,7 @@ VALUES
:Date
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,Default).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,Default).sql
index b393dd7d6ddd..62b244caee43 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,Default).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TPHTable"
(
@@ -14,7 +14,7 @@ VALUES
(2,2,NULL,'Str2',NULL,NULL),
(3,3,NULL,NULL,'Str3','Y')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Discriminator",
@@ -28,7 +28,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -43,7 +43,7 @@ WHERE
x."Discriminator" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -58,7 +58,7 @@ WHERE
x."Discriminator" = 2
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -73,7 +73,7 @@ WHERE
x."Discriminator" = 3
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -88,7 +88,7 @@ WHERE
x."Value1" = 'Str1'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -103,7 +103,7 @@ WHERE
x."Value2" = 'Str2'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,MultipleRows).sql
index b393dd7d6ddd..62b244caee43 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TPHTable"
(
@@ -14,7 +14,7 @@ VALUES
(2,2,NULL,'Str2',NULL,NULL),
(3,3,NULL,NULL,'Str3','Y')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Discriminator",
@@ -28,7 +28,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -43,7 +43,7 @@ WHERE
x."Discriminator" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -58,7 +58,7 @@ WHERE
x."Discriminator" = 2
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -73,7 +73,7 @@ WHERE
x."Discriminator" = 3
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -88,7 +88,7 @@ WHERE
x."Value1" = 'Str1'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -103,7 +103,7 @@ WHERE
x."Value2" = 'Str2'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,ProviderSpecific).sql
index d17e11ab4487..4701289c7991 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "TPHTable"(Id, Discriminator, Value1, Value2, Value3, NullableBool)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Discriminator",
@@ -14,7 +14,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -29,7 +29,7 @@ WHERE
x."Discriminator" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -44,7 +44,7 @@ WHERE
x."Discriminator" = 2
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -59,7 +59,7 @@ WHERE
x."Discriminator" = 3
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -74,7 +74,7 @@ WHERE
x."Value1" = 'Str1'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -89,7 +89,7 @@ WHERE
x."Value2" = 'Str2'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,RowByRow).sql
index 53b0673853a4..6fac1db3dd3e 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Discriminator Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Discriminator Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Value2
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Discriminator Integer -- Int32
@@ -65,7 +65,7 @@ VALUES
:NullableBool
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Discriminator",
@@ -79,7 +79,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -94,7 +94,7 @@ WHERE
x."Discriminator" = 1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -109,7 +109,7 @@ WHERE
x."Discriminator" = 2
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -124,7 +124,7 @@ WHERE
x."Discriminator" = 3
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -139,7 +139,7 @@ WHERE
x."Value1" = 'Str1'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -154,7 +154,7 @@ WHERE
x."Value2" = 'Str2'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.13,MultipleRows).sql
index 09b9e614d207..febcffd089c0 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.13,RowByRow).sql
index 5731c921b862..10501ecf78f0 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.13,MultipleRows).sql
index 09b9e614d207..febcffd089c0 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.13,RowByRow).sql
index 5731c921b862..10501ecf78f0 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.13,Default).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.13,Default).sql
index 09b9e614d207..febcffd089c0 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.13,Default).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.13,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.13,MultipleRows).sql
index 09b9e614d207..febcffd089c0 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.13,RowByRow).sql
index 5731c921b862..10501ecf78f0 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.13,Default).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.13,Default).sql
index 62f1f0892fb8..7366be71a48f 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.13,Default).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.13,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.13,MultipleRows).sql
index 62f1f0892fb8..7366be71a48f 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.13,RowByRow).sql
index b135465a16a6..6e1bd6f55ad3 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
@@ -11,7 +11,7 @@ VALUES
:Id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,Default).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,Default).sql
index f8c07f248bf6..6c47e5ba5156 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,Default).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -16,7 +16,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,MultipleRows).sql
index f8c07f248bf6..6c47e5ba5156 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -16,7 +16,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,ProviderSpecific).sql
index ea08c664a9b4..2f269f276b4d 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,ProviderSpecific).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,RowByRow).sql
index 70238ac9b634..228d7401ebba 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -16,7 +16,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,Default).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,Default).sql
index ac52b30d7935..3304b4b9313f 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,Default).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -16,7 +16,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -25,7 +25,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -34,7 +34,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(10)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -43,7 +43,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,MultipleRows).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,MultipleRows).sql
index ac52b30d7935..3304b4b9313f 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,MultipleRows).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -16,7 +16,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -25,7 +25,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(3)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -34,7 +34,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(10)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -43,7 +43,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,ProviderSpecific).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,ProviderSpecific).sql
index bf23b2369e06..67221c081e4c 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,ProviderSpecific).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,ProviderSpecific).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -18,7 +18,7 @@ VALUES
INSERT ASYNC BULK "SimpleBulkCopyTable"(Id)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -27,7 +27,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(10)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,RowByRow).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,RowByRow).sql
index fc588c080f55..a14c13fff600 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,RowByRow).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.13,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -16,7 +16,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(2)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
@@ -29,7 +29,7 @@ VALUES
:Id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -38,7 +38,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(10)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -47,7 +47,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(20)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 30
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,Default,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,Default,0).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,Default,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,Default,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,Default,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,Default,1).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,Default,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,Default,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,Default,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,Default,2).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,Default,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,Default,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,MultipleRows,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,MultipleRows,0).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,MultipleRows,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,MultipleRows,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,MultipleRows,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,MultipleRows,1).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,MultipleRows,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,MultipleRows,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,MultipleRows,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,MultipleRows,2).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,MultipleRows,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,MultipleRows,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,ProviderSpecific,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,ProviderSpecific,0).sql
index 594774dbdd5d..1966d8e9c0bd 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,ProviderSpecific,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,ProviderSpecific,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT BULK "AllTypes"(intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,ProviderSpecific,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,ProviderSpecific,1).sql
index dfc31e802c17..3cbb9cf208bf 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,ProviderSpecific,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,ProviderSpecific,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,ProviderSpecific,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,ProviderSpecific,2).sql
index dfc31e802c17..3cbb9cf208bf 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,ProviderSpecific,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,ProviderSpecific,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,RowByRow,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,RowByRow,0).sql
index bb143f478ba2..fcb946799738 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,RowByRow,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,RowByRow,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,RowByRow,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,RowByRow,1).sql
index bb143f478ba2..fcb946799738 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,RowByRow,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,RowByRow,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,RowByRow,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,RowByRow,2).sql
index bb143f478ba2..fcb946799738 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,RowByRow,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,False,RowByRow,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,Default,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,Default,0).sql
index 7abca74a45f2..48a307fb6033 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,Default,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,Default,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,Default,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,Default,1).sql
index 7abca74a45f2..48a307fb6033 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,Default,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,Default,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,Default,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,Default,2).sql
index 7abca74a45f2..48a307fb6033 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,Default,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,Default,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,MultipleRows,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,MultipleRows,0).sql
index 7abca74a45f2..48a307fb6033 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,MultipleRows,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,MultipleRows,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,MultipleRows,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,MultipleRows,1).sql
index 7abca74a45f2..48a307fb6033 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,MultipleRows,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,MultipleRows,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,MultipleRows,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,MultipleRows,2).sql
index 7abca74a45f2..48a307fb6033 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,MultipleRows,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,MultipleRows,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,ProviderSpecific,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,ProviderSpecific,0).sql
index 5e52f0489061..6aad41156dc3 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,ProviderSpecific,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,ProviderSpecific,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT BULK "AllTypes"(ID, intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,ProviderSpecific,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,ProviderSpecific,1).sql
index 2160c2b91682..100947b23d80 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,ProviderSpecific,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,ProviderSpecific,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(ID, intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,ProviderSpecific,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,ProviderSpecific,2).sql
index 2160c2b91682..100947b23d80 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,ProviderSpecific,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,ProviderSpecific,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(ID, intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,RowByRow,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,RowByRow,0).sql
index ee203cefaeaa..644eb6d06a7c 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,RowByRow,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,RowByRow,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,RowByRow,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,RowByRow,1).sql
index ee203cefaeaa..644eb6d06a7c 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,RowByRow,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,RowByRow,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,RowByRow,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,RowByRow,2).sql
index ee203cefaeaa..644eb6d06a7c 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,RowByRow,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,True,RowByRow,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,Default,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,Default,0).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,Default,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,Default,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,Default,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,Default,1).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,Default,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,Default,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,Default,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,Default,2).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,Default,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,Default,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,MultipleRows,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,MultipleRows,0).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,MultipleRows,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,MultipleRows,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,MultipleRows,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,MultipleRows,1).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,MultipleRows,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,MultipleRows,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,MultipleRows,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,MultipleRows,2).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,MultipleRows,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,MultipleRows,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,ProviderSpecific,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,ProviderSpecific,0).sql
index 594774dbdd5d..1966d8e9c0bd 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,ProviderSpecific,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,ProviderSpecific,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT BULK "AllTypes"(intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,ProviderSpecific,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,ProviderSpecific,1).sql
index dfc31e802c17..3cbb9cf208bf 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,ProviderSpecific,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,ProviderSpecific,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,ProviderSpecific,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,ProviderSpecific,2).sql
index dfc31e802c17..3cbb9cf208bf 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,ProviderSpecific,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,ProviderSpecific,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,RowByRow,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,RowByRow,0).sql
index bb143f478ba2..fcb946799738 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,RowByRow,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,RowByRow,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,RowByRow,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,RowByRow,1).sql
index bb143f478ba2..fcb946799738 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,RowByRow,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,RowByRow,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,RowByRow,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,RowByRow,2).sql
index bb143f478ba2..fcb946799738 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,RowByRow,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.13,null,RowByRow,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,Default,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,Default,0).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,Default,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,Default,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,Default,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,Default,1).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,Default,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,Default,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,Default,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,Default,2).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,Default,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,Default,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,MultipleRows,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,MultipleRows,0).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,MultipleRows,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,MultipleRows,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,MultipleRows,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,MultipleRows,1).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,MultipleRows,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,MultipleRows,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,MultipleRows,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,MultipleRows,2).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,MultipleRows,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,MultipleRows,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,ProviderSpecific,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,ProviderSpecific,0).sql
index 594774dbdd5d..1966d8e9c0bd 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,ProviderSpecific,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,ProviderSpecific,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT BULK "AllTypes"(intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,ProviderSpecific,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,ProviderSpecific,1).sql
index dfc31e802c17..3cbb9cf208bf 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,ProviderSpecific,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,ProviderSpecific,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,ProviderSpecific,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,ProviderSpecific,2).sql
index dfc31e802c17..3cbb9cf208bf 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,ProviderSpecific,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,ProviderSpecific,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,RowByRow,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,RowByRow,0).sql
index bb143f478ba2..fcb946799738 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,RowByRow,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,RowByRow,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,RowByRow,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,RowByRow,1).sql
index bb143f478ba2..fcb946799738 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,RowByRow,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,RowByRow,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,RowByRow,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,RowByRow,2).sql
index bb143f478ba2..fcb946799738 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,RowByRow,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,False,RowByRow,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,Default,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,Default,0).sql
index 7abca74a45f2..48a307fb6033 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,Default,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,Default,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,Default,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,Default,1).sql
index 7abca74a45f2..48a307fb6033 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,Default,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,Default,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,Default,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,Default,2).sql
index 7abca74a45f2..48a307fb6033 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,Default,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,Default,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,MultipleRows,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,MultipleRows,0).sql
index 7abca74a45f2..48a307fb6033 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,MultipleRows,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,MultipleRows,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,MultipleRows,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,MultipleRows,1).sql
index 7abca74a45f2..48a307fb6033 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,MultipleRows,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,MultipleRows,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,MultipleRows,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,MultipleRows,2).sql
index 7abca74a45f2..48a307fb6033 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,MultipleRows,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,MultipleRows,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,ProviderSpecific,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,ProviderSpecific,0).sql
index 5e52f0489061..6aad41156dc3 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,ProviderSpecific,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,ProviderSpecific,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT BULK "AllTypes"(ID, intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,ProviderSpecific,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,ProviderSpecific,1).sql
index 2160c2b91682..100947b23d80 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,ProviderSpecific,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,ProviderSpecific,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(ID, intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,ProviderSpecific,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,ProviderSpecific,2).sql
index 2160c2b91682..100947b23d80 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,ProviderSpecific,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,ProviderSpecific,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(ID, intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,RowByRow,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,RowByRow,0).sql
index ee203cefaeaa..644eb6d06a7c 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,RowByRow,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,RowByRow,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,RowByRow,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,RowByRow,1).sql
index ee203cefaeaa..644eb6d06a7c 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,RowByRow,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,RowByRow,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,RowByRow,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,RowByRow,2).sql
index ee203cefaeaa..644eb6d06a7c 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,RowByRow,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,True,RowByRow,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,Default,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,Default,0).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,Default,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,Default,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,Default,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,Default,1).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,Default,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,Default,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,Default,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,Default,2).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,Default,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,Default,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,MultipleRows,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,MultipleRows,0).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,MultipleRows,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,MultipleRows,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,MultipleRows,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,MultipleRows,1).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,MultipleRows,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,MultipleRows,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,MultipleRows,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,MultipleRows,2).sql
index f20dd5f11474..14b2bc0a62b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,MultipleRows,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,MultipleRows,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,ProviderSpecific,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,ProviderSpecific,0).sql
index 594774dbdd5d..1966d8e9c0bd 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,ProviderSpecific,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,ProviderSpecific,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT BULK "AllTypes"(intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,ProviderSpecific,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,ProviderSpecific,1).sql
index dfc31e802c17..3cbb9cf208bf 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,ProviderSpecific,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,ProviderSpecific,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,ProviderSpecific,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,ProviderSpecific,2).sql
index dfc31e802c17..3cbb9cf208bf 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,ProviderSpecific,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,ProviderSpecific,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,RowByRow,0).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,RowByRow,0).sql
index bb143f478ba2..fcb946799738 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,RowByRow,0).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,RowByRow,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,RowByRow,1).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,RowByRow,1).sql
index bb143f478ba2..fcb946799738 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,RowByRow,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,RowByRow,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,RowByRow,2).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,RowByRow,2).sql
index bb143f478ba2..fcb946799738 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,RowByRow,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.13,null,RowByRow,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.MultipleRows_TestTyping(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.MultipleRows_TestTyping(PostgreSQL.13).sql
index a713ff527c47..58c4d1c3ecf5 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.MultipleRows_TestTyping(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.MultipleRows_TestTyping(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "MultipleRowsTable"
(
@@ -10,7 +10,7 @@ VALUES
(1,NULL,1),
(2,1.5,-2.6)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.ReuseOptionTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.ReuseOptionTest(PostgreSQL.13).sql
index 4958a817aa4c..a95b1d887b29 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.ReuseOptionTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.ReuseOptionTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -8,7 +8,7 @@ INSERT INTO "Parent"
VALUES
(111001,NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.UseParametersTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.UseParametersTest(PostgreSQL.13).sql
index a053f4bc2fc3..165a15f39a62 100644
--- a/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.UseParametersTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.UseParametersTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 111001
DECLARE @:p2 Integer -- Int32
@@ -257,7 +257,7 @@ VALUES
(:p97,:p98),
(:p99,:p100)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 111051
DECLARE @:p2 Integer -- Int32
@@ -516,7 +516,7 @@ VALUES
(:p97,:p98),
(:p99,:p100)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 111101
DECLARE @:p2 Integer -- Int32
@@ -770,7 +770,7 @@ VALUES
(:p95,:p96),
(:p97,:p98)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 111001
DECLARE @ParentID_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1(PostgreSQL.13).sql
index f78ca0b9258c..1860a9e24061 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "TestTable"
(
@@ -14,7 +14,7 @@ CREATE TABLE "TestTable"
CONSTRAINT "PK_TestTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -24,7 +24,7 @@ SELECT
FROM
"TestTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "TestTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1Async(PostgreSQL.13).sql
index f78ca0b9258c..1860a9e24061 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1Async(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "TestTable"
(
@@ -14,7 +14,7 @@ CREATE TABLE "TestTable"
CONSTRAINT "PK_TestTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -24,7 +24,7 @@ SELECT
FROM
"TestTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "TestTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.Issue4671Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.Issue4671Test(PostgreSQL.13).sql
index 44933b7d8a9d..8e244e5fb0a4 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.Issue4671Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.Issue4671Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "Issue4671EntityTMP"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "Issue4671EntityTMP"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4671Entity"
(
@@ -20,7 +20,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4671EntityTMP"
(
@@ -31,7 +31,7 @@ VALUES
2
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -40,7 +40,7 @@ FROM
"Issue4671Entity" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -49,7 +49,7 @@ FROM
"Issue4671EntityTMP" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue4671EntityTMP"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.TestIssue160(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.TestIssue160(PostgreSQL.13).sql
index 524ecc3df05c..be80c2b244c2 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.TestIssue160(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.TestIssue160(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE aa
(
@@ -8,7 +8,7 @@ CREATE TABLE aa
CONSTRAINT "PK_aa" PRIMARY KEY (bb)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @bb Integer -- Int32
SET @bb = 99
DECLARE @cc Text(5) -- String
@@ -25,7 +25,7 @@ VALUES
:cc
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.bb,
@@ -33,7 +33,7 @@ SELECT
FROM
aa t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE aa
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Boolean).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Boolean).sql
index 145ed8c50291..a71ddc6c5bbd 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Boolean).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Boolean).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Boolean Boolean
@@ -15,7 +15,7 @@ VALUES
:Boolean
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Boolean Boolean
@@ -32,7 +32,7 @@ VALUES
:Boolean
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,BooleanNullable).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,BooleanNullable).sql
index 8a698f919f58..3fde207c1646 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,BooleanNullable).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,BooleanNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @BooleanNullable Boolean
@@ -15,7 +15,7 @@ VALUES
:BooleanNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @BooleanNullable Boolean
@@ -32,7 +32,7 @@ VALUES
:BooleanNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,DateTime).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,DateTime).sql
index a4c830c55e2e..8712eb6404ca 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,DateTime).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,DateTime).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @DateTime Timestamp -- DateTime2
@@ -15,7 +15,7 @@ VALUES
:DateTime
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @DateTime Timestamp -- DateTime2
@@ -32,7 +32,7 @@ VALUES
:DateTime
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,DateTimeNullable).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,DateTimeNullable).sql
index bac3790d56f0..e353f0ffa4cb 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,DateTimeNullable).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,DateTimeNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @DateTimeNullable Timestamp -- DateTime2
@@ -15,7 +15,7 @@ VALUES
:DateTimeNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @DateTimeNullable Timestamp -- DateTime2
@@ -32,7 +32,7 @@ VALUES
:DateTimeNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Double).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Double).sql
index 527dc48a4ad4..bb78c5235490 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Double).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Double).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Double Double
@@ -15,7 +15,7 @@ VALUES
:Double
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Double Double
@@ -32,7 +32,7 @@ VALUES
:Double
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,DoubleNullable).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,DoubleNullable).sql
index a38da7fb77cb..da7b6d908f15 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,DoubleNullable).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,DoubleNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @DoubleNullable Double
@@ -15,7 +15,7 @@ VALUES
:DoubleNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @DoubleNullable Double
@@ -32,7 +32,7 @@ VALUES
:DoubleNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int32).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int32).sql
index 12a3b2928f0a..9586ab1639e1 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int32).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int32).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Int32 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Int32
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Int32 Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Int32
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int32Nullable).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int32Nullable).sql
index 6ccd06beab41..879848bb656d 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int32Nullable).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int32Nullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Int32Nullable Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Int32Nullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Int32Nullable Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Int32Nullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int64).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int64).sql
index defd7a3e3f7d..6df753d7273f 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int64).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int64).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Int64 Bigint -- Int64
@@ -15,7 +15,7 @@ VALUES
:Int64
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Int64 Bigint -- Int64
@@ -32,7 +32,7 @@ VALUES
:Int64
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int64Nullable).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int64Nullable).sql
index 013ac65a8981..e46a167bbf90 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int64Nullable).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,Int64Nullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Int64Nullable Bigint -- Int64
@@ -15,7 +15,7 @@ VALUES
:Int64Nullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Int64Nullable Bigint -- Int64
@@ -32,7 +32,7 @@ VALUES
:Int64Nullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,IntEnum).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,IntEnum).sql
index 61ec12e708cf..d83dfcb04de3 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,IntEnum).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,IntEnum).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @IntEnum Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:IntEnum
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @IntEnum Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:IntEnum
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,IntEnumNullable).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,IntEnumNullable).sql
index c1c377f0fb78..f426816f385e 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,IntEnumNullable).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,IntEnumNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @IntEnumNullable Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:IntEnumNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @IntEnumNullable Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:IntEnumNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,String).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,String).sql
index a9d7d30ba1d1..e3ce732c1c54 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,String).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,String).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @String Text -- String
@@ -15,7 +15,7 @@ VALUES
:String
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @String Text(14) -- String
@@ -32,7 +32,7 @@ VALUES
:String
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,String10).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,String10).sql
index 0a366d431409..127592bd785c 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,String10).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,String10).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @String Text -- String
@@ -15,7 +15,7 @@ VALUES
:String
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @String Text(7) -- String
@@ -32,7 +32,7 @@ VALUES
:String
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,String10Nullable).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,String10Nullable).sql
index 0361fa632aff..eb5447fda34a 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,String10Nullable).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,String10Nullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @String Text -- String
@@ -15,7 +15,7 @@ VALUES
:String
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @String Text(9) -- String
@@ -32,7 +32,7 @@ VALUES
:String
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConverted).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConverted).sql
index 2669913adb19..6e0a70d580e7 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConverted).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConverted).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @StringConverted Varchar(4) -- String
@@ -15,7 +15,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @StringConverted Varchar(53) -- String
@@ -32,7 +32,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConvertedNVarChar).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConvertedNVarChar).sql
index 2669913adb19..6e0a70d580e7 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConvertedNVarChar).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConvertedNVarChar).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @StringConverted Varchar(4) -- String
@@ -15,7 +15,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @StringConverted Varchar(53) -- String
@@ -32,7 +32,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConvertedNVarCharNullable).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConvertedNVarCharNullable).sql
index 2669913adb19..6e0a70d580e7 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConvertedNVarCharNullable).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConvertedNVarCharNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @StringConverted Varchar(4) -- String
@@ -15,7 +15,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @StringConverted Varchar(53) -- String
@@ -32,7 +32,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConvertedNullable).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConvertedNullable).sql
index 2669913adb19..6e0a70d580e7 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConvertedNullable).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringConvertedNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @StringConverted Varchar(4) -- String
@@ -15,7 +15,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @StringConverted Varchar(53) -- String
@@ -32,7 +32,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringEnum).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringEnum).sql
index 0258c5d8fb5e..cfa23a3d413e 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringEnum).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringEnum).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @StringEnum Text(2) -- String
@@ -15,7 +15,7 @@ VALUES
:StringEnum
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @StringEnum Text(1) -- String
@@ -32,7 +32,7 @@ VALUES
:StringEnum
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringEnumNullable).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringEnumNullable).sql
index 1db4db858266..0477e689a09c 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringEnumNullable).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringEnumNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @StringEnumNullable Text -- String
@@ -15,7 +15,7 @@ VALUES
:StringEnumNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @StringEnumNullable Text(2) -- String
@@ -32,7 +32,7 @@ VALUES
:StringEnumNullable
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringNullable).sql b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringNullable).sql
index a9821d678a3d..403a4761fb76 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringNullable).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.13,StringNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @String Text -- String
@@ -15,7 +15,7 @@ VALUES
:String
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @String Text(23) -- String
@@ -32,7 +32,7 @@ VALUES
:String
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable1(PostgreSQL.13).sql
index 9ba48d74d0db..b8ebf120536e 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable1(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -22,14 +22,14 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
FROM
"TempTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -37,7 +37,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable2(PostgreSQL.13).sql
index 3d0b77965b27..8c3591ca4ecb 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable2(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -22,7 +22,7 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -30,7 +30,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3(PostgreSQL.13).sql
index 3d0b77965b27..8c3591ca4ecb 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -22,7 +22,7 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -30,7 +30,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3Async(PostgreSQL.13).sql
index c14c416786e9..3865a68a6741 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -18,7 +18,7 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -26,7 +26,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsync(PostgreSQL.13).sql
index 3d0b77965b27..8c3591ca4ecb 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsync(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -22,7 +22,7 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -30,7 +30,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled(PostgreSQL.13).sql
index 70bb6cc99a2f..3d86d90f385c 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled(PostgreSQL.13).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TempTable"
(
@@ -19,7 +19,7 @@ CREATE TEMPORARY TABLE "TempTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled2(PostgreSQL.13).sql
index 3766fdc6ae65..a53da40a4c34 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled2(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TempTable"
(
@@ -12,7 +12,7 @@ CREATE TEMPORARY TABLE "TempTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -23,11 +23,11 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncEnumerable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncEnumerable(PostgreSQL.13).sql
index 0b3bfce42c59..42b104122f2d 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncEnumerable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncEnumerable(PostgreSQL.13).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -33,7 +33,7 @@ VALUES
(1),
(7)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -41,7 +41,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerable(PostgreSQL.13).sql
index 0b3bfce42c59..42b104122f2d 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerable(PostgreSQL.13).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
FROM
"Parent" p
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -33,7 +33,7 @@ VALUES
(1),
(7)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -41,7 +41,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionAsyncTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionAsyncTest(PostgreSQL.13).sql
index f0a4062ac325..a95cbe206083 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionAsyncTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionAsyncTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("Name")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -20,7 +20,7 @@ INSERT INTO "TempTable"
VALUES
('John')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Name"
@@ -28,7 +28,7 @@ FROM
"Person" p
INNER JOIN "TempTable" t ON p."FirstName" = t."Name"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionTest(PostgreSQL.13).sql
index f0a4062ac325..a95cbe206083 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("Name")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -20,7 +20,7 @@ INSERT INTO "TempTable"
VALUES
('John')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Name"
@@ -28,7 +28,7 @@ FROM
"Person" p
INNER JOIN "TempTable" t ON p."FirstName" = t."Name"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionAsyncTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionAsyncTest(PostgreSQL.13).sql
index aae765366c4e..4a76c8c2fa9e 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionAsyncTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionAsyncTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE IF NOT EXISTS "TempTable"
(
@@ -12,7 +12,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS "TempTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -21,7 +21,7 @@ INSERT INTO "TempTable"
VALUES
('John')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Name"
@@ -29,7 +29,7 @@ FROM
"Person" p
INNER JOIN "TempTable" t ON p."FirstName" = t."Name"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionTest(PostgreSQL.13).sql
index f0a4062ac325..a95cbe206083 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("Name")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -20,7 +20,7 @@ INSERT INTO "TempTable"
VALUES
('John')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Name"
@@ -28,7 +28,7 @@ FROM
"Person" p
INNER JOIN "TempTable" t ON p."FirstName" = t."Name"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeError(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeError(PostgreSQL.13).sql
index 72784675b370..4219d47fad08 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeError(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeError(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TempTable"
(
@@ -12,11 +12,11 @@ CREATE TEMPORARY TABLE "TempTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeErrorAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeErrorAsync(PostgreSQL.13).sql
index 72784675b370..4219d47fad08 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeErrorAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeErrorAsync(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TempTable"
(
@@ -12,11 +12,11 @@ CREATE TEMPORARY TABLE "TempTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "TempTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTableWithPrimaryKey(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTableWithPrimaryKey(PostgreSQL.13).sql
index ad1abc23ca35..7b118052b7b9 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTableWithPrimaryKey(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTableWithPrimaryKey(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TableWithPrimaryKey"
(
@@ -8,7 +8,7 @@ CREATE TEMPORARY TABLE "TableWithPrimaryKey"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TableWithPrimaryKey"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTable_TestSchemaConflicts(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTable_TestSchemaConflicts(PostgreSQL.13).sql
index 29ed760950e7..3a6deb713355 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTable_TestSchemaConflicts(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTable_TestSchemaConflicts(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestTempTable"
(
@@ -11,7 +11,7 @@ VALUES
'value'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -21,7 +21,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("Id")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -34,7 +34,7 @@ SELECT
FROM
"TestTempTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestTempTable"
(
@@ -47,7 +47,7 @@ VALUES
'value 2'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -60,7 +60,7 @@ VALUES
'renamed 2'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -80,7 +80,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.InsertIntoTempTableWithPrimaryKey(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.InsertIntoTempTableWithPrimaryKey(PostgreSQL.13).sql
index 98ed66dccf77..15a4f6eb5d43 100644
--- a/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.InsertIntoTempTableWithPrimaryKey(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.InsertIntoTempTableWithPrimaryKey(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TableWithPrimaryKey2"
(
@@ -8,7 +8,7 @@ CREATE TEMPORARY TABLE "TableWithPrimaryKey2"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TableWithPrimaryKey2"
(
@@ -17,7 +17,7 @@ INSERT INTO "TableWithPrimaryKey2"
VALUES
(1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TableWithPrimaryKey2"
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.AlterDelete(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.AlterDelete(PostgreSQL.13).sql
index 92fe0e87e779..0b0ef2275f3f 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.AlterDelete(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.AlterDelete(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.ContainsJoin1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.ContainsJoin1(PostgreSQL.13).sql
index 3c23a648104e..b352c74885bc 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.ContainsJoin1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.ContainsJoin1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @ChildID Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:ChildID
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @ChildID Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:ChildID
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @ChildID Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:ChildID
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1000
@@ -86,7 +86,7 @@ WHERE
t1."Value1" = p."Value1"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1000
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete1(PostgreSQL.13).sql
index 779c1c976bca..ddf9544e62fd 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
t1."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -35,7 +35,7 @@ FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -44,7 +44,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete2(PostgreSQL.13).sql
index 779c1c976bca..ddf9544e62fd 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
t1."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -35,7 +35,7 @@ FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -44,7 +44,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete3(PostgreSQL.13).sql
index 3bfebc22c82a..2ed58cc50a69 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete3(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" IN (1001, 1002)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -18,7 +18,7 @@ VALUES
1001
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -31,7 +31,7 @@ VALUES
1002
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -40,7 +40,7 @@ FROM
WHERE
c_1."ParentID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" t1
@@ -58,7 +58,7 @@ WHERE
t1."ChildID" = c_1."ChildID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete4(PostgreSQL.13).sql
index f8badce0805f..2654ca629eac 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete4(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" gc
WHERE
gc."GrandChildID" IN (1001, 1002)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -20,7 +20,7 @@ VALUES
1001
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -35,7 +35,7 @@ VALUES
1002
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -44,7 +44,7 @@ FROM
WHERE
gc."ParentID" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" t1
@@ -63,7 +63,7 @@ WHERE
t1."GrandChildID" = gc."GrandChildID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete5(PostgreSQL.13).sql
index 9fe4b62966b8..d213d1a7290b 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete5(PostgreSQL.13).sql
@@ -1,18 +1,18 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -27,7 +27,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1002
@@ -42,7 +42,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,14 +51,14 @@ FROM
WHERE
t1."ParentID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" IN (1001, 1002)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableName(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableName(PostgreSQL.13).sql
index 80051bd6f75e..c1f7da5795be 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableName(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableName(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -23,14 +23,14 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPerson" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -42,7 +42,7 @@ FROM
"xxPerson" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
@@ -51,7 +51,7 @@ DELETE FROM
WHERE
t1."PersonID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableNameAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableNameAsync(PostgreSQL.13).sql
index 80051bd6f75e..c1f7da5795be 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableNameAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableNameAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -23,14 +23,14 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPerson" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -42,7 +42,7 @@ FROM
"xxPerson" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
@@ -51,7 +51,7 @@ DELETE FROM
WHERE
t1."PersonID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany1(PostgreSQL.13).sql
index 4bf970b379a0..fc632e73531a 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -9,7 +9,7 @@ VALUES
1001
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -22,7 +22,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -35,7 +35,7 @@ VALUES
2
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" t1
@@ -51,14 +51,14 @@ WHERE
t1."ChildID" = "a_Children"."ChildID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany2(PostgreSQL.13).sql
index 64a0b0d660bf..58c2e0275b58 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -9,7 +9,7 @@ VALUES
1001
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -22,7 +22,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -37,7 +37,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -52,7 +52,7 @@ VALUES
2
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -67,7 +67,7 @@ VALUES
3
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -80,7 +80,7 @@ VALUES
2
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -95,7 +95,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -110,7 +110,7 @@ VALUES
2
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -125,7 +125,7 @@ VALUES
3
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" t1
@@ -144,7 +144,7 @@ WHERE
t1."GrandChildID" = "a_GrandChildren"."GrandChildID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" t1
@@ -160,21 +160,21 @@ WHERE
t1."ChildID" = "a_Children"."ChildID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany3(PostgreSQL.13).sql
index b42f9a56705f..a416a487322c 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany3(PostgreSQL.13).sql
@@ -1,25 +1,25 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -30,7 +30,7 @@ VALUES
1001
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -43,7 +43,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -58,7 +58,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -73,7 +73,7 @@ VALUES
2
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" t1
@@ -93,21 +93,21 @@ WHERE
t1."GrandChildID" = "a_GrandChildren"."GrandChildID"
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.MultipleDelete(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.MultipleDelete(PostgreSQL.13).sql
index f7643100e1a9..0e38a1077690 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.MultipleDelete(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.MultipleDelete(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -16,14 +16,14 @@ VALUES
(1000,NULL),
(1001,NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
WHERE
p."ParentID" = 1000 AND p."Value1" IS NULL OR p."ParentID" = 1001 AND p."Value1" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.13,100).sql
index 7d99dea9dda8..df27e6ddd7ac 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.13,200).sql
index 7d99dea9dda8..df27e6ddd7ac 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.13,100).sql
index 28a71d8c43b6..275fa2175622 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.13,200).sql
index 28a71d8c43b6..275fa2175622 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.13,100).sql
index 069ffb33bed5..b366f1b0e6c9 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.13,200).sql
index 031e28b6cc44..63625ab99aa8 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.13,100).sql
index be45fa0e7dea..0e15d76df5ec 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.13,200).sql
index 257066badf26..99c50aab1fd9 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.13,100).sql
index 069ffb33bed5..b366f1b0e6c9 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.13,200).sql
index 031e28b6cc44..63625ab99aa8 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.13,100).sql
index be45fa0e7dea..0e15d76df5ec 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.13,200).sql
index 257066badf26..99c50aab1fd9 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.13,100).sql
index 0832888484f8..75f543379899 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.13,200).sql
index 0832888484f8..75f543379899 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.13,100).sql
index 482933f43d02..56785acc2620 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.13,200).sql
index 482933f43d02..56785acc2620 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.13,100).sql
index 0832888484f8..75f543379899 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.13,200).sql
index 0832888484f8..75f543379899 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.13,100).sql
index 2d2cf882abfd..4410b48c8ccf 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.13,200).sql
index 2d2cf882abfd..4410b48c8ccf 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.13,100).sql
index 7d99dea9dda8..df27e6ddd7ac 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.13,200).sql
index 7d99dea9dda8..df27e6ddd7ac 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.13,100).sql
index 28a71d8c43b6..275fa2175622 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.13,200).sql
index 28a71d8c43b6..275fa2175622 100644
--- a/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableTest(PostgreSQL.13).sql
index 8045599242c2..4a7f2e91b1d6 100644
--- a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "DropTableTest"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "DropTableTest"
(
@@ -11,7 +11,7 @@ CREATE TABLE "DropTableTest"
CONSTRAINT "PK_DropTableTest" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "DropTableTest"
(
@@ -22,18 +22,18 @@ VALUES
123
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
FROM
"DropTableTest" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "DropTableTest"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
diff --git a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableWithIdentityTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableWithIdentityTest(PostgreSQL.13).sql
index 748c4e878b1a..3ae671c1de12 100644
--- a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableWithIdentityTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableWithIdentityTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "DropTableTestID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "DropTableTestID"
(
@@ -12,7 +12,7 @@ CREATE TABLE "DropTableTestID"
CONSTRAINT "PK_DropTableTestID" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "DropTableTestID"
(
@@ -23,7 +23,7 @@ VALUES
2
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -31,11 +31,11 @@ SELECT
FROM
"DropTableTestID" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "DropTableTestID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropSpecificDatabaseTableTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropSpecificDatabaseTableTest(PostgreSQL.13).sql
index 01951caf40a5..c0945b58003d 100644
--- a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropSpecificDatabaseTableTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropSpecificDatabaseTableTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "DropTableTest"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -10,7 +10,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -18,7 +18,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "DropTableTest"
(
@@ -27,7 +27,7 @@ CREATE TABLE "DropTableTest"
CONSTRAINT "PK_DropTableTest" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO testdata.public."DropTableTest"
(
@@ -38,18 +38,18 @@ VALUES
123
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
FROM
testdata.public."DropTableTest" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE testdata.public."DropTableTest"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
diff --git a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Existing(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Existing(PostgreSQL.13).sql
index 1a639ddfabd8..82f83773b428 100644
--- a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Existing(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Existing(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Table"
(
@@ -7,7 +7,7 @@ CREATE TABLE "Table"
CONSTRAINT "PK_Table" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "Table"
diff --git a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Fail(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Fail(PostgreSQL.13).sql
index cc06ca0badc8..00555314d1e5 100644
--- a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Fail(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Fail(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "Table"
diff --git a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Ignore(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Ignore(PostgreSQL.13).sql
index 72b639dbd4f7..c1426ab384b8 100644
--- a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Ignore(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Ignore(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Table"
diff --git a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Existing(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Existing(PostgreSQL.13).sql
index 1a639ddfabd8..82f83773b428 100644
--- a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Existing(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Existing(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Table"
(
@@ -7,7 +7,7 @@ CREATE TABLE "Table"
CONSTRAINT "PK_Table" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "Table"
diff --git a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Fail(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Fail(PostgreSQL.13).sql
index cc06ca0badc8..00555314d1e5 100644
--- a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Fail(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Fail(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "Table"
diff --git a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Ignore(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Ignore(PostgreSQL.13).sql
index 72b639dbd4f7..c1426ab384b8 100644
--- a/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Ignore(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Ignore(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Table"
diff --git a/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertDynamicColumns(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertDynamicColumns(PostgreSQL.13).sql
index 9a3f0ad4a5d4..60b81a79d559 100644
--- a/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertDynamicColumns(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertDynamicColumns(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -13,7 +13,7 @@ VALUES
'M'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertViaSqlProperty(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertViaSqlProperty(PostgreSQL.13).sql
index 72e5d26ec832..8c2160b3b52c 100644
--- a/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertViaSqlProperty(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertViaSqlProperty(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
diff --git a/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateDynamicColumn(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateDynamicColumn(PostgreSQL.13).sql
index 85ef2b8fcb8b..f9bfa8484c5a 100644
--- a/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateDynamicColumn(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateDynamicColumn(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -13,7 +13,7 @@ VALUES
'M'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."LastName" = 'Limonadovy'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Person"
@@ -31,7 +31,7 @@ SET
WHERE
"Person"."LastName" = 'Limonadovy'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlProperty(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlProperty(PostgreSQL.13).sql
index 9e906ddfd24c..e2767ed0424c 100644
--- a/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlProperty(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlProperty(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -41,7 +41,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlPropertyValue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlPropertyValue(PostgreSQL.13).sql
index f6bf1c11997d..f4ce255bbe9c 100644
--- a/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlPropertyValue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlPropertyValue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ChildID Integer -- Int32
SET @ChildID = 5000
DECLARE @id Integer -- Int32
@@ -43,7 +43,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.AsValueInsertableTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.AsValueInsertableTest(PostgreSQL.13).sql
index ef7c8af667c0..e00742e5450f 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.AsValueInsertableTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.AsValueInsertableTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 123
DECLARE @FirstName Text(4) -- String
@@ -15,7 +15,7 @@ VALUES
:FirstName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.13).sql
new file mode 100644
index 000000000000..ef5518cff769
--- /dev/null
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.13).sql
@@ -0,0 +1,34 @@
+-- PostgreSQL.13 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
+-- PostgreSQL.13 PostgreSQL
+
+INSERT INTO "LinqDataTypes"
+(
+ "ID",
+ "GuidValue",
+ "BoolValue"
+)
+SELECT
+ Floor(t2."Value_1" + 1001)::Int,
+ gen_random_uuid(),
+ True
+FROM
+ (
+ SELECT DISTINCT
+ Floor(t1."ID"::Float / 3) as "Value_1"
+ FROM
+ "LinqDataTypes" t1
+ ) t2
+
+-- PostgreSQL.13 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.13).sql
new file mode 100644
index 000000000000..ef5518cff769
--- /dev/null
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.13).sql
@@ -0,0 +1,34 @@
+-- PostgreSQL.13 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
+-- PostgreSQL.13 PostgreSQL
+
+INSERT INTO "LinqDataTypes"
+(
+ "ID",
+ "GuidValue",
+ "BoolValue"
+)
+SELECT
+ Floor(t2."Value_1" + 1001)::Int,
+ gen_random_uuid(),
+ True
+FROM
+ (
+ SELECT DISTINCT
+ Floor(t1."ID"::Float / 3) as "Value_1"
+ FROM
+ "LinqDataTypes" t1
+ ) t2
+
+-- PostgreSQL.13 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert1(PostgreSQL.13).sql
index 18a89bbf92c7..f3122ac479d7 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert1(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -20,7 +20,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -31,7 +31,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert11(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert11(PostgreSQL.13).sql
index 3f6b5ec7cdf4..79455f79751b 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert11(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert11(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."PersonID")
FROM
"Person" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(2) -- String
@@ -30,7 +30,7 @@ VALUES
:Name_LastName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 4
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert12(PostgreSQL.13).sql
index ede5863abbee..fc92ed00bacd 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(9) -- String
SET @FirstName = 'FirstName'
DECLARE @Gender Text(1) -- String
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert13(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert13(PostgreSQL.13).sql
index 88c5114c9a01..8d2e4499005c 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert13(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert13(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert14(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert14(PostgreSQL.13).sql
index 0f3b649ec6a9..34cc82682afd 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert14(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert14(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" p
WHERE
p."FirstName" LIKE 'Insert14%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -27,7 +27,7 @@ VALUES
'M'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -36,7 +36,7 @@ FROM
WHERE
p."FirstName" LIKE 'Insert14%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" p
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert15(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert15(PostgreSQL.13).sql
index 8bfc31d463c9..3c04b0a95014 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert15(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert15(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."FirstName" LIKE 'Insert15%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(8) -- String
@@ -30,7 +30,7 @@ VALUES
:Name_LastName
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -39,7 +39,7 @@ FROM
WHERE
t1."FirstName" LIKE 'Insert15%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert16(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert16(PostgreSQL.13).sql
index f8c2c5015a4b..745eaf87b3db 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert16(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert16(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."FirstName" LIKE 'Insert16%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @name Integer -- Int32
SET @name = 8
DECLARE @idx Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
'M'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
t1."FirstName" LIKE 'Insert16%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2(PostgreSQL.13).sql
index 18a89bbf92c7..f3122ac479d7 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -20,7 +20,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -31,7 +31,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2Async(PostgreSQL.13).sql
index 18a89bbf92c7..f3122ac479d7 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2Async(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -20,7 +20,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -31,7 +31,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3(PostgreSQL.13).sql
index 95a321c90c75..b5d2e191bce0 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert31(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert31(PostgreSQL.13).sql
index 95a321c90c75..b5d2e191bce0 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert31(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert31(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3Async(PostgreSQL.13).sql
index 95a321c90c75..b5d2e191bce0 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3Async(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4(PostgreSQL.13).sql
index 95a321c90c75..b5d2e191bce0 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4Async(PostgreSQL.13).sql
index 95a321c90c75..b5d2e191bce0 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4Async(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4String(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4String(PostgreSQL.13).sql
index fa33e152f9d5..36d92d9fba33 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4String(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4String(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert5(PostgreSQL.13).sql
index a91a22ffa748..f5fd7b006ae7 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert5(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ChildID Integer -- Int32
SET @ChildID = 1001
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert6(PostgreSQL.13).sql
index 184b1eb959c5..79fe042c41e6 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert6(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
WHERE
p."Value1" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -20,7 +20,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
p."Value1" = 11
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert7(PostgreSQL.13).sql
index 04ceba526599..68114086e274 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert7(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
DECLARE @ParentID Integer -- Int32
@@ -22,7 +22,7 @@ VALUES
:ParentID
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert8(PostgreSQL.13).sql
index 435514be650b..a05b528a0edf 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert8(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1
DECLARE @id Integer -- Int32
@@ -22,7 +22,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert9(PostgreSQL.13).sql
index a67fd84740e2..b40b653e7d5e 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert9(PostgreSQL.13).sql
@@ -1,18 +1,18 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ParentID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
WHERE
p."ParentID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -29,7 +29,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -46,7 +46,7 @@ FROM
WHERE
p."ParentID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -57,14 +57,14 @@ FROM
WHERE
c_1."ParentID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ParentID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray1(PostgreSQL.13).sql
index 63d17ec6e36f..7800acac551a 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray1(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
WHERE
t."ID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -36,7 +36,7 @@ WHERE
t."ID" = 1001
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray2(PostgreSQL.13).sql
index 375586e4974f..eee92b6aa35d 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray2(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
WHERE
t."ID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @arr Bytea -- Binary
SET @arr = NULL
@@ -22,7 +22,7 @@ VALUES
:arr
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -38,7 +38,7 @@ WHERE
t."ID" = 1001
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray3(PostgreSQL.13).sql
index da97620e5c13..7164ce1a6856 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray3(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
WHERE
t."ID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @arr Bytea(4) -- Binary
SET @arr = E'\\x01020304'::bytea
@@ -22,7 +22,7 @@ VALUES
:arr
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -38,7 +38,7 @@ WHERE
t."ID" = 1001
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray4(PostgreSQL.13).sql
index f6f8e5a18aa2..a47a6f317628 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray4(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
WHERE
t."ID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1001
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -42,7 +42,7 @@ VALUES
:SmallIntValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -58,7 +58,7 @@ WHERE
t."ID" = 1001
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableName(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableName(PostgreSQL.13).sql
index 70f9d7ab0ed4..2de3eb8d8e02 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableName(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableName(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -50,7 +50,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -77,14 +77,14 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPerson" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableNameAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableNameAsync(PostgreSQL.13).sql
index 70f9d7ab0ed4..2de3eb8d8e02 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableNameAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableNameAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -50,7 +50,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -77,14 +77,14 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPerson" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConverted(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConverted(PostgreSQL.13).sql
index 6bfb653254d2..a8fb23f2be98 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConverted(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConverted(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" >= 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @tt Bigint -- Int64
SET @tt = 600000000
@@ -20,7 +20,7 @@ VALUES
:tt
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -31,7 +31,7 @@ WHERE
t."ID" = 1001
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConvertedNullable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConvertedNullable(PostgreSQL.13).sql
index 6bfb653254d2..a8fb23f2be98 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConvertedNullable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConvertedNullable(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" >= 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @tt Bigint -- Int64
SET @tt = 600000000
@@ -20,7 +20,7 @@ VALUES
:tt
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -31,7 +31,7 @@ WHERE
t."ID" = 1001
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertDefault(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertDefault(PostgreSQL.13).sql
index 013082ed6006..4e21d2a13ed2 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertDefault(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertDefault(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -15,7 +15,7 @@ VALUES
'M'
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" p
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum1(PostgreSQL.13).sql
index 760051734bf0..bef16b5b0e3a 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum1(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 2
@@ -20,7 +20,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
DECLARE @Value1 Integer -- Int32
@@ -33,7 +33,7 @@ FROM
WHERE
t1."ParentID" = :id AND t1."Value1" = :Value1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum2(PostgreSQL.13).sql
index 1b02a6c1f79e..0f22d25c2580 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum2(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -22,7 +22,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
t1."ParentID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum3(PostgreSQL.13).sql
index 9195d2517d91..5925e6f3ba98 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum3(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -20,7 +20,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -31,7 +31,7 @@ FROM
WHERE
t1."ParentID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit1(PostgreSQL.13).sql
index 15ab437910a0..d0a381c63028 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit2(PostgreSQL.13).sql
index 15ab437910a0..d0a381c63028 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew1(PostgreSQL.13).sql
index 15ab437910a0..d0a381c63028 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew2(PostgreSQL.13).sql
index 15ab437910a0..d0a381c63028 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null1(PostgreSQL.13).sql
index 15ab437910a0..d0a381c63028 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null2(PostgreSQL.13).sql
index 15ab437910a0..d0a381c63028 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr1(PostgreSQL.13).sql
index 15ab437910a0..d0a381c63028 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr2(PostgreSQL.13).sql
index 15ab437910a0..d0a381c63028 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertNull(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertNull(PostgreSQL.13).sql
index 19384cc77961..0845b5473ce7 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertNull(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertNull(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1(PostgreSQL.13).sql
index c7481ea6c966..e0e3d208e9f4 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 5
DECLARE @Diagnosis Text(4) -- String
@@ -44,7 +44,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 5
DECLARE @Diagnosis Text(4) -- String
@@ -63,7 +63,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 5
DECLARE @Diagnosis Text(4) -- String
@@ -82,7 +82,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1Async(PostgreSQL.13).sql
index c7481ea6c966..e0e3d208e9f4 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 5
DECLARE @Diagnosis Text(4) -- String
@@ -44,7 +44,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 5
DECLARE @Diagnosis Text(4) -- String
@@ -63,7 +63,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 5
DECLARE @Diagnosis Text(4) -- String
@@ -82,7 +82,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableName(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableName(PostgreSQL.13).sql
index daedbc07241a..04b59602385b 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableName(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableName(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 1
DECLARE @Diagnosis Text(4) -- String
@@ -17,7 +17,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 2
DECLARE @Diagnosis Text(4) -- String
@@ -36,14 +36,14 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPatient" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 1
DECLARE @Diagnosis Text(4) -- String
@@ -62,7 +62,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 2
DECLARE @Diagnosis Text(4) -- String
@@ -81,7 +81,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableNameAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableNameAsync(PostgreSQL.13).sql
index daedbc07241a..04b59602385b 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableNameAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableNameAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 1
DECLARE @Diagnosis Text(4) -- String
@@ -17,7 +17,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 2
DECLARE @Diagnosis Text(4) -- String
@@ -36,14 +36,14 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPatient" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 1
DECLARE @Diagnosis Text(4) -- String
@@ -62,7 +62,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 2
DECLARE @Diagnosis Text(4) -- String
@@ -81,7 +81,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate1(PostgreSQL.13).sql
index a0e9df5c3c79..7be15db79826 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -44,7 +44,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -63,7 +63,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -82,7 +82,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate2(PostgreSQL.13).sql
index 76d100471f4a..8e66b52d62ad 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'test'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
@@ -41,7 +41,7 @@ VALUES
)
ON CONFLICT ("PersonID") DO NOTHING
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
@@ -53,7 +53,7 @@ FROM
WHERE
p."PersonID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
@@ -69,7 +69,7 @@ VALUES
)
ON CONFLICT ("PersonID") DO NOTHING
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3(PostgreSQL.13).sql
index a0e9df5c3c79..7be15db79826 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -44,7 +44,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -63,7 +63,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -82,7 +82,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3Async(PostgreSQL.13).sql
index a0e9df5c3c79..7be15db79826 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -44,7 +44,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -63,7 +63,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -82,7 +82,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3xAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3xAsync(PostgreSQL.13).sql
index a0e9df5c3c79..7be15db79826 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3xAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3xAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -44,7 +44,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -63,7 +63,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -82,7 +82,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate4(PostgreSQL.13).sql
index a14e8c217ea2..27b11c5e5dc1 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @diagnosis Integer -- Int32
@@ -46,7 +46,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @diagnosis Integer -- Int32
@@ -67,7 +67,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @diagnosis Integer -- Int32
@@ -88,7 +88,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertSingleIdentity(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertSingleIdentity(PostgreSQL.13).sql
index 01f9053d5d3d..d8f520f2c8fd 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertSingleIdentity(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertSingleIdentity(PostgreSQL.13).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TestIdentity" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestIdentity" DEFAULT VALUES
RETURNING
"ID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TestIdentity" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertUnion1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertUnion1(PostgreSQL.13).sql
index a83f28910b6a..a284d612afbe 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertUnion1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertUnion1(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
WHERE
p."ParentID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -30,7 +30,7 @@ FROM
"GrandChild" c_2
) t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -39,7 +39,7 @@ FROM
WHERE
c_1."ParentID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1(PostgreSQL.13).sql
index 5e5fca1c6366..4f1009d56a01 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -22,7 +22,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -36,7 +36,7 @@ WHERE
p."FirstName" = 'John' AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1Async(PostgreSQL.13).sql
index 5e5fca1c6366..4f1009d56a01 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1Async(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -22,7 +22,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -36,7 +36,7 @@ WHERE
p."FirstName" = 'John' AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2(PostgreSQL.13).sql
index 5e5fca1c6366..4f1009d56a01 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -22,7 +22,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -36,7 +36,7 @@ WHERE
p."FirstName" = 'John' AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2Async(PostgreSQL.13).sql
index 5e5fca1c6366..4f1009d56a01 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2Async(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -22,7 +22,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -36,7 +36,7 @@ WHERE
p."FirstName" = 'John' AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity3(PostgreSQL.13).sql
index 910ff3b148e9..09270a7953da 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity3(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -28,7 +28,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -42,7 +42,7 @@ WHERE
p."FirstName" = 'John' AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4(PostgreSQL.13).sql
index 10bb71b11a4f..819f2789725d 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(5) -- String
SET @FirstName = 'John0'
DECLARE @LastName Text(7) -- String
@@ -32,7 +32,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(5) -- String
SET @p = 'John0'
@@ -48,7 +48,7 @@ WHERE
p."FirstName" = :p AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(5) -- String
SET @FirstName = 'John1'
DECLARE @LastName Text(7) -- String
@@ -75,7 +75,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(5) -- String
SET @p = 'John1'
@@ -91,7 +91,7 @@ WHERE
p."FirstName" = :p AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4Async(PostgreSQL.13).sql
index 10bb71b11a4f..819f2789725d 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4Async(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(5) -- String
SET @FirstName = 'John0'
DECLARE @LastName Text(7) -- String
@@ -32,7 +32,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(5) -- String
SET @p = 'John0'
@@ -48,7 +48,7 @@ WHERE
p."FirstName" = :p AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(5) -- String
SET @FirstName = 'John1'
DECLARE @LastName Text(7) -- String
@@ -75,7 +75,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(5) -- String
SET @p = 'John1'
@@ -91,7 +91,7 @@ WHERE
p."FirstName" = :p AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity5(PostgreSQL.13).sql
index 10bb71b11a4f..819f2789725d 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity5(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(5) -- String
SET @FirstName = 'John0'
DECLARE @LastName Text(7) -- String
@@ -32,7 +32,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(5) -- String
SET @p = 'John0'
@@ -48,7 +48,7 @@ WHERE
p."FirstName" = :p AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(5) -- String
SET @FirstName = 'John1'
DECLARE @LastName Text(7) -- String
@@ -75,7 +75,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Text(5) -- String
SET @p = 'John1'
@@ -91,7 +91,7 @@ WHERE
p."FirstName" = :p AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.13,1).sql
index be9f340aa7b9..84eae0e973cc 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -24,7 +24,7 @@ ON CONFLICT (id) DO UPDATE SET
name = :Name,
updated_by = :UpdatedBy
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -35,7 +35,7 @@ FROM
test_insert_or_replace t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -61,7 +61,7 @@ ON CONFLICT (id) DO UPDATE SET
name = :Name,
updated_by = :UpdatedBy
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.13,2).sql
index 3899bc3bb181..a2db3449fa93 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -24,7 +24,7 @@ ON CONFLICT (id) DO UPDATE SET
name = :Name,
updated_by = :UpdatedBy
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -35,7 +35,7 @@ FROM
test_insert_or_replace t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -61,7 +61,7 @@ ON CONFLICT (id) DO UPDATE SET
name = :Name,
updated_by = :UpdatedBy
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.13,3).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.13,3).sql
index 58171caab37f..501e35277a69 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.13,3).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.13,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -24,7 +24,7 @@ ON CONFLICT (id) DO UPDATE SET
name = :Name,
updated_by = :UpdatedBy
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -35,7 +35,7 @@ FROM
test_insert_or_replace t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -61,7 +61,7 @@ ON CONFLICT (id) DO UPDATE SET
name = :Name,
updated_by = :UpdatedBy
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test1(PostgreSQL.13).sql
index d02e8d1acacd..f442b35c659e 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @PageNumber Integer -- Int32
SET @PageNumber = 9
DECLARE @serialNumber Char(11) -- String
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test2(PostgreSQL.13).sql
index cb44dd686293..c42c96f3ac19 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @pageNumber Integer -- Int32
SET @pageNumber = 9
DECLARE @serialNumber Char(11) -- String
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,False,False).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,False,False).sql
index a54844f100b4..80f719339600 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,False,False).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -27,7 +27,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"LastName" = :LastName,
"MiddleName" = :MiddleName
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
@@ -42,7 +42,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -66,7 +66,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"FirstName" = :FirstName,
"LastName" = :LastName
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,False,True).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,False,True).sql
index 13c4be8c91ba..138e239698e7 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,False,True).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -22,7 +22,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"FirstName" = :FirstName,
"LastName" = :LastName
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
@@ -37,7 +37,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -66,7 +66,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"LastName" = :LastName,
"MiddleName" = :MiddleName
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,True,False).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,True,False).sql
index 65d688fc416c..4be9b19e55f3 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,True,False).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -27,7 +27,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"LastName" = :LastName,
"MiddleName" = :MiddleName
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
@@ -42,7 +42,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -71,7 +71,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"LastName" = :LastName,
"MiddleName" = :MiddleName
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,True,True).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,True,True).sql
index 65d688fc416c..4be9b19e55f3 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,True,True).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.13,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -27,7 +27,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"LastName" = :LastName,
"MiddleName" = :MiddleName
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
@@ -42,7 +42,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -71,7 +71,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"LastName" = :LastName,
"MiddleName" = :MiddleName
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.13,False).sql
index 80da85297fa7..c6667853e411 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -19,7 +19,7 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
@@ -35,7 +35,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @newName Text(18) -- String
SET @newName = 'InsertColumnFilter'
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.13,True).sql
index d2ad151076e6..333e51fbc4ea 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
@@ -39,7 +39,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @newName Text(18) -- String
SET @newName = 'InsertColumnFilter'
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.13,False).sql
index fb176143e1e3..c0f823a9162b 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
@@ -39,7 +39,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -58,7 +58,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
@@ -74,7 +74,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @newName Text(18) -- String
SET @newName = 'InsertColumnFilter'
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.13,True).sql
index 051b618111d9..77ade411ab61 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
@@ -39,7 +39,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -61,7 +61,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
@@ -77,7 +77,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @newName Text(18) -- String
SET @newName = 'InsertColumnFilter'
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.13,1).sql
index 75e2ae1a9219..7e20c3afad1c 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.13,2).sql
index 01ff4daed5dc..36a9ccd70bba 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.13,1).sql
index 233a1c753f7e..8043a7026e54 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @Id Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.13,2).sql
index afaff2c1582b..80f9c996e2a0 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @Id Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.13,1).sql
index 233a1c753f7e..8043a7026e54 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @Id Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.13,2).sql
index afaff2c1582b..80f9c996e2a0 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @Id Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.13,1).sql
index 75e2ae1a9219..7e20c3afad1c 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.13,2).sql
index 01ff4daed5dc..36a9ccd70bba 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.13,1).sql
index 75e2ae1a9219..7e20c3afad1c 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.13,2).sql
index 01ff4daed5dc..36a9ccd70bba 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.13,1).sql
index 75e2ae1a9219..7e20c3afad1c 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.13,2).sql
index 01ff4daed5dc..36a9ccd70bba 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.13,100).sql
index 9664978f7cd6..cc2994601ed8 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.13,200).sql
index 54f5eb92bfc2..be1710eb4bb8 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.13,100).sql
index 9664978f7cd6..cc2994601ed8 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.13,200).sql
index 54f5eb92bfc2..be1710eb4bb8 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.13,100).sql
index 6beaf4cbbc6d..c5cfcfe598a7 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.13,200).sql
index 45a7a6e7ecee..0215dcf6ffcc 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.13,100).sql
index 6beaf4cbbc6d..c5cfcfe598a7 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.13,200).sql
index 45a7a6e7ecee..0215dcf6ffcc 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.13,1).sql
index fef9c949d441..a2a40459eb4f 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.13,2).sql
index 2e9624471d75..4f1631ca0e2e 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.13,1).sql
index fef9c949d441..a2a40459eb4f 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.13,2).sql
index 2e9624471d75..4f1631ca0e2e 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.13,1).sql
index 75e2ae1a9219..7e20c3afad1c 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.13,2).sql
index 01ff4daed5dc..36a9ccd70bba 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.13,1).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.13,1).sql
index 75e2ae1a9219..7e20c3afad1c 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.13,1).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.13,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.13,2).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.13,2).sql
index 01ff4daed5dc..36a9ccd70bba 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.13,2).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.13,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.13,100).sql
index 164615ba77c2..40a986822437 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -20,7 +20,7 @@ RETURNING
"DestinationTable"."Id" + 1,
"DestinationTable"."ValueStr" || 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ SELECT
FROM
"DestinationTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id" + 1,
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.13,200).sql
index 20cd9fa1c3a7..283511e44974 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -20,7 +20,7 @@ RETURNING
"DestinationTable"."Id" + 1,
"DestinationTable"."ValueStr" || 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ SELECT
FROM
"DestinationTable" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t."Id" + 1,
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.13,100).sql
index 88db75f2148e..97aab9d34629 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
DECLARE @param Integer -- Int32
@@ -19,7 +19,7 @@ WHERE
RETURNING
"Child"."ChildID" + "Child"."ParentID" + :param
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -30,7 +30,7 @@ FROM
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.13,200).sql
index 2ce9d29d975f..0537e330d787 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
DECLARE @param Integer -- Int32
@@ -19,7 +19,7 @@ WHERE
RETURNING
"Child"."ChildID" + "Child"."ParentID" + :param
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -30,7 +30,7 @@ FROM
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.13,100).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.13,100).sql
index 88db75f2148e..97aab9d34629 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.13,100).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.13,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
DECLARE @param Integer -- Int32
@@ -19,7 +19,7 @@ WHERE
RETURNING
"Child"."ChildID" + "Child"."ParentID" + :param
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -30,7 +30,7 @@ FROM
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.13,200).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.13,200).sql
index 2ce9d29d975f..0537e330d787 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.13,200).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.13,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
DECLARE @param Integer -- Int32
@@ -19,7 +19,7 @@ WHERE
RETURNING
"Child"."ChildID" + "Child"."ParentID" + :param
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -30,7 +30,7 @@ FROM
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3581Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3581Test(PostgreSQL.13).sql
index 856fc8600798..21b62d8eb0cf 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3581Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3581Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(8) -- String
diff --git a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3834(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3834(PostgreSQL.13).sql
index 53ff37e9f01a..0bbd01eb1624 100644
--- a/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3834(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3834(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 123
DECLARE @Nesto Text(5) -- String
diff --git a/PostgreSQL.13/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestAssociationsData(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestAssociationsData(PostgreSQL.13).sql
index 02831847b9e3..73b7998eb443 100644
--- a/PostgreSQL.13/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestAssociationsData(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestAssociationsData(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
@@ -8,7 +8,7 @@ FROM
ORDER BY
t1."PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
@@ -18,7 +18,7 @@ FROM
ORDER BY
t1."PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestDataGenerationTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestDataGenerationTest(PostgreSQL.13).sql
index 03206edaddf4..61510fea5139 100644
--- a/PostgreSQL.13/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestDataGenerationTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestDataGenerationTest(PostgreSQL.13).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TestMerge1" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Field1 Integer -- Int32
@@ -28,7 +28,7 @@ VALUES
:Field4
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Field1 Integer -- Int32
@@ -53,7 +53,7 @@ VALUES
:Field4
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Field1 Integer -- Int32
@@ -78,7 +78,7 @@ VALUES
:Field4
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 4
DECLARE @Field1 Integer -- Int32
@@ -103,12 +103,12 @@ VALUES
:Field4
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TestMerge2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Field1 Integer -- Int32
@@ -133,7 +133,7 @@ VALUES
:Field4
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 4
DECLARE @Field1 Integer -- Int32
@@ -158,7 +158,7 @@ VALUES
:Field4
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 5
DECLARE @Field1 Integer -- Int32
@@ -183,7 +183,7 @@ VALUES
:Field4
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Field1 Integer -- Int32
@@ -208,7 +208,7 @@ VALUES
:Field4
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -222,7 +222,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestMergeTypes(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestMergeTypes(PostgreSQL.13).sql
index 1b7b8a8d7ee7..788e7a6a6386 100644
--- a/PostgreSQL.13/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestMergeTypes(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestMergeTypes(PostgreSQL.13).sql
@@ -1,14 +1,14 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TestMerge1" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"TestMerge2" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @FieldInt32 Integer -- Int32
@@ -93,7 +93,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @FieldInt32 Integer -- Int32
@@ -178,7 +178,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @FieldInt32 Integer -- Int32
@@ -265,7 +265,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 4
DECLARE @FieldInt32 Integer -- Int32
@@ -351,7 +351,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @FieldInt32 Integer -- Int32
@@ -436,7 +436,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 4
DECLARE @FieldInt32 Integer -- Int32
@@ -523,7 +523,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 5
DECLARE @FieldInt32 Integer -- Int32
@@ -608,7 +608,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @FieldInt32 Integer -- Int32
@@ -695,7 +695,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -722,7 +722,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/TempTableTests/Tests.xUpdate.TempTableTests.InsertTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/TempTableTests/Tests.xUpdate.TempTableTests.InsertTest(PostgreSQL.13).sql
index cefcd799894d..76c8411adb7d 100644
--- a/PostgreSQL.13/Tests/xUpdate/TempTableTests/Tests.xUpdate.TempTableTests.InsertTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/TempTableTests/Tests.xUpdate.TempTableTests.InsertTest(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Table2"
(
@@ -9,7 +9,7 @@ SELECT
FROM
"Table1" t
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.13/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityNoResetTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityNoResetTest(PostgreSQL.13).sql
index 831f1b72cfe1..d76b7c74f04c 100644
--- a/PostgreSQL.13/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityNoResetTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityNoResetTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
TRUNCATE TABLE test_temp CONTINUE IDENTITY
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_temp
(
@@ -13,7 +13,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_temp
(
@@ -24,7 +24,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
@@ -37,11 +37,11 @@ ORDER BY
t1."ID"
LIMIT 2 OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
TRUNCATE TABLE test_temp CONTINUE IDENTITY
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_temp
(
@@ -52,7 +52,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO test_temp
(
@@ -63,7 +63,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityTest(PostgreSQL.13).sql
index 9622e8b64f92..880ffeef8f04 100644
--- a/PostgreSQL.13/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestIdTrun"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "TestIdTrun"
(
@@ -12,7 +12,7 @@ CREATE TABLE "TestIdTrun"
CONSTRAINT "PK_TestIdTrun" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestIdTrun"
(
@@ -23,7 +23,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestIdTrun"
(
@@ -34,7 +34,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
@@ -47,11 +47,11 @@ ORDER BY
t1."ID"
LIMIT 2 OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
TRUNCATE TABLE "TestIdTrun" RESTART IDENTITY
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestIdTrun"
(
@@ -62,7 +62,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "TestIdTrun"
(
@@ -73,7 +73,7 @@ VALUES
1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
@@ -86,7 +86,7 @@ ORDER BY
t1."ID"
LIMIT 2 OFFSET :skip
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "TestIdTrun"
diff --git a/PostgreSQL.13/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateTableTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateTableTest(PostgreSQL.13).sql
index ffbce49535af..489f32234fc0 100644
--- a/PostgreSQL.13/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateTableTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateTableTest(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTrun"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "TestTrun"
(
@@ -12,11 +12,11 @@ CREATE TABLE "TestTrun"
CONSTRAINT "PK_TestTrun" PRIMARY KEY ("ID")
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
TRUNCATE TABLE "TestTrun"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "TestTrun"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330Test(PostgreSQL.13).sql
index 1bdeea2fa89b..1720e01e9b59 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330TestOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330TestOld(PostgreSQL.13).sql
index 1bdeea2fa89b..1720e01e9b59 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330TestOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330TestOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2815Test2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2815Test2(PostgreSQL.13).sql
index b3343983b6e7..b99fdacee5f2 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2815Test2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2815Test2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Issue2815Table1"
@@ -21,7 +21,7 @@ WHERE
ext."NOT_HANDLED" = 2 AND ext."TRANS_CHANNEL" IS NULL AND
"Issue2815Table1"."Id" = ext."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociation(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociation(PostgreSQL.13).sql
index 45a6271b31e5..58d708dd11cd 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociation(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociation(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"UpdatedEntities"
@@ -9,7 +9,7 @@ FROM
WHERE
"a_Relation"."RelatedValue1" = 11 AND "UpdatedEntities"."RelationId" = "a_Relation".id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v."Value1"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationAsUpdatable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationAsUpdatable(PostgreSQL.13).sql
index 45a6271b31e5..58d708dd11cd 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationAsUpdatable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationAsUpdatable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"UpdatedEntities"
@@ -9,7 +9,7 @@ FROM
WHERE
"a_Relation"."RelatedValue1" = 11 AND "UpdatedEntities"."RelationId" = "a_Relation".id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v."Value1"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimple(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimple(PostgreSQL.13).sql
index 9a347da3783c..75ab817720e0 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimple(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimple(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"UpdatedEntities"
@@ -11,7 +11,7 @@ FROM
WHERE
"a_Relation"."RelatedValue1" = 11 AND "UpdatedEntities"."RelationId" = "a_Relation".id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v."Value1",
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimpleAsUpdatable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimpleAsUpdatable(PostgreSQL.13).sql
index 9a347da3783c..75ab817720e0 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimpleAsUpdatable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimpleAsUpdatable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"UpdatedEntities"
@@ -11,7 +11,7 @@ FROM
WHERE
"a_Relation"."RelatedValue1" = 11 AND "UpdatedEntities"."RelationId" = "a_Relation".id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v."Value1",
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoin(PostgreSQL.13).sql
index 069598ef8cb8..19e48cc684ec 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @int1 Integer -- Int32
SET @int1 = 11
DECLARE @int2 Integer -- Int32
@@ -19,7 +19,7 @@ FROM
WHERE
t.id <> :someId AND t.id = "UpdatedEntities".id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v.id,
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkip(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkip(PostgreSQL.13).sql
index e5a1c18e0121..658473dc0de5 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkip(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkip(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @int1 Integer -- Int32
SET @int1 = 11
DECLARE @int2 Integer -- Int32
@@ -35,7 +35,7 @@ FROM
WHERE
"UpdatedEntities".id = t1.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v.id,
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkipTake(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkipTake(PostgreSQL.13).sql
index 9546a5f108fa..ca018ef5b36d 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkipTake(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkipTake(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @int1 Integer -- Int32
SET @int1 = 11
DECLARE @int2 Integer -- Int32
@@ -37,7 +37,7 @@ FROM
WHERE
"UpdatedEntities".id = t1.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v.id,
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinTake(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinTake(PostgreSQL.13).sql
index fba23e78ccc0..13ad396bbcba 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinTake(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinTake(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @int1 Integer -- Int32
SET @int1 = 11
DECLARE @int2 Integer -- Int32
@@ -33,7 +33,7 @@ FROM
WHERE
"UpdatedEntities".id = t1.id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v.id,
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhere(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhere(PostgreSQL.13).sql
index 515bab2558dd..1166c5df67af 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhere(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhere(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @int1 Integer -- Int32
SET @int1 = 11
DECLARE @int2 Integer -- Int32
@@ -19,7 +19,7 @@ FROM
WHERE
t.id = "UpdatedEntities".id AND t.id <> :someId
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v.id,
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhereOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhereOld(PostgreSQL.13).sql
index 515bab2558dd..1166c5df67af 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhereOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhereOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @int1 Integer -- Int32
SET @int1 = 11
DECLARE @int2 Integer -- Int32
@@ -19,7 +19,7 @@ FROM
WHERE
t.id = "UpdatedEntities".id AND t.id <> :someId
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
v.id,
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableDuplicate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableDuplicate(PostgreSQL.13).sql
index ca12846ace37..3f4f5a8d8478 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableDuplicate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableDuplicate(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -20,7 +20,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -31,7 +31,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -48,7 +48,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1003
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableTest(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableTest(PostgreSQL.13).sql
index 726b17523327..c43f2fb669b0 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableTest(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableTest(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -20,7 +20,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -31,7 +31,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -48,7 +48,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Issue4136Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Issue4136Test(PostgreSQL.13).sql
index 6ced9c440437..bdb29aa88a20 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Issue4136Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Issue4136Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.SetWithTernaryOperatorIssue(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.SetWithTernaryOperatorIssue(PostgreSQL.13).sql
index 8e5584c186d6..515db8c07bb7 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.SetWithTernaryOperatorIssue(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.SetWithTernaryOperatorIssue(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(13) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @nullableGender Text(1) -- String
SET @nullableGender = 'O'
@@ -36,7 +36,7 @@ SET
WHERE
"Person"."FirstName" LIKE 'UpdateComplex%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching1(PostgreSQL.13).sql
index b32d60d781f9..1e4dcabd9c92 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Uuid -- Guid
SET @Value1 = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
DECLARE @id Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -23,7 +23,7 @@ WHERE
t1."Id" = :id
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Uuid -- Guid
SET @Value1 = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
DECLARE @id Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching2(PostgreSQL.13).sql
index 5961b89bc34d..649f93870f11 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value2 Integer -- Int32
SET @Value2 = 11
DECLARE @id Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -23,7 +23,7 @@ WHERE
t1."Id" = :id
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value2 Integer -- Int32
SET @Value2 = 12
DECLARE @id Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching3(PostgreSQL.13).sql
index 6edf99d66c8a..1824c3631c51 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value3 Integer -- Int32
SET @Value3 = 7
DECLARE @id Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -23,7 +23,7 @@ WHERE
t1."Id" = :id
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value3 Integer -- Int32
SET @Value3 = 8
DECLARE @id Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching4(PostgreSQL.13).sql
index 09c5c5dc8441..0380de95a5a0 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value4 Uuid -- Guid
SET @Value4 = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
DECLARE @id Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -23,7 +23,7 @@ WHERE
t1."Id" = :id
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value4 Uuid -- Guid
SET @Value4 = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
DECLARE @id Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching5(PostgreSQL.13).sql
index 26fc8522160c..0c6b263d42fc 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value5 Integer -- Int32
SET @Value5 = 11
DECLARE @id Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -23,7 +23,7 @@ WHERE
t1."Id" = :id
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value5 Integer -- Int32
SET @Value5 = 12
DECLARE @id Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching6(PostgreSQL.13).sql
index a301d60f1647..513f14f66e4f 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value6 Integer -- Int32
SET @Value6 = 7
DECLARE @id Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -23,7 +23,7 @@ WHERE
t1."Id" = :id
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value6 Integer -- Int32
SET @Value6 = 8
DECLARE @id Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoin(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoin(PostgreSQL.13).sql
index 6f2e616c9579..7c8ccce41a58 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoin(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoin(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
gt_s_one
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTable(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTable(PostgreSQL.13).sql
index c66536cb5ef5..7fcdb0428cc8 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTable(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTable(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
gt_s_one_target
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTableOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTableOld(PostgreSQL.13).sql
index c66536cb5ef5..7fcdb0428cc8 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTableOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTableOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
gt_s_one_target
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinOld(PostgreSQL.13).sql
index 6f2e616c9579..7c8ccce41a58 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
gt_s_one
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeNotOrdered(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeNotOrdered(PostgreSQL.13).sql
index 9c530616ddac..8589a7c07ae9 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeNotOrdered(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeNotOrdered(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1002
DECLARE @Value1 Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1003
DECLARE @Value1 Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1004
DECLARE @Value1 Integer -- Int32
@@ -83,7 +83,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1005
DECLARE @Value1 Integer -- Int32
@@ -100,7 +100,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1006
DECLARE @Value1 Integer -- Int32
@@ -117,7 +117,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1007
DECLARE @Value1 Integer -- Int32
@@ -134,7 +134,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1008
DECLARE @Value1 Integer -- Int32
@@ -151,7 +151,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1009
DECLARE @Value1 Integer -- Int32
@@ -168,7 +168,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeOrdered(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeOrdered(PostgreSQL.13).sql
index ee13cd9890c0..bd17958bc10c 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeOrdered(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeOrdered(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1002
DECLARE @Value1 Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1003
DECLARE @Value1 Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1004
DECLARE @Value1 Integer -- Int32
@@ -83,7 +83,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1005
DECLARE @Value1 Integer -- Int32
@@ -100,7 +100,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1006
DECLARE @Value1 Integer -- Int32
@@ -117,7 +117,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1007
DECLARE @Value1 Integer -- Int32
@@ -134,7 +134,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1008
DECLARE @Value1 Integer -- Int32
@@ -151,7 +151,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1009
DECLARE @Value1 Integer -- Int32
@@ -168,7 +168,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -194,7 +194,7 @@ FROM
WHERE
"Parent"."ParentID" = t1."ParentID" AND ("Parent"."Value1" = t1."Value1" OR "Parent"."Value1" IS NULL AND t1."Value1" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Value1"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeNotOrdered(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeNotOrdered(PostgreSQL.13).sql
index 23eed46b2f90..bea77c49a5ab 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeNotOrdered(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeNotOrdered(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1002
DECLARE @Value1 Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1003
DECLARE @Value1 Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1004
DECLARE @Value1 Integer -- Int32
@@ -83,7 +83,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1005
DECLARE @Value1 Integer -- Int32
@@ -100,7 +100,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1006
DECLARE @Value1 Integer -- Int32
@@ -117,7 +117,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1007
DECLARE @Value1 Integer -- Int32
@@ -134,7 +134,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1008
DECLARE @Value1 Integer -- Int32
@@ -151,7 +151,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1009
DECLARE @Value1 Integer -- Int32
@@ -168,7 +168,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeOrdered(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeOrdered(PostgreSQL.13).sql
index fdee7ef5a354..76cc53078dd0 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeOrdered(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeOrdered(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1002
DECLARE @Value1 Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1003
DECLARE @Value1 Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1004
DECLARE @Value1 Integer -- Int32
@@ -83,7 +83,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1005
DECLARE @Value1 Integer -- Int32
@@ -100,7 +100,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1006
DECLARE @Value1 Integer -- Int32
@@ -117,7 +117,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1007
DECLARE @Value1 Integer -- Int32
@@ -134,7 +134,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1008
DECLARE @Value1 Integer -- Int32
@@ -151,7 +151,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1009
DECLARE @Value1 Integer -- Int32
@@ -168,7 +168,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
@@ -192,7 +192,7 @@ FROM
WHERE
"Parent"."ParentID" = t1."ParentID" AND ("Parent"."Value1" = t1."Value1" OR "Parent"."Value1" IS NULL AND t1."Value1" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
r."Value1"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.13,False).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.13,False).sql
index e8a141176288..25919cb79cc5 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.13,False).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.13,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
@@ -39,7 +39,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
DECLARE @LastName Text(8) -- String
@@ -58,7 +58,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.13,True).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.13,True).sql
index 7019d290f074..f64f95f42c4c 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.13,True).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.13,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
@@ -39,7 +39,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
DECLARE @LastName Text(8) -- String
@@ -61,7 +61,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter2(PostgreSQL.13).sql
index ec1f713fa4b8..98e0bd4c2f9b 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'UpdateColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'UpdateColumnFilter'
@@ -39,7 +39,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
DECLARE @ID Integer -- Int32
@@ -52,7 +52,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
@@ -68,7 +68,7 @@ WHERE
x."PersonID" = :ID
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
DECLARE @LastName Text(25) -- String
@@ -90,7 +90,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1(PostgreSQL.13).sql
index 67515b1ddf87..bd04af4aafb6 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -26,7 +26,7 @@ FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -37,7 +37,7 @@ SET
WHERE
"Parent"."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10(PostgreSQL.13).sql
index e0d1876d33ee..e0dfeb5d504f 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -43,7 +43,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10Old(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10Old(PostgreSQL.13).sql
index e0d1876d33ee..e0dfeb5d504f 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10Old(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10Old(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -43,7 +43,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12(PostgreSQL.13).sql
index 1db4d7429c0e..66c997349eb0 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12Async(PostgreSQL.13).sql
index 1db4d7429c0e..66c997349eb0 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update13(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update13(PostgreSQL.13).sql
index 728151ebbb5b..0f04bc7ae9d3 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update13(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update13(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update14(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update14(PostgreSQL.13).sql
index f7d595e94fea..ba5b67ce2862 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update14(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update14(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(8) -- String
SET @FirstName = 'Update14'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @name Integer -- Int32
SET @name = 8
DECLARE @idx Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"Person"."FirstName" LIKE 'Update14%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1Async(PostgreSQL.13).sql
index 67515b1ddf87..bd04af4aafb6 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -26,7 +26,7 @@ FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -37,7 +37,7 @@ SET
WHERE
"Parent"."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2(PostgreSQL.13).sql
index 67515b1ddf87..bd04af4aafb6 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -26,7 +26,7 @@ FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -37,7 +37,7 @@ SET
WHERE
"Parent"."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2Async(PostgreSQL.13).sql
index 67515b1ddf87..bd04af4aafb6 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -26,7 +26,7 @@ FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -37,7 +37,7 @@ SET
WHERE
"Parent"."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update3(PostgreSQL.13).sql
index 9e906ddfd24c..e2767ed0424c 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -41,7 +41,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4(PostgreSQL.13).sql
index 9e906ddfd24c..e2767ed0424c 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -41,7 +41,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4Async(PostgreSQL.13).sql
index 9e906ddfd24c..e2767ed0424c 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -41,7 +41,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4String(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4String(PostgreSQL.13).sql
index cf3879076e66..e852db62b36d 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4String(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4String(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update5(PostgreSQL.13).sql
index e1787e1a1c8c..67bb1930fb1b 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ChildID Integer -- Int32
SET @ChildID = 1002
DECLARE @id Integer -- Int32
@@ -43,7 +43,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update6(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update6(PostgreSQL.13).sql
index e11b611fafcf..80f85da910c9 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update6(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update6(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -26,7 +26,7 @@ FROM
WHERE
p."ParentID" = :id AND p."Value1" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -37,7 +37,7 @@ SET
WHERE
"Parent"."ParentID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update7(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update7(PostgreSQL.13).sql
index 4e8982134aaf..8bdcc9b46ad2 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update7(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update7(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -26,7 +26,7 @@ FROM
WHERE
p."ParentID" = :id AND p."Value1" = 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 2
DECLARE @id Integer -- Int32
@@ -39,7 +39,7 @@ SET
WHERE
"Parent"."ParentID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -50,7 +50,7 @@ FROM
WHERE
p."ParentID" = :id AND p."Value1" = 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 3
DECLARE @id Integer -- Int32
@@ -63,7 +63,7 @@ SET
WHERE
"Parent"."ParentID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update8(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update8(PostgreSQL.13).sql
index d2ce013bd77a..5435315e5327 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update8(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update8(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 1002
DECLARE @ParentID Integer -- Int32
@@ -28,7 +28,7 @@ SET
WHERE
"Parent"."ParentID" = :ParentID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9(PostgreSQL.13).sql
index 5dd3d42061e7..1e908e5bfd91 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -43,7 +43,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9Old(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9Old(PostgreSQL.13).sql
index 5dd3d42061e7..1e908e5bfd91 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9Old(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9Old(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -43,7 +43,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1(PostgreSQL.13).sql
index 602a00fcf61b..5ebd673bf82a 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Async(PostgreSQL.13).sql
index 602a00fcf61b..5ebd673bf82a 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1AsyncOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1AsyncOld(PostgreSQL.13).sql
index 602a00fcf61b..5ebd673bf82a 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1AsyncOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1AsyncOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Old(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Old(PostgreSQL.13).sql
index 602a00fcf61b..5ebd673bf82a 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Old(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Old(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation2(PostgreSQL.13).sql
index 602a00fcf61b..5ebd673bf82a 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation3(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation3(PostgreSQL.13).sql
index d9604bd7c7d8..f386800e51fa 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation3(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation3(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation4(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation4(PostgreSQL.13).sql
index 4a7948511efa..092e2a7112e5 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation4(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation4(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation5(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation5(PostgreSQL.13).sql
index 83c79d8c2b51..2083689daaa8 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation5(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation5(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Optional(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Optional(PostgreSQL.13).sql
index e3a4fc317916..288901e7d95c 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Optional(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Optional(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -11,7 +11,7 @@ FROM
WHERE
p."Id" = :id AND p."Id" = "MainTable"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Required(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Required(PostgreSQL.13).sql
index e3a4fc317916..288901e7d95c 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Required(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Required(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -11,7 +11,7 @@ FROM
WHERE
p."Id" = :id AND p."Id" = "MainTable"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationOptional(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationOptional(PostgreSQL.13).sql
index 5adb126bd804..56444c98be93 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationOptional(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationOptional(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -12,7 +12,7 @@ FROM
WHERE
t1."Id" = :id AND "a_AssociatedOptional"."Id" = "MainTable"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationRequired(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationRequired(PostgreSQL.13).sql
index 4be346e031ef..ef8523a7f26e 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationRequired(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationRequired(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -12,7 +12,7 @@ FROM
WHERE
t1."Id" = :id AND "a_AssociatedRequired"."Id" = "MainTable"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableName(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableName(PostgreSQL.13).sql
index 19a98d9b66c7..9a69266609e1 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableName(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableName(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -23,14 +23,14 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPerson" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -42,7 +42,7 @@ FROM
"xxPerson" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -64,7 +64,7 @@ SET
WHERE
"xxPerson"."PersonID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableNameAsync(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableNameAsync(PostgreSQL.13).sql
index 19a98d9b66c7..9a69266609e1 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableNameAsync(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableNameAsync(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -23,14 +23,14 @@ VALUES
:Gender
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPerson" t1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -42,7 +42,7 @@ FROM
"xxPerson" t1
LIMIT 2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -64,7 +64,7 @@ SET
WHERE
"xxPerson"."PersonID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1(PostgreSQL.13).sql
index 515c27e928f9..bd65c51b0993 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(13) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
@@ -41,7 +41,7 @@ WHERE
t1."PersonID" = :id
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(13) -- String
@@ -63,7 +63,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1Async(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1Async(PostgreSQL.13).sql
index 515c27e928f9..bd65c51b0993 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1Async(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1Async(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(13) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
@@ -41,7 +41,7 @@ WHERE
t1."PersonID" = :id
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(13) -- String
@@ -63,7 +63,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex2(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex2(PostgreSQL.13).sql
index 6e60424116ca..4f8cb787c650 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex2(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex2(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(13) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Person"
@@ -34,7 +34,7 @@ SET
WHERE
"Person"."FirstName" LIKE 'UpdateComplex%' ESCAPE '~'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue319Regression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue319Regression(PostgreSQL.13).sql
index 59c3f80d3d13..95cd3a610ecc 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue319Regression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue319Regression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 100500
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 100500
@@ -27,7 +27,7 @@ WHERE
p."ParentID" = :id
LIMIT 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 100500
DECLARE @id Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue321Regression(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue321Regression(PostgreSQL.13).sql
index fecf28c3cafa..c269928c0d08 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue321Regression(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue321Regression(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 100500
DECLARE @MoneyValue Numeric(4, 0) -- Decimal
@@ -47,7 +47,7 @@ VALUES
:StringValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value2 Numeric(5, 0) -- Decimal
SET @value2 = 13621
DECLARE @id Integer -- Int32
@@ -60,7 +60,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 100500
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateMultipleColumns(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateMultipleColumns(PostgreSQL.13).sql
index 89c8f928b7bf..bb988c4486e4 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateMultipleColumns(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateMultipleColumns(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1001
DECLARE @MoneyValue Numeric(4, 0) -- Decimal
@@ -19,7 +19,7 @@ VALUES
:SmallIntValue
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1001
@@ -31,7 +31,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :ID
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1001
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateNullablePrimaryKey(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateNullablePrimaryKey(PostgreSQL.13).sql
index 4e09422fdd12..e68c66b350bc 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateNullablePrimaryKey(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateNullablePrimaryKey(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @GrandChildID Integer -- Int32
SET @GrandChildID = 1000
DECLARE @ParentID Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"GrandChild"."ParentID" = :ParentID AND "GrandChild"."ChildID" IS NULL
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @GrandChildID Integer -- Int32
SET @GrandChildID = 1000
DECLARE @ParentID Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSetSelect(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSetSelect(PostgreSQL.13).sql
index 5789a447bfa5..96b5f4299700 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSetSelect(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSetSelect(PostgreSQL.13).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" > 1000
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
@@ -19,7 +19,7 @@ WHERE
p."ParentID" = 1 AND "Parent"."ParentID" = p."ParentID" AND
("Parent"."Value1" = p."Value1" OR "Parent"."Value1" IS NULL AND p."Value1" IS NULL)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSimilarNames(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSimilarNames(PostgreSQL.13).sql
index e3c5598ed866..4751a98365e9 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSimilarNames(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSimilarNames(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 20000
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateTop(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateTop(PostgreSQL.13).sql
index 41e150e855f8..b07bcd125a73 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateTop(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateTop(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1002
DECLARE @Value1 Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1003
DECLARE @Value1 Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1004
DECLARE @Value1 Integer -- Int32
@@ -83,7 +83,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1005
DECLARE @Value1 Integer -- Int32
@@ -100,7 +100,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1006
DECLARE @Value1 Integer -- Int32
@@ -117,7 +117,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1007
DECLARE @Value1 Integer -- Int32
@@ -134,7 +134,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1008
DECLARE @Value1 Integer -- Int32
@@ -151,7 +151,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1009
DECLARE @Value1 Integer -- Int32
@@ -168,7 +168,7 @@ VALUES
:Value1
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 1
DECLARE @take Integer -- Int32
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateWithTypeConversion(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateWithTypeConversion(PostgreSQL.13).sql
index b845f7d0627f..1726d9865c5c 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateWithTypeConversion(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateWithTypeConversion(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1001
@@ -15,7 +15,7 @@ VALUES
200
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -27,7 +27,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -39,7 +39,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :id
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue3697Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue3697Test(PostgreSQL.13).sql
index 03ac7f6f7b96..57101540a920 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue3697Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue3697Test(PostgreSQL.13).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Test3697" DEFAULT VALUES
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Test3697Item"
@@ -15,7 +15,7 @@ WHERE
RETURNING
"Test3697Item"."Id"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Test3697Item"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4193Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4193Test(PostgreSQL.13).sql
index 98796d96893e..e0ac0c1d5315 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4193Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4193Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Issue4193Salary"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4253Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4253Test(PostgreSQL.13).sql
index 0cfedda5c100..2a9f77bb041c 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4253Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4253Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"Issue4193Person"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4414Test(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4414Test(PostgreSQL.13).sql
index caf1db4f5c34..897864320b4e 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4414Test(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4414Test(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql
index 33a3ead222e1..27b4225194ce 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.13).sql
index 005c8db1dba4..959aa03fe3cc 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql
index eec364ec8e80..b4b4a3430194 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql
index 33a3ead222e1..27b4225194ce 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.13).sql
index 005c8db1dba4..959aa03fe3cc 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql
index eec364ec8e80..b4b4a3430194 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql
index 33a3ead222e1..27b4225194ce 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.13).sql
index 005c8db1dba4..959aa03fe3cc 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql
index eec364ec8e80..b4b4a3430194 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql
index 33a3ead222e1..27b4225194ce 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.13).sql
index 005c8db1dba4..959aa03fe3cc 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql
index 71d36a8e88dd..53c2c182c889 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql
index 898c53efef35..e058bc51ca82 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.13).sql
index 19ae2d1480a9..d02e71514647 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql
index 898c53efef35..e058bc51ca82 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.13).sql
index 19ae2d1480a9..d02e71514647 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql
index 898c53efef35..e058bc51ca82 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.13).sql
index 19ae2d1480a9..d02e71514647 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql
index 898c53efef35..e058bc51ca82 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOld(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.13).sql b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.13).sql
index 19ae2d1480a9..d02e71514647 100644
--- a/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.13).sql
+++ b/PostgreSQL.13/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.13/a_CreateData/a_CreateData.CreateDatabase(PostgreSQL.13).sql b/PostgreSQL.13/a_CreateData/a_CreateData.CreateDatabase(PostgreSQL.13).sql
index fa55ebc8bd48..61802cac2761 100644
--- a/PostgreSQL.13/a_CreateData/a_CreateData.CreateDatabase(PostgreSQL.13).sql
+++ b/PostgreSQL.13/a_CreateData/a_CreateData.CreateDatabase(PostgreSQL.13).sql
@@ -1,28 +1,28 @@
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Doctor"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Patient"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP FUNCTION IF EXISTS "TestTableFunctionSchema"()
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP MATERIALIZED VIEW IF EXISTS "Issue2023"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Person"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "InheritanceParent"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "InheritanceParent"
(
@@ -31,11 +31,11 @@ CREATE TABLE "InheritanceParent"
"Name" VARCHAR(50) NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "InheritanceChild"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "InheritanceChild"
(
@@ -45,7 +45,7 @@ CREATE TABLE "InheritanceChild"
"Name" VARCHAR(50) NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Person"
(
@@ -57,28 +57,28 @@ CREATE TABLE "Person"
"Gender" CHAR(1) NOT NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
COMMENT ON TABLE "Person" IS 'This is the Person table';
COMMENT ON COLUMN "Person"."PersonID" IS 'This is the Person.PersonID column';
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Person" ("FirstName", "LastName", "Gender") VALUES ('John', 'Pupkin', 'M')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Person" ("FirstName", "LastName", "Gender") VALUES ('Tester', 'Testerson', 'M')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Person" ("FirstName", "LastName", "Gender") VALUES ('Jane', 'Doe', 'F')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Person" ("FirstName", "LastName", "MiddleName", "Gender") VALUES ('Jürgen', 'König', 'Ko', 'M')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
-- Doctor Table Extension
@@ -88,11 +88,11 @@ CREATE TABLE "Doctor"
"Taxonomy" VARCHAR(50) NOT NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Doctor" ("PersonID", "Taxonomy") VALUES (1, 'Psychiatry')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
-- Patient Table Extension
@@ -102,11 +102,11 @@ CREATE TABLE "Patient"
"Diagnosis" VARCHAR(256) NOT NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Patient" ("PersonID", "Diagnosis") VALUES (2, 'Hallucination with Paranoid Bugs'' Delirium of Persecution')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION reverse(text) RETURNS text
AS $_$
@@ -123,35 +123,35 @@ RETURN reverse_str;
END;$_$
LANGUAGE plpgsql IMMUTABLE;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Parent"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Child"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "GrandChild"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Parent" ("ParentID" int, "Value1" int)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "Child" ("ParentID" int, "ChildID" int)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "GrandChild" ("ParentID" int, "ChildID" int, "GrandChildID" int)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "LinqDataTypes"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "LinqDataTypes"
(
@@ -168,18 +168,18 @@ CREATE TABLE "LinqDataTypes"
"StringValue" varchar(50) NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "GetParentByID"(id int)
RETURNS TABLE ("ParentID" int, "Value1" int)
AS $$ SELECT * FROM "Parent" WHERE "ParentID" = $1 $$
LANGUAGE SQL;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS entity
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE entity
(
@@ -187,7 +187,7 @@ CREATE TABLE entity
CONSTRAINT entity_name_key UNIQUE (the_name)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION add_if_not_exists(p_name character varying)
RETURNS void AS
@@ -202,43 +202,43 @@ END;
$BODY$
LANGUAGE plpgsql;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "SequenceTest1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "SequenceTest2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "SequenceTest3"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "SequenceCustomNamingTest"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP SEQUENCE IF EXISTS SequenceTestSeq
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE SEQUENCE SequenceTestSeq INCREMENT 1 START 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP SEQUENCE IF EXISTS "SequenceTest2_ID_seq"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE SEQUENCE "SequenceTest2_ID_seq" INCREMENT 1 START 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP SEQUENCE IF EXISTS test_schema."SequenceCustomNamingTest__seq__"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "SequenceTest1"
(
@@ -246,7 +246,7 @@ CREATE TABLE "SequenceTest1"
"Value" VARCHAR(50)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "SequenceTest2"
(
@@ -254,7 +254,7 @@ CREATE TABLE "SequenceTest2"
"Value" VARCHAR(50)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "SequenceTest3"
(
@@ -262,41 +262,41 @@ CREATE TABLE "SequenceTest3"
"Value" VARCHAR(50)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestIdentity"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP SEQUENCE IF EXISTS "TestIdentity_ID_seq"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE SEQUENCE "TestIdentity_ID_seq" INCREMENT 1 START 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "TestIdentity" (
"ID" INTEGER PRIMARY KEY DEFAULT NEXTVAL('"TestIdentity_ID_seq"')
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "AllTypes"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "AllTypes"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TYPE IF EXISTS color
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TYPE color AS ENUM ('Red', 'Green', 'Blue');
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "AllTypes"
(
@@ -369,7 +369,7 @@ CREATE TABLE "AllTypes"
DecimalArray decimal[] NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -494,43 +494,43 @@ SELECT
B'1011'
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS TestSameName
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS test_schema.TestSameName
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS test_schema.TestSerialIdentity
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS test_schema."TestSchemaIdentity"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP SEQUENCE IF EXISTS test_schema."TestSchemaIdentity_ID_seq"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP SCHEMA IF EXISTS test_schema
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE SCHEMA test_schema
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE SEQUENCE test_schema."TestSchemaIdentity_ID_seq" INCREMENT 1 START 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE SEQUENCE test_schema."SequenceCustomNamingTest__seq__" INCREMENT 1 START 1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "SequenceCustomNamingTest"
(
@@ -538,42 +538,42 @@ CREATE TABLE "SequenceCustomNamingTest"
"Value" VARCHAR(50)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE test_schema."TestSchemaIdentity" (
"ID" INTEGER PRIMARY KEY DEFAULT NEXTVAL('test_schema."TestSchemaIdentity_ID_seq"')
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE test_schema.TestSerialIdentity
(
"ID" serial NOT NULL PRIMARY KEY
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE test_schema.TestSameName
(
ID serial NOT NULL PRIMARY KEY
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE TestSameName
(
ID serial NOT NULL PRIMARY KEY
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestMerge1"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestMerge2"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "TestMerge1"
(
@@ -603,7 +603,7 @@ CREATE TABLE "TestMerge1"
"FieldEnumNumber" INT NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "TestMerge2"
(
@@ -633,7 +633,7 @@ CREATE TABLE "TestMerge2"
"FieldEnumNumber" INT NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION AddIssue792Record()
RETURNS void AS
@@ -644,41 +644,41 @@ END;
$BODY$
LANGUAGE PLPGSQL;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "TestTableFunctionSchema"() RETURNS SETOF "AllTypes"
AS $$ SELECT * FROM "AllTypes" $$ LANGUAGE SQL;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "TestFunctionParameters"(param1 INT, INOUT param2 INT, OUT param3 INT)
AS $$ SELECT param1, param2 $$ LANGUAGE SQL;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "TestTableFunction"(param1 INT) RETURNS TABLE(param2 INT)
AS $$ SELECT param1 UNION ALL SELECT param1 $$ LANGUAGE SQL;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "TestTableFunction1"(param1 INT, param2 INT) RETURNS TABLE(param3 INT, param4 INT)
AS $$ SELECT param1, 23 UNION ALL SELECT 333, param2 $$ LANGUAGE SQL;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "TestScalarFunction"(param INT) RETURNS VARCHAR(10)
AS $$ BEGIN RETURN 'done'; END $$ LANGUAGE PLPGSQL;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "TestSingleOutParameterFunction"(param1 INT, OUT param2 INT)
AS $$ BEGIN param2 := param1 + 123; END $$ LANGUAGE PLPGSQL;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP AGGREGATE IF EXISTS test_avg(float8)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE AGGREGATE test_avg(float8)
(
@@ -688,12 +688,12 @@ CREATE AGGREGATE test_avg(float8)
initcond = '{0,0,0}'
);
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "bool"(param INT) RETURNS VARCHAR(20)
AS $$ BEGIN RETURN 'issue1295test'; END $$ LANGUAGE PLPGSQL;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION issue_1742_date(p1 date) RETURNS int AS $$
BEGIN
@@ -713,51 +713,51 @@ BEGIN
END; $$
LANGUAGE plpgsql;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE MATERIALIZED VIEW "Issue2023" AS select * from "Person"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
COMMENT ON MATERIALIZED VIEW "Issue2023" IS 'This is the Issue2023 matview';
COMMENT ON COLUMN "Issue2023"."PersonID" IS 'This is the Issue2023.PersonID column';
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP FUNCTION IF EXISTS "SchemaName"."fnTest"(INT)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP SCHEMA IF EXISTS "SchemaName"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE SCHEMA "SchemaName"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "SchemaName"."fnTest"(param INT) RETURNS VARCHAR(20)
AS $$ BEGIN RETURN 'issue2679test'; END $$ LANGUAGE PLPGSQL;
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS same_name2
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS same_name1
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS same_name
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE same_name (
id INTEGER PRIMARY KEY
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE same_name1 (
id INTEGER PRIMARY KEY,
@@ -768,7 +768,7 @@ CONSTRAINT same_name
REFERENCES same_name (id)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE same_name2 (
id INTEGER PRIMARY KEY,
@@ -779,11 +779,11 @@ CONSTRAINT same_name
REFERENCES same_name (id)
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "CollatedTable"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "CollatedTable"
(
@@ -792,11 +792,11 @@ CREATE TABLE "CollatedTable"
"CaseInsensitive" VARCHAR(20) NOT NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE "TestMergeIdentity"
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TABLE "TestMergeIdentity"
(
@@ -804,7 +804,7 @@ CREATE TABLE "TestMergeIdentity"
"Field" INT NULL
)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION overloads(input1 integer)
RETURNS integer
@@ -867,7 +867,7 @@ INSERT INTO multitenant_table (TenantId, Id, Name, Description, CreatedAt) VALUE
('33333333-3333-3333-3333-333333333333', 'eeeeeeee-eeee-eeee-eeee-eeeeeeeeeeee', 'Tenant3 Record1', 'Description for Tenant3 Record1', NOW()),
('33333333-3333-3333-3333-333333333333', 'ffffffff-ffff-ffff-ffff-ffffffffffff', 'Tenant3 Record2', 'Description for Tenant3 Record2', NOW());
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -896,7 +896,7 @@ VALUES
(11,11.45,'2009-09-27'::date,NULL,True,'d3021d18-97f0-4dc0-98d0-f0c7df4a1230'::uuid,11,NULL,NULL,'9'),
(12,11.45,'2012-11-07 19:19:29.090'::timestamp,NULL,True,'03021d18-97f0-4dc0-98d0-f0c7df4a1230'::uuid,12,NULL,NULL,'0')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -912,7 +912,7 @@ VALUES
(6,6),
(7,1)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -938,7 +938,7 @@ VALUES
(6,66),
(7,77)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -970,7 +970,7 @@ VALUES
(4,42,423),
(4,42,424)
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "InheritanceParent"
(
@@ -983,7 +983,7 @@ VALUES
(2,1,NULL),
(3,2,'InheritanceParent2')
--- PostgreSQL.13 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "InheritanceChild"
(
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.14).sql
index 06fbc52570bf..38773c3c37d3 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 1
DECLARE @PermanentId Uuid -- Guid
@@ -31,7 +31,7 @@ RETURNING
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 2
DECLARE @PermanentId Uuid -- Guid
@@ -64,7 +64,7 @@ RETURNING
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 3
DECLARE @PermanentId Uuid -- Guid
@@ -102,7 +102,7 @@ FROM "Subdivisions" AS s
WHERE s."Id"::bigint = 1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -117,7 +117,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Bigint -- Int64
SET @id = 1
@@ -134,7 +134,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -149,7 +149,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.14).sql
index 4e983e532ea5..d1cffd80fad1 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.14).sql
index cef57daaff4a..9feeb6b546ff 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/FSharpTests/LinqToDB.EntityFrameworkCore.Tests.FSharpTests.Issue4646TestEF(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/FSharpTests/LinqToDB.EntityFrameworkCore.Tests.FSharpTests.Issue4646TestEF(PostgreSQL.14).sql
index 044d5e5f2a80..279155cfe2cb 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/FSharpTests/LinqToDB.EntityFrameworkCore.Tests.FSharpTests.Issue4646TestEF(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/FSharpTests/LinqToDB.EntityFrameworkCore.Tests.FSharpTests.Issue4646TestEF(PostgreSQL.14).sql
@@ -6,7 +6,7 @@ VALUES (@p0, @p1)
RETURNING "Id";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.14).sql
index 56e9098f0dce..32d99646169f 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -11,7 +11,7 @@ ON COMMIT PRESERVE ROWS
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "NoIdentity"
(
@@ -24,7 +24,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -34,7 +34,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.14).sql
index a1b82e0ca535..1acdf3d1f11d 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.14).sql
@@ -18,7 +18,7 @@ VALUES (@p4)
RETURNING "Id";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Discriminator",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.14).sql
index 4c761cf4cb54..27d8c4060cea 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -15,7 +15,7 @@ INSERT ASYNC BULK "NoIdentity"(Id, Name)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -25,7 +25,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.14).sql
index bb8aca9d9bde..1ff91249b464 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -15,7 +15,7 @@ INSERT BULK "NoIdentity"(Id, Name)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -25,7 +25,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.14).sql
index 5b8ae756e22c..1bc3606c7d46 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.14).sql
@@ -5,7 +5,7 @@ INSERT INTO "SkipModes" ("Id", "InsertOnly")
VALUES (@p0, @p1);
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @InsertOnly Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -45,7 +45,7 @@ UPDATE "SkipModes" SET "UpdateOnly" = @p0
WHERE "Id" = @p1;
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @UpdateOnly Integer -- Int32
SET @UpdateOnly = 12
DECLARE @Id Integer -- Int32
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.14).sql
index 7b856d05427d..0fe9f13f2d79 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "WithIdentity"
(
@@ -11,7 +11,7 @@ ON COMMIT PRESERVE ROWS
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -24,13 +24,13 @@ ON COMMIT PRESERVE ROWS
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "WithIdentity"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.14).sql
index 9a6fb0d6faa6..23b03e66a51e 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.14).sql
@@ -6,7 +6,7 @@ VALUES (@p0, @p1, @p2, @p3, @p4, @p5)
RETURNING "ID";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @field64 Numeric(1, 0) -- Decimal
SET @field64 = 5
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,False).sql
index c7e881b10521..3ae9a56cacbe 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -28,7 +28,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -43,7 +43,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e.id,
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,True).sql
index c7e881b10521..3ae9a56cacbe 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -28,7 +28,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -43,7 +43,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e.id,
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.14).sql
index a6669bc87002..ae602de1f7f8 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @name Text(11) -- String
SET @name = 'test insert'
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,False).sql
index b87be8aacb94..b3d23f3043a7 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -17,7 +17,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,True).sql
index b87be8aacb94..b3d23f3043a7 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -17,7 +17,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,False).sql
index d06ee300fc5b..924e53703033 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,False).sql
@@ -10,7 +10,7 @@ ORDER BY e.id, t.entity_id, t.item_id
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -27,7 +27,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,True).sql
index 42d7916e0311..8c1e30fdfa54 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -17,7 +17,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,False).sql
index b5ce715f04fb..90440d64e12d 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,True).sql
index b5ce715f04fb..90440d64e12d 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.14,True,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.14,True,True).sql
index b5ce715f04fb..90440d64e12d 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,Default).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,Default).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,Default).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,MultipleRows).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,ProviderSpecific).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,ProviderSpecific).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,RowByRow).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.14).sql
index 41af5f94d478..51dca1fcac98 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -24,7 +24,7 @@ LIMIT :take
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.14).sql
index 48778ea0af47..44b00599d681 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.14).sql
index 48778ea0af47..44b00599d681 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.14).sql
index 6a862480a060..d4f7118f389f 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.14).sql
index 3cc72c8e390a..79d48456119f 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.14).sql
@@ -7,7 +7,7 @@ LEFT JOIN "PatentAssessment" AS p0 ON p."Id" = p0."PatentId"
WHERE p0."PatentId" IS NULL OR p0."TechnicalReviewerId" <> @__userId_0 OR p0."TechnicalReviewerId" IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @userId Integer -- Int32
SET @userId = 1
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.14).sql
index 6f858c86bdd7..95c0276af5a5 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.14).sql
index 4e8e429af477..724d0b1046a3 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.14).sql
index d7d1642931f5..b21ea60c87f0 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.14).sql
index 6a862480a060..d4f7118f389f 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.14).sql
index acb306ff44c2..2708cd3e2b0c 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.14).sql
index 03659969fda7..5acf5e0c9d91 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"PostgreTestTable"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.14).sql
index f706b6824e5d..5cfdbb4456c3 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.14).sql
index d9d5de6c5245..ebb213543b35 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @DateTimeOffset TimestampTz -- DateTime
SET @DateTimeOffset = '2020-02-29T17:54:55.1231234+00:00'
DECLARE @DateTimeOffsetN TimestampTz -- DateTime
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.14).sql
index 38a114a38455..c02d9c61ffc5 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @DateTimeOffsetWithConverter Bigint -- Int64
SET @DateTimeOffsetWithConverter = 1304956839836121088
DECLARE @DateTimeOffsetNWithConverter Bigint -- Int64
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.14).sql
index 2ae699c9384b..472cfccfd0de 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.14).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -26,7 +26,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."Id"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.14).sql
index 96f974c7ffa1..99873f245d96 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.14).sql
index c4f58cc92ad8..7ed3d77b97c8 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.14).sql
index fceff6af945a..2ece29201e77 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.14).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -22,7 +22,7 @@ ORDER BY
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."AclNameId"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.14).sql
index a60b24170dab..a68d7f01405a 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.14).sql
index ab8ac7195b28..2f79289d5019 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,False).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,True).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,False).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,True).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.14).sql
index cea078e29863..e66a2d16c9a5 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.14).sql
@@ -4,7 +4,7 @@ LEFT JOIN "Issue73Entities" AS i0 ON i."ParentId" = i0."Id"
WHERE i."Name" = 'Name1_3'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Name" || '>' || x."Name"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.14).sql
index 41a60b3ee3d3..52c705e167ed 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.14).sql
@@ -18,7 +18,7 @@ VALUES (@p4)
RETURNING "Id";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.14).sql
index 05e16af17bf1..0c21fa5d02bd 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @guids -2147483621 -- Object
SET @guids = {'271425b1-ebe8-400d-b71d-a6e47a460ae3'::uuid,'b75de94e-6d7b-4c70-bfa1-f8639a6a5b35'::uuid}
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.14).sql
index 2cb671ae9097..e04e18be6507 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "EntityWithXmin"
(
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Local).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Local).sql
index b597796187c5..9cc632324167 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Local).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Local).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -16,7 +16,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ldt Timestamp -- DateTime2
SET @ldt = 02/29/2020 17:54:55
@@ -34,7 +34,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt TimestampTz -- DateTime
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dto TimestampTz -- DateTime
SET @dto = '2020-02-29T17:14:55.1231234+00:00'
@@ -70,7 +70,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ins TimestampTz -- DateTime
SET @ins = 2020-02-29T17:14:55Z
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Unspecified).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Unspecified).sql
index b597796187c5..9cc632324167 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Unspecified).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Unspecified).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -16,7 +16,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ldt Timestamp -- DateTime2
SET @ldt = 02/29/2020 17:54:55
@@ -34,7 +34,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt TimestampTz -- DateTime
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dto TimestampTz -- DateTime
SET @dto = '2020-02-29T17:14:55.1231234+00:00'
@@ -70,7 +70,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ins TimestampTz -- DateTime
SET @ins = 2020-02-29T17:14:55Z
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Utc).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Utc).sql
index b597796187c5..9cc632324167 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Utc).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Utc).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -16,7 +16,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ldt Timestamp -- DateTime2
SET @ldt = 02/29/2020 17:54:55
@@ -34,7 +34,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt TimestampTz -- DateTime
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dto TimestampTz -- DateTime
SET @dto = '2020-02-29T17:14:55.1231234+00:00'
@@ -70,7 +70,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ins TimestampTz -- DateTime
SET @ins = 2020-02-29T17:14:55Z
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.14).sql
index 067f4e1615b7..6421609d3d11 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.14).sql
@@ -6,7 +6,7 @@ FROM "Events" AS e
WHERE e."Duration" @> @__date_0 OR lower(e."Duration") = @__date_0 OR upper(e."Duration") = @__date_0 OR isempty(e."Duration") OR isempty(e."Duration" * e."Duration")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @date Timestamp -- DateTime2
SET @date = '2020-02-29 17:54:55.123'::timestamp
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.14).sql
index e41068c96ae8..750b9c43badc 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @guids -2147483621 -- Object
SET @guids = {'271425b1-ebe8-400d-b71d-a6e47a460ae3'::uuid,'b75de94e-6d7b-4c70-bfa1-f8639a6a5b35'::uuid}
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.14).sql
index 619293b024a5..25560b09ad33 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.14).sql
@@ -3,7 +3,7 @@ FROM views."EventsView" AS e
WHERE e."Name" LIKE 'any%'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Name"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.14).sql
index dd4c9ca164fc..d77382bd36fe 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.14).sql
index d95cee20fee5..ece8e8cf03c6 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.14).sql
index ffac6df73c83..4c439cd29a33 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(10) -- String
SET @value = '%anything%'
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.14).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.14).sql
index 0a7f5e1cd236..4dcdd6d99617 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.14).sql
@@ -24,7 +24,7 @@ ORDER BY o."OrderID", t."OrderID", t."ProductID", t0."ProductID", t1."OrderId"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -46,7 +46,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Product"."ProductID",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,False).sql
index 18404fc600f0..d10d4ee23fb3 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,False).sql
@@ -23,7 +23,7 @@ SELECT EXISTS (
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE '%a%')
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -44,7 +44,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -65,7 +65,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -86,7 +86,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,True).sql
index 7d04264640ee..d2a49fa17a3f 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,True).sql
@@ -23,7 +23,7 @@ SELECT EXISTS (
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE '%a%')
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -44,7 +44,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -65,7 +65,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -86,7 +86,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,False).sql
index 6a9291f2eab2..c5556de2014c 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,True).sql
index 50e1466e63b2..943b5058b8ba 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,False).sql
index 28838d7dfa97..abb39ef514ee 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -60,7 +60,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,True).sql
index d956e7843d85..3b9b4bc84960 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -36,7 +36,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -69,7 +69,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,False).sql
index f66b72093b0c..69eed06d32cd 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -60,7 +60,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,True).sql
index 629ff461cdf0..b7161dcdb763 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -36,7 +36,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -69,7 +69,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,False).sql
index f66b72093b0c..69eed06d32cd 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -60,7 +60,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,True).sql
index 629ff461cdf0..b7161dcdb763 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -36,7 +36,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -69,7 +69,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,False).sql
index a8e45b829094..967ffe102ded 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,False).sql
@@ -24,7 +24,7 @@ ORDER BY o."OrderID", t1."OrderID", t1."ProductID", t1."ProductID0", t1."OrderID
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -54,7 +54,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -84,7 +84,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,True).sql
index c0ca69ca5189..6b8d4581a349 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,True).sql
@@ -24,7 +24,7 @@ ORDER BY o."OrderID", t1."OrderID", t1."ProductID", t1."ProductID0", t1."OrderID
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -93,7 +93,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,False).sql
index 1bb8ddc4ae74..29439ab4bffa 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,True).sql
index c06e04c6eff8..653d639b58d1 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,False).sql
index 2b992ad4836c..c3b75be6160a 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,False).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", t."EmployeeID", t1."EmployeeID", t1."TerritoryID", t1."Ter
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -58,7 +58,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -93,7 +93,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Employee"."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,True).sql
index 85c06f65f9f2..2a95bf83bc2d 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,True).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", t."EmployeeID", t1."EmployeeID", t1."TerritoryID", t1."Ter
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -62,7 +62,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -101,7 +101,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Employee"."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,False).sql
index 520ae2e7981f..0557295dc4fa 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,False).sql
@@ -11,7 +11,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,True).sql
index 9d386cd5a219..9de1d8f03ec9 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,True).sql
@@ -11,7 +11,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,False).sql
index 6a2dba6d633a..f805dba0a195 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,True).sql
index c079e3d2127e..dfd584519de7 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,False).sql
index 5842916b870c..baea3484def9 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,False).sql
@@ -3,7 +3,7 @@ FROM "Products" AS p
INNER JOIN "Order Details" AS o ON p."ProductID" = o."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
@@ -42,7 +42,7 @@ INNER JOIN (
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,True).sql
index 012d3ab415ad..25643c0a2303 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,True).sql
@@ -3,7 +3,7 @@ FROM "Products" AS p
INNER JOIN "Order Details" AS o ON p."ProductID" = o."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
@@ -44,7 +44,7 @@ INNER JOIN (
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,False).sql
index 08223cb0150c..cb122422780a 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,False).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", t."EmployeeID", t1."EmployeeID", t1."TerritoryID", t1."Ter
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -58,7 +58,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -93,7 +93,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,True).sql
index 8cb58bf8c425..e55baeb5fc7d 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,True).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", t."EmployeeID", t1."EmployeeID", t1."TerritoryID", t1."Ter
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -62,7 +62,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -101,7 +101,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,False).sql
index a3fab4bac850..a229bb905cdb 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,False).sql
@@ -29,7 +29,7 @@ ORDER BY o."OrderID", t."EmployeeID", t0."EmployeeID", t0."TerritoryID", t1."Ord
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -48,7 +48,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -83,7 +83,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,True).sql
index 585fc32e2737..f5e92088c11d 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,True).sql
@@ -29,7 +29,7 @@ ORDER BY o."OrderID", t."EmployeeID", t0."EmployeeID", t0."TerritoryID", t1."Ord
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -91,7 +91,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,False).sql
index 68cdea6f5c27..7e56a1df1a82 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,False).sql
@@ -34,7 +34,7 @@ ORDER BY p."ProductID", t3."OrderID0", t3."ProductID", t3."OrderID", t3."Product
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."SupplierId",
@@ -78,7 +78,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductID",
@@ -111,7 +111,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ProductName",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,True).sql
index 68cdea6f5c27..7e56a1df1a82 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,True).sql
@@ -34,7 +34,7 @@ ORDER BY p."ProductID", t3."OrderID0", t3."ProductID", t3."OrderID", t3."Product
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."SupplierId",
@@ -78,7 +78,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductID",
@@ -111,7 +111,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ProductName",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,False).sql
index 8fc6641e5f19..ea810d1af17c 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,False).sql
@@ -18,7 +18,7 @@ WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND (
ORDER BY p."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,True).sql
index dfa4b6d5bc21..6f8912fa72cc 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,True).sql
@@ -18,7 +18,7 @@ WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND (
ORDER BY p."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,False).sql
index 8696c71f1c66..8ee2ef23258b 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,False).sql
@@ -6,7 +6,7 @@ FROM "Employees" AS e
WHERE (@__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")) AND e."EmployeeID" = @__test_0
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,True).sql
index 8823c7fbe594..cf07263f485a 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,True).sql
@@ -6,7 +6,7 @@ FROM "Employees" AS e
WHERE (@__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")) AND e."EmployeeID" = @__test_0
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,False).sql
index a4978c2d01a5..cf498e9c3af6 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,False).sql
@@ -7,7 +7,7 @@ WHERE @__ef_filter__p_0 OR NOT (c."IsDeleted") OR NOT (c."IsDeleted")
LIMIT 1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @CompanyName Varchar(34) -- String
SET @CompanyName = 'Ana Trujillo Emparedados y helados'
DECLARE @CustomerId Varchar(5) -- String
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,True).sql
index e12138055b3e..c5e419780694 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,True).sql
@@ -7,7 +7,7 @@ WHERE @__ef_filter__p_0 OR NOT (c."IsDeleted") OR NOT (c."IsDeleted")
LIMIT 1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @CompanyName Varchar(19) -- String
SET @CompanyName = 'Alfreds Futterkiste'
DECLARE @CustomerId Varchar(5) -- String
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,False).sql
index 5197b5bf4c6c..e664895a9d44 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,False).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."QuantityPerUnit"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,True).sql
index 23bfdedb6523..654cf96c43d9 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,True).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."QuantityPerUnit"
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,False).sql
index 67e9dd18271d..5b16a923cc1c 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,False).sql
@@ -13,7 +13,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* Tagged query */
SELECT
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,True).sql
index d3f1f57a6ece..dd044b49066c 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,True).sql
@@ -13,7 +13,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* Tagged query */
SELECT
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,False).sql
index 98335dc1089b..acdd5b071b2d 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,True).sql
index 156cf796d799..7fe41f6d5cbd 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -33,7 +33,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,False).sql
index 6c9f651db598..27262398f20f 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,False).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE 'U%'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(e."QuantityPerUnit")
@@ -17,7 +17,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,True).sql
index 1a47fd2311f3..b0d7d12164d4 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,True).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE 'U%'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(e."QuantityPerUnit")
@@ -17,7 +17,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,False).sql
index 4c377165658c..3179f3d3927b 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,True).sql
index d1381041082b..bd76ab3524f6 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,False).sql
index 4c377165658c..3179f3d3927b 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,True).sql
index d1381041082b..bd76ab3524f6 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,False).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,True).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,False).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,True).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,False).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,False).sql
index 9973b036f924..db9fc7b14681 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,True).sql b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,True).sql
index 197f1ce5db37..a9450a224975 100644
--- a/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF8/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.14).sql
index 06fbc52570bf..38773c3c37d3 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ConvertorTests/LinqToDB.EntityFrameworkCore.Tests.ConvertorTests.TestToList(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 1
DECLARE @PermanentId Uuid -- Guid
@@ -31,7 +31,7 @@ RETURNING
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 2
DECLARE @PermanentId Uuid -- Guid
@@ -64,7 +64,7 @@ RETURNING
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 3
DECLARE @PermanentId Uuid -- Guid
@@ -102,7 +102,7 @@ FROM "Subdivisions" AS s
WHERE s."Id"::bigint = 1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -117,7 +117,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Bigint -- Int64
SET @id = 1
@@ -134,7 +134,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -149,7 +149,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.14).sql
index 4e983e532ea5..d1cffd80fad1 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue261Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4783Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4783Test(PostgreSQL.14).sql
index df867c49beb9..66716d3cd0d8 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4783Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4783Test(PostgreSQL.14).sql
@@ -12,7 +12,7 @@ VALUES (@p6, @p7, @p8)
RETURNING "Id";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4783DBRecords"
(
@@ -27,7 +27,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.14).sql
index cef57daaff4a..9feeb6b546ff 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/CustomContextIssueTests/LinqToDB.EntityFrameworkCore.Tests.CustomContextIssueTests.Issue4917Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.14).sql
index 56e9098f0dce..32d99646169f 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestBulkCopyNoIdentity(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -11,7 +11,7 @@ ON COMMIT PRESERVE ROWS
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "NoIdentity"
(
@@ -24,7 +24,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -34,7 +34,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.14).sql
index a1b82e0ca535..1acdf3d1f11d 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestInheritance(PostgreSQL.14).sql
@@ -18,7 +18,7 @@ VALUES (@p4)
RETURNING "Id";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Discriminator",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.14).sql
index 4c761cf4cb54..27d8c4060cea 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyAsyncNoIdentity(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -15,7 +15,7 @@ INSERT ASYNC BULK "NoIdentity"(Id, Name)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -25,7 +25,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.14).sql
index bb8aca9d9bde..1ff91249b464 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestNativeBulkCopyNoIdentity(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -15,7 +15,7 @@ INSERT BULK "NoIdentity"(Id, Name)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -25,7 +25,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.14).sql
index 5b8ae756e22c..1bc3606c7d46 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestSkipModes(PostgreSQL.14).sql
@@ -5,7 +5,7 @@ INSERT INTO "SkipModes" ("Id", "InsertOnly")
VALUES (@p0, @p1);
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @InsertOnly Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -45,7 +45,7 @@ UPDATE "SkipModes" SET "UpdateOnly" = @p0
WHERE "Id" = @p1;
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @UpdateOnly Integer -- Int32
SET @UpdateOnly = 12
DECLARE @Id Integer -- Int32
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.14).sql
index 7b856d05427d..0fe9f13f2d79 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestTableCreation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "WithIdentity"
(
@@ -11,7 +11,7 @@ ON COMMIT PRESERVE ROWS
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "NoIdentity"
(
@@ -24,13 +24,13 @@ ON COMMIT PRESERVE ROWS
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "NoIdentity"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "WithIdentity"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.14).sql
index 9a6fb0d6faa6..23b03e66a51e 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ForMappingTests/LinqToDB.EntityFrameworkCore.Tests.ForMappingTests.TestUIntTable(PostgreSQL.14).sql
@@ -6,7 +6,7 @@ VALUES (@p0, @p1, @p2, @p3, @p4, @p5)
RETURNING "ID";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @field64 Numeric(1, 0) -- Decimal
SET @field64 = 5
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,False).sql
index c7e881b10521..3ae9a56cacbe 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -28,7 +28,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -43,7 +43,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e.id,
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,True).sql
index c7e881b10521..3ae9a56cacbe 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestIncludeDetails(PostgreSQL.14,True,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -28,7 +28,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -43,7 +43,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e.id,
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.14).sql
index a6669bc87002..ae602de1f7f8 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestInsertWithoutNew(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @name Text(11) -- String
SET @name = 'test insert'
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,False).sql
index b87be8aacb94..b3d23f3043a7 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -17,7 +17,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,True).sql
index b87be8aacb94..b3d23f3043a7 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyInclude(PostgreSQL.14,True,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -17,7 +17,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,False).sql
index 9410f66f941f..b3a72ca50c52 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,False).sql
@@ -10,7 +10,7 @@ ORDER BY e.id, s.entity_id, s.item_id
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -27,7 +27,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,True).sql
index c738955699b7..64696924acb0 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestManyToManyIncludeTrackerPoison(PostgreSQL.14,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1.id,
@@ -17,7 +17,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,False).sql
index b5ce715f04fb..90440d64e12d 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,True).sql
index b5ce715f04fb..90440d64e12d 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.14,True,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.14,True,True).sql
index b5ce715f04fb..90440d64e12d 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IdTests/LinqToDB.EntityFrameworkCore.Tests.IdTests.TestMasterInclude2(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,Default).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,Default).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,Default).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,MultipleRows).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,ProviderSpecific).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,ProviderSpecific).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,RowByRow).sql
index f755eeefd191..7244885d9afd 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InheritanceTests/LinqToDB.EntityFrameworkCore.Tests.InheritanceTests.TestInheritanceBulkCopy(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(9) -- String
SET @BlogType = 'blog_base'
DECLARE @Url Text(7) -- String
@@ -17,7 +17,7 @@ VALUES
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @BlogType Varchar(8) -- String
SET @BlogType = 'blog_rss'
DECLARE @Url Text(6) -- String
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.14).sql
index 41af5f94d478..51dca1fcac98 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestExplicitDataContextInterceptors(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -24,7 +24,7 @@ LIMIT :take
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.14).sql
index 48778ea0af47..44b00599d681 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestInterceptors(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.14).sql
index 48778ea0af47..44b00599d681 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/InterceptorTests/LinqToDB.EntityFrameworkCore.Tests.InterceptorTests.TestLinqToDBSideOfComboInterceptor(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.14).sql
index 6a862480a060..d4f7118f389f 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.AsNoTrackingWithIdentityResolutionHandling(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.14).sql
index 3cc72c8e390a..79d48456119f 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue117Test(PostgreSQL.14).sql
@@ -7,7 +7,7 @@ LEFT JOIN "PatentAssessment" AS p0 ON p."Id" = p0."PatentId"
WHERE p0."PatentId" IS NULL OR p0."TechnicalReviewerId" <> @__userId_0 OR p0."TechnicalReviewerId" IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @userId Integer -- Int32
SET @userId = 1
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.14).sql
index 6f858c86bdd7..95c0276af5a5 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue155Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.14).sql
index 4e8e429af477..724d0b1046a3 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.14).sql
index d7d1642931f5..b21ea60c87f0 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue201Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.14).sql
index 6a862480a060..d4f7118f389f 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue321Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.14).sql
index acb306ff44c2..2708cd3e2b0c 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue340Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.14).sql
index 03659969fda7..5acf5e0c9d91 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue3491Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
UPDATE
"PostgreTestTable"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.14).sql
index f706b6824e5d..5cfdbb4456c3 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4570Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.14).sql
index d9d5de6c5245..ebb213543b35 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestDefault(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @DateTimeOffset TimestampTz -- DateTime
SET @DateTimeOffset = '2020-02-29T17:54:55.1231234+00:00'
DECLARE @DateTimeOffsetN TimestampTz -- DateTime
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.14).sql
index 38a114a38455..c02d9c61ffc5 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4625TestWithConverter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @DateTimeOffsetWithConverter Bigint -- Int64
SET @DateTimeOffsetWithConverter = 1304956839836121088
DECLARE @DateTimeOffsetNWithConverter Bigint -- Int64
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.14).sql
index 2ae699c9384b..472cfccfd0de 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4626Test2(PostgreSQL.14).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -26,7 +26,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
c_1."Id"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.14).sql
index 96f974c7ffa1..99873f245d96 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4629Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.14).sql
index c4f58cc92ad8..7ed3d77b97c8 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4630Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.14).sql
index fceff6af945a..2ece29201e77 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4638Test(PostgreSQL.14).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -22,7 +22,7 @@ ORDER BY
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."AclNameId"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.14).sql
index a60b24170dab..a68d7f01405a 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4653Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.14).sql
index ab8ac7195b28..2f79289d5019 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue4669Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,False).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,True).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestNoTracking(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,False).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,True).sql
index 7bc9a2328ffe..281457353e34 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue66TestWithTracking(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.14).sql
index cea078e29863..e66a2d16c9a5 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.Issue73Test(PostgreSQL.14).sql
@@ -4,7 +4,7 @@ LEFT JOIN "Issue73Entities" AS i0 ON i."ParentId" = i0."Id"
WHERE i."Name" = 'Name1_3'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Name" || '>' || x."Name"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.14).sql
index 41a60b3ee3d3..52c705e167ed 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/IssueTests/LinqToDB.EntityFrameworkCore.Tests.IssueTests.IssueEnumTest(PostgreSQL.14).sql
@@ -18,7 +18,7 @@ VALUES (@p4)
RETURNING "Id";
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.14).sql
index 05e16af17bf1..0c21fa5d02bd 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestArray(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @guids -2147483621 -- Object
SET @guids = {'271425b1-ebe8-400d-b71d-a6e47a460ae3'::uuid,'b75de94e-6d7b-4c70-bfa1-f8639a6a5b35'::uuid}
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.14).sql
index 2cb671ae9097..e04e18be6507 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestConcurrencyToken(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO "EntityWithXmin"
(
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Local).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Local).sql
index b597796187c5..9cc632324167 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Local).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Local).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -16,7 +16,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ldt Timestamp -- DateTime2
SET @ldt = 02/29/2020 17:54:55
@@ -34,7 +34,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt TimestampTz -- DateTime
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dto TimestampTz -- DateTime
SET @dto = '2020-02-29T17:14:55.1231234+00:00'
@@ -70,7 +70,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ins TimestampTz -- DateTime
SET @ins = 2020-02-29T17:14:55Z
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Unspecified).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Unspecified).sql
index b597796187c5..9cc632324167 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Unspecified).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Unspecified).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -16,7 +16,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ldt Timestamp -- DateTime2
SET @ldt = 02/29/2020 17:54:55
@@ -34,7 +34,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt TimestampTz -- DateTime
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dto TimestampTz -- DateTime
SET @dto = '2020-02-29T17:14:55.1231234+00:00'
@@ -70,7 +70,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ins TimestampTz -- DateTime
SET @ins = 2020-02-29T17:14:55Z
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Utc).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Utc).sql
index b597796187c5..9cc632324167 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Utc).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestDateTimeKind(PostgreSQL.14,Utc).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -16,7 +16,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ldt Timestamp -- DateTime2
SET @ldt = 02/29/2020 17:54:55
@@ -34,7 +34,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dt TimestampTz -- DateTime
SET @dt = '2020-02-29 17:54:55.123'::timestamp
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @dto TimestampTz -- DateTime
SET @dto = '2020-02-29T17:14:55.1231234+00:00'
@@ -70,7 +70,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @ins TimestampTz -- DateTime
SET @ins = 2020-02-29T17:14:55Z
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.14).sql
index 067f4e1615b7..6421609d3d11 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestFunctionsMapping(PostgreSQL.14).sql
@@ -6,7 +6,7 @@ FROM "Events" AS e
WHERE e."Duration" @> @__date_0 OR lower(e."Duration") = @__date_0 OR upper(e."Duration") = @__date_0 OR isempty(e."Duration") OR isempty(e."Duration" * e."Duration")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @date Timestamp -- DateTime2
SET @date = '2020-02-29 17:54:55.123'::timestamp
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.14).sql
index e41068c96ae8..750b9c43badc 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestUnnest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @guids -2147483621 -- Object
SET @guids = {'271425b1-ebe8-400d-b71d-a6e47a460ae3'::uuid,'b75de94e-6d7b-4c70-bfa1-f8639a6a5b35'::uuid}
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.14).sql
index 619293b024a5..25560b09ad33 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/NpgSqlTests/LinqToDB.EntityFrameworkCore.Tests.NpgSqlTests.TestViewMapping(PostgreSQL.14).sql
@@ -3,7 +3,7 @@ FROM views."EventsView" AS e
WHERE e."Name" LIKE 'any%'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."Name"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.14).sql
index dd4c9ca164fc..d77382bd36fe 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.SimpleProviderTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.14).sql
index d95cee20fee5..ece8e8cf03c6 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.14).sql
index ffac6df73c83..4c439cd29a33 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/PomeloMySqlTests/LinqToDB.EntityFrameworkCore.Tests.PomeloMySqlTests.TestFunctionTranslationParameter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(10) -- String
SET @value = '%anything%'
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.14).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.14).sql
index bfe91adfb6b8..18c9e936e94d 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.14).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.NavigationProperties(PostgreSQL.14).sql
@@ -24,7 +24,7 @@ ORDER BY o."OrderID", o1."OrderID", o1."ProductID", p0."ProductID", o3."OrderId"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -46,7 +46,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Product"."ProductID",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,False).sql
index 18404fc600f0..d10d4ee23fb3 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,False).sql
@@ -23,7 +23,7 @@ SELECT EXISTS (
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE '%a%')
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -44,7 +44,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -65,7 +65,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -86,7 +86,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,True).sql
index 7d04264640ee..d2a49fa17a3f 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestAsyncMethods(PostgreSQL.14,True).sql
@@ -23,7 +23,7 @@ SELECT EXISTS (
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE '%a%')
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -44,7 +44,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -65,7 +65,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
@@ -86,7 +86,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,False).sql
index 6a9291f2eab2..c5556de2014c 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,True).sql
index 50e1466e63b2..943b5058b8ba 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestCallback(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,False).sql
index 28838d7dfa97..abb39ef514ee 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -60,7 +60,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,True).sql
index d956e7843d85..3b9b4bc84960 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTracker(PostgreSQL.14,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -36,7 +36,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -69,7 +69,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,False).sql
index f66b72093b0c..69eed06d32cd 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -60,7 +60,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,True).sql
index 629ff461cdf0..b7161dcdb763 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled1(PostgreSQL.14,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -36,7 +36,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -69,7 +69,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,False).sql
index f66b72093b0c..69eed06d32cd 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -60,7 +60,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,True).sql
index 629ff461cdf0..b7161dcdb763 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestChangeTrackerDisabled2(PostgreSQL.14,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -36,7 +36,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -69,7 +69,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,False).sql
index 746e690e9a73..d26ebd22cfa6 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,False).sql
@@ -24,7 +24,7 @@ ORDER BY o."OrderID", s."OrderID", s."ProductID", s."ProductID0", s."OrderID0"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -54,7 +54,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -84,7 +84,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,True).sql
index 73cb326d0c02..2924369f56dc 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestContinuousQueries(PostgreSQL.14,True).sql
@@ -24,7 +24,7 @@ ORDER BY o."OrderID", s."OrderID", s."ProductID", s."ProductID0", s."OrderID0"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductId",
@@ -60,7 +60,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -93,7 +93,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,False).sql
index 1bb8ddc4ae74..29439ab4bffa 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,True).sql
index c06e04c6eff8..653d639b58d1 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestDemo2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,False).sql
index d7e01edf5d2a..0e8984ce983b 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,False).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", e0."EmployeeID", s."EmployeeID", s."TerritoryID", s."Terri
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -58,7 +58,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -93,7 +93,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Employee"."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,True).sql
index 5e2a4afa80db..c3b70b0039c6 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestEager(PostgreSQL.14,True).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", e0."EmployeeID", s."EmployeeID", s."TerritoryID", s."Terri
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -62,7 +62,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -101,7 +101,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
"a_Employee"."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,False).sql
index 97e716e9e946..9cd660859b48 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,False).sql
@@ -11,7 +11,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,True).sql
index ad8ae1312304..e68cefe117c5 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestForeignKey(PostgreSQL.14,True).sql
@@ -11,7 +11,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,False).sql
index 6a2dba6d633a..f805dba0a195 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,True).sql
index c079e3d2127e..dfd584519de7 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGetTable(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,False).sql
index 246ed91d49a5..e9101e9073ce 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,False).sql
@@ -3,7 +3,7 @@ FROM "Products" AS p
INNER JOIN "Order Details" AS o ON p."ProductID" = o."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
@@ -42,7 +42,7 @@ INNER JOIN (
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,True).sql
index dce9bff2cc50..b3b29d7cc922 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestGlobalQueryFilters(PostgreSQL.14,True).sql
@@ -3,7 +3,7 @@ FROM "Products" AS p
INNER JOIN "Order Details" AS o ON p."ProductID" = o."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
@@ -44,7 +44,7 @@ INNER JOIN (
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,False).sql
index 443b55c5d545..2ef5b6f0b0ab 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,False).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", e0."EmployeeID", s."EmployeeID", s."TerritoryID", s."Terri
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -58,7 +58,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -93,7 +93,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,True).sql
index 8dc08a6fe0a7..72aae63bee84 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestInclude(PostgreSQL.14,True).sql
@@ -34,7 +34,7 @@ ORDER BY o."OrderID", e0."EmployeeID", s."EmployeeID", s."TerritoryID", s."Terri
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -62,7 +62,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -101,7 +101,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,False).sql
index ba7815ba65bb..d959c7b6a885 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,False).sql
@@ -29,7 +29,7 @@ ORDER BY o."OrderID", e0."EmployeeID", e2."EmployeeID", e2."TerritoryID", s."Ord
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -48,7 +48,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -83,7 +83,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,True).sql
index 865bc9931b02..1e1ee836b701 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestIncludeString(PostgreSQL.14,True).sql
@@ -29,7 +29,7 @@ ORDER BY o."OrderID", e0."EmployeeID", e2."EmployeeID", e2."TerritoryID", s."Ord
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."EmployeeId",
@@ -52,7 +52,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderId",
@@ -91,7 +91,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,False).sql
index b3cd8f9864cc..96f4ed69f23c 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,False).sql
@@ -34,7 +34,7 @@ ORDER BY p."ProductID", s1."OrderID0", s1."ProductID", s1."OrderID", s1."Product
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."SupplierId",
@@ -78,7 +78,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductID",
@@ -111,7 +111,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ProductName",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,True).sql
index b3cd8f9864cc..96f4ed69f23c 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestLoadFilter(PostgreSQL.14,True).sql
@@ -34,7 +34,7 @@ ORDER BY p."ProductID", s1."OrderID0", s1."ProductID", s1."OrderID", s1."Product
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."SupplierId",
@@ -78,7 +78,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ProductID",
@@ -111,7 +111,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."ProductName",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,False).sql
index 40ecef2e266c..7beb09209547 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,False).sql
@@ -18,7 +18,7 @@ WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND (
ORDER BY p."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,True).sql
index a5cdbc9a79f5..8173c8294905 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNestingFunctions(PostgreSQL.14,True).sql
@@ -18,7 +18,7 @@ WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND (
ORDER BY p."ProductID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,False).sql
index 8696c71f1c66..8ee2ef23258b 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,False).sql
@@ -6,7 +6,7 @@ FROM "Employees" AS e
WHERE (@__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")) AND e."EmployeeID" = @__test_0
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,True).sql
index 8823c7fbe594..cf07263f485a 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestNullability(PostgreSQL.14,True).sql
@@ -6,7 +6,7 @@ FROM "Employees" AS e
WHERE (@__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")) AND e."EmployeeID" = @__test_0
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,False).sql
index a4978c2d01a5..cf498e9c3af6 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,False).sql
@@ -7,7 +7,7 @@ WHERE @__ef_filter__p_0 OR NOT (c."IsDeleted") OR NOT (c."IsDeleted")
LIMIT 1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @CompanyName Varchar(34) -- String
SET @CompanyName = 'Ana Trujillo Emparedados y helados'
DECLARE @CustomerId Varchar(5) -- String
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,True).sql
index e12138055b3e..c5e419780694 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestSetUpdate(PostgreSQL.14,True).sql
@@ -7,7 +7,7 @@ WHERE @__ef_filter__p_0 OR NOT (c."IsDeleted") OR NOT (c."IsDeleted")
LIMIT 1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @CompanyName Varchar(19) -- String
SET @CompanyName = 'Alfreds Futterkiste'
DECLARE @CustomerId Varchar(5) -- String
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,False).sql
index 5197b5bf4c6c..e664895a9d44 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,False).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."QuantityPerUnit"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,True).sql
index 23bfdedb6523..654cf96c43d9 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestShadowProperty(PostgreSQL.14,True).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE @__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."QuantityPerUnit"
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,False).sql
index 3d2aed0459f9..b68db6e370a1 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,False).sql
@@ -13,7 +13,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* Tagged query */
SELECT
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,True).sql
index 7e5c97f94ea4..78b9f77eaa4a 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTagWith(PostgreSQL.14,True).sql
@@ -13,7 +13,7 @@ LEFT JOIN (
WHERE @__ef_filter__p_0 OR NOT (e."IsDeleted") OR NOT (e."IsDeleted")
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
/* Tagged query */
SELECT
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,False).sql
index 98335dc1089b..acdd5b071b2d 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,False).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -30,7 +30,7 @@ FROM
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,True).sql
index 156cf796d799..7fe41f6d5cbd 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestToList(PostgreSQL.14,True).sql
@@ -1,6 +1,6 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."OrderID",
@@ -33,7 +33,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,False).sql
index 6c9f651db598..27262398f20f 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,False).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE 'U%'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(e."QuantityPerUnit")
@@ -17,7 +17,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,True).sql
index 1a47fd2311f3..b0d7d12164d4 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransaction(PostgreSQL.14,True).sql
@@ -6,7 +6,7 @@ FROM "Products" AS p
WHERE (@__ef_filter__p_0 OR NOT (p."IsDeleted") OR NOT (p."IsDeleted")) AND p."ProductName" LIKE 'U%'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
MAX(e."QuantityPerUnit")
@@ -17,7 +17,7 @@ WHERE
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DELETE FROM
"Products" e
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,False).sql
index 4c377165658c..3179f3d3927b 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,True).sql
index d1381041082b..bd76ab3524f6 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformation(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,False).sql
index 4c377165658c..3179f3d3927b 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,True).sql
index d1381041082b..bd76ab3524f6 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestTransformationTable(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
p."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,False).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,True).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdate(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,False).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,True).sql
index da3d6872fcaf..1f3030b9bb45 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestUpdateAsync(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @test Integer -- Int32
SET @test = 1
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,False).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,False).sql
index 9973b036f924..db9fc7b14681 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,True).sql b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,True).sql
index 197f1ce5db37..a9450a224975 100644
--- a/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14.EF9/LinqToDB/EntityFrameworkCore/Tests/ToolsTests/LinqToDB.EntityFrameworkCore.Tests.ToolsTests.TestView(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
e."IsDeleted",
diff --git a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionCloseAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionCloseAsync(PostgreSQL.14).sql
index f8ab5f82bf53..962db62fe325 100644
--- a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionCloseAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionCloseAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionDisposeAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionDisposeAsync(PostgreSQL.14).sql
index f8ab5f82bf53..962db62fe325 100644
--- a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionDisposeAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.DataConnectionDisposeAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_MultipleDataReadersOnSameCommand_NotSupported(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_MultipleDataReadersOnSameCommand_NotSupported(PostgreSQL.14).sql
index 13ed424a21d2..23c70aa3367f 100644
--- a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_MultipleDataReadersOnSameCommand_NotSupported(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_MultipleDataReadersOnSameCommand_NotSupported(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDispose(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDispose(PostgreSQL.14).sql
index 70d1526573b7..4d538de7afe7 100644
--- a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDispose(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDispose(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Text(4) -- String
SET @param = 'test'
diff --git a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDisposeAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDisposeAsync(PostgreSQL.14).sql
index 70d1526573b7..4d538de7afe7 100644
--- a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDisposeAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ParametersPreservedAfterDisposeAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Text(4) -- String
SET @param = 'test'
diff --git a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_Dispose_NotSupported(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_Dispose_NotSupported(PostgreSQL.14).sql
index 13ed424a21d2..23c70aa3367f 100644
--- a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_Dispose_NotSupported(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_Dispose_NotSupported(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_NoDispose_NotSupported(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_NoDispose_NotSupported(PostgreSQL.14).sql
index 13ed424a21d2..23c70aa3367f 100644
--- a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_NoDispose_NotSupported(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_ProviderSupportsMultipleDataReadersOnNewCommand_NoDispose_NotSupported(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_Unsupported(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_Unsupported(PostgreSQL.14).sql
index 63387940df50..cfe524f04626 100644
--- a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_Unsupported(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_Unsupported(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -9,7 +9,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
diff --git a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_UnsupportedAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_UnsupportedAsync(PostgreSQL.14).sql
index 63387940df50..cfe524f04626 100644
--- a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_UnsupportedAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.MARS_UnsupportedAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -9,7 +9,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
diff --git a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.TestDisposeFlagCloning962Test1(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.TestDisposeFlagCloning962Test1(PostgreSQL.14,False).sql
index 7d7c4b20a362..bc007c6a98b2 100644
--- a/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.TestDisposeFlagCloning962Test1(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Data/DataConnectionTests/Tests.Data.DataConnectionTests.TestDisposeFlagCloning962Test1(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."CategoryID",
@@ -10,7 +10,7 @@ FROM
"Categories" m_1
INNER JOIN "Products" d ON m_1."CategoryID" = d."CategoryID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."CategoryID",
diff --git a/PostgreSQL.14/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObject51(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObject51(PostgreSQL.14).sql
index 08be02752166..e45a221ff1b9 100644
--- a/PostgreSQL.14/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObject51(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObject51(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.14/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObjectProjection(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObjectProjection(PostgreSQL.14).sql
index ab21dac40ef2..0095af0b8dfd 100644
--- a/PostgreSQL.14/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObjectProjection(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/DataExtensionsTests/Tests.Data.DataExtensionsTests.TestObjectProjection(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyAsync(PostgreSQL.14).sql
index d1eeecd2b8e9..d7a4d4317d35 100644
--- a/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions1(PostgreSQL.14).sql
index d1eeecd2b8e9..d7a4d4317d35 100644
--- a/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions2(PostgreSQL.14).sql
index d1eeecd2b8e9..d7a4d4317d35 100644
--- a/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.RetryPolicyOptions2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.TestRetryPolicy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.TestRetryPolicy(PostgreSQL.14).sql
index d1eeecd2b8e9..d7a4d4317d35 100644
--- a/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.TestRetryPolicy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/RetryPolicyTest/Tests.Data.RetryPolicyTest.TestRetryPolicy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransaction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransaction(PostgreSQL.14).sql
index 3d5b0f886848..5f0d71db60b7 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransaction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransaction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
@@ -24,7 +24,7 @@ SET
WHERE
"Parent"."ParentID" = 1010
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransactionAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransactionAsync(PostgreSQL.14).sql
index 3d5b0f886848..5f0d71db60b7 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransactionAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.AutoRollbackTransactionAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
@@ -24,7 +24,7 @@ SET
WHERE
"Parent"."ParentID" = 1010
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.CommitTransaction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.CommitTransaction(PostgreSQL.14).sql
index 4030fca5d9e1..41f72c9c5e9b 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.CommitTransaction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.CommitTransaction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
@@ -25,7 +25,7 @@ WHERE
"Parent"."ParentID" = 1010
CommitTransaction
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionBeginTransactionAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionBeginTransactionAsync(PostgreSQL.14).sql
index 831d5e9e287f..353d5178025f 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionBeginTransactionAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionBeginTransactionAsync(PostgreSQL.14).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionCommitTransactionAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionCommitTransactionAsync(PostgreSQL.14).sql
index 506570b1f6f6..3c0ff1a32960 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionCommitTransactionAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionCommitTransactionAsync(PostgreSQL.14).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
@@ -17,7 +17,7 @@ VALUES
)
CommitTransactionAsync
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionDisposeAsyncTransaction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionDisposeAsyncTransaction(PostgreSQL.14).sql
index 0729b3acaf33..35673874e1c9 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionDisposeAsyncTransaction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionDisposeAsyncTransaction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionRollbackTransactionAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionRollbackTransactionAsync(PostgreSQL.14).sql
index 7bf627b4e3e8..99d3e1cf1fda 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionRollbackTransactionAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataConnectionRollbackTransactionAsync(PostgreSQL.14).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextBeginTransactionAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextBeginTransactionAsync(PostgreSQL.14).sql
index 32098a3f2fd3..24ca92a11c78 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextBeginTransactionAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextBeginTransactionAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -7,7 +7,7 @@ FROM
"Parent" t1
BeginTransactionAsync
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextCommitTransactionAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextCommitTransactionAsync(PostgreSQL.14).sql
index 506570b1f6f6..3c0ff1a32960 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextCommitTransactionAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextCommitTransactionAsync(PostgreSQL.14).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
@@ -17,7 +17,7 @@ VALUES
)
CommitTransactionAsync
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextOpenOrBeginTransactionAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextOpenOrBeginTransactionAsync(PostgreSQL.14).sql
index 831d5e9e287f..353d5178025f 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextOpenOrBeginTransactionAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextOpenOrBeginTransactionAsync(PostgreSQL.14).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextRollbackTransactionAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextRollbackTransactionAsync(PostgreSQL.14).sql
index 7bf627b4e3e8..99d3e1cf1fda 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextRollbackTransactionAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DataContextRollbackTransactionAsync(PostgreSQL.14).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransaction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransaction(PostgreSQL.14).sql
index 38e805bb230c..33d682379194 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransaction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransaction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
commit;
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsync(PostgreSQL.14).sql
index 759d0319e054..5a5b85786af3 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsync(PostgreSQL.14).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
commit;
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsyncDataContext(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsyncDataContext(PostgreSQL.14).sql
index ac143cc160c0..51e3908c3e5a 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsyncDataContext(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionAsyncDataContext(PostgreSQL.14).sql
@@ -1,5 +1,5 @@
BeginTransactionAsync
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
commit;
SELECT
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionDataContext(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionDataContext(PostgreSQL.14).sql
index da2182e40c14..c920c628628f 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionDataContext(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.DisposeCommitedTransactionDataContext(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
commit;
SELECT
diff --git a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.RollbackTransaction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.RollbackTransaction(PostgreSQL.14).sql
index 8dd03c406469..8a602c5f82ea 100644
--- a/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.RollbackTransaction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Data/TransactionTests/Tests.Data.TransactionTests.RollbackTransaction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1010
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
@@ -25,7 +25,7 @@ WHERE
"Parent"."ParentID" = 1010
RollbackTransaction
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.AnalyticFunctions(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.AnalyticFunctions(PostgreSQL.14).sql
index 3040850b1c6d..7a0dc2a34277 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.AnalyticFunctions(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.AnalyticFunctions(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id" / 3,
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayAggregateGrouping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayAggregateGrouping(PostgreSQL.14).sql
index 94d5c9bafd85..75bbcef44128 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayAggregateGrouping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayAggregateGrouping(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -18,7 +18,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ARRAY_AGG(v.value)
@@ -26,7 +26,7 @@ FROM
"SampleClass" t1
INNER JOIN LATERAL UNNEST(t1."StrArray") v(value) ON 1=1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ARRAY_AGG(DISTINCT v.value)
@@ -34,7 +34,7 @@ FROM
"SampleClass" t1
INNER JOIN LATERAL UNNEST(t1."StrArray") v(value) ON 1=1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ARRAY_AGG(v.value ORDER BY v.value)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayFunctions(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayFunctions(PostgreSQL.14).sql
index df59d03c5a6b..d7f697a07e17 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayFunctions(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.ArrayFunctions(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @arr -2147483639 -- Object
SET @arr = {1,2,3}
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.GenerateSeries(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.GenerateSeries(PostgreSQL.14).sql
index 546853a2dc61..9f5bcda81909 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.GenerateSeries(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.GenerateSeries(PostgreSQL.14).sql
@@ -1,18 +1,18 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.value
FROM
GENERATE_SERIES(1, 10) t1(value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.value
FROM
GENERATE_SERIES(1, 10, 2) t1(value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Interval -- Object
SET @value = 05:00:00
@@ -21,7 +21,7 @@ SELECT
FROM
GENERATE_SERIES('2020-02-19 17:54:55.123'::timestamp, '2020-02-29 17:54:55.123'::timestamp, :value) t1(value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2020-02-19 17:54:55.123'::timestamp
DECLARE @p_1 Interval -- Object
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.SystemFunctions(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.SystemFunctions(PostgreSQL.14).sql
index f6a3d7378b79..89b95276a6a1 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.SystemFunctions(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.SystemFunctions(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
VERSION(),
@@ -9,37 +9,37 @@ SELECT
CURRENT_USER,
SESSION_USER
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
VERSION()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CURRENT_CATALOG
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CURRENT_DATABASE()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CURRENT_ROLE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CURRENT_SCHEMA
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CURRENT_USER
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SESSION_USER
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.Unnest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.Unnest(PostgreSQL.14).sql
index 801cab5780f3..1eef505a24c5 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.Unnest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.Unnest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v.value
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestSubquery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestSubquery(PostgreSQL.14).sql
index 6e9889570f0a..e677c5489f13 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestSubquery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestSubquery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinality(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinality(PostgreSQL.14).sql
index 6825c4f4641b..c3e2cd6afd50 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinality(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinality(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v.value,
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinalitySubquery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinalitySubquery(PostgreSQL.14).sql
index b1dc170c0a7f..024cd521642f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinalitySubquery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLExtensionsTests/Tests.DataProvider.PostgreSQLExtensionsTests.UnnestWithOrdinalitySubquery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypes(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypes(PostgreSQL.14).sql
index 16853e6d923a..224762267011 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypes(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypes(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -23,7 +23,7 @@ VALUES
(4008,1008,'2001-01-11 01:11:21.100'::timestamp,True,'233bf399-9710-4e79-873d-2ec7bf1e0008'::uuid,NULL,8,NULL),
(4009,1009,'2001-01-11 01:11:21.100'::timestamp,True,'233bf399-9710-4e79-873d-2ec7bf1e0009'::uuid,NULL,9,NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" p
@@ -32,7 +32,7 @@ WHERE
INSERT BULK "LinqDataTypes"(ID, MoneyValue, DateTimeValue, BoolValue, GuidValue, BinaryValue, SmallIntValue, StringValue)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" p
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypesAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypesAsync(PostgreSQL.14).sql
index 02480c7b0648..8c709e64c3e8 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypesAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyLinqTypesAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -23,7 +23,7 @@ VALUES
(4008,1008,'2001-01-11 01:11:21.100'::timestamp,True,'233bf399-9710-4e79-873d-2ec7bf1e0008'::uuid,NULL,8,NULL),
(4009,1009,'2001-01-11 01:11:21.100'::timestamp,True,'233bf399-9710-4e79-873d-2ec7bf1e0009'::uuid,NULL,9,NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" p
@@ -32,7 +32,7 @@ WHERE
INSERT ASYNC BULK "LinqDataTypes"(ID, MoneyValue, DateTimeValue, BoolValue, GuidValue, BinaryValue, SmallIntValue, StringValue)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" p
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,Default,False).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,Default,False).sql
index 109e2c65516a..3a688b5f9467 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,Default,False).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,Default,False).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Max("ID") FROM "SequenceTest1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -28,7 +28,7 @@ VALUES
(9,'SeqValue9'),
(10,'SeqValue10')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -47,7 +47,7 @@ VALUES
(19,'SeqValue19'),
(20,'SeqValue20')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -66,7 +66,7 @@ VALUES
(29,'SeqValue29'),
(30,'SeqValue30')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -85,7 +85,7 @@ VALUES
(39,'SeqValue39'),
(40,'SeqValue40')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,Default,True).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,Default,True).sql
index a20f1e0cd3f7..27802093da23 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,Default,True).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,Default,True).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT nextval('sequencetestseq') FROM generate_series(1, 40)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -28,7 +28,7 @@ VALUES
(9,'SeqValue9'),
(10,'SeqValue10')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -47,7 +47,7 @@ VALUES
(19,'SeqValue19'),
(20,'SeqValue20')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -66,7 +66,7 @@ VALUES
(29,'SeqValue29'),
(30,'SeqValue30')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -85,7 +85,7 @@ VALUES
(39,'SeqValue39'),
(40,'SeqValue40')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,MultipleRows,False).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,MultipleRows,False).sql
index 109e2c65516a..3a688b5f9467 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,MultipleRows,False).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,MultipleRows,False).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Max("ID") FROM "SequenceTest1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -28,7 +28,7 @@ VALUES
(9,'SeqValue9'),
(10,'SeqValue10')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -47,7 +47,7 @@ VALUES
(19,'SeqValue19'),
(20,'SeqValue20')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -66,7 +66,7 @@ VALUES
(29,'SeqValue29'),
(30,'SeqValue30')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -85,7 +85,7 @@ VALUES
(39,'SeqValue39'),
(40,'SeqValue40')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,MultipleRows,True).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,MultipleRows,True).sql
index a20f1e0cd3f7..27802093da23 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,MultipleRows,True).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,MultipleRows,True).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT nextval('sequencetestseq') FROM generate_series(1, 40)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -28,7 +28,7 @@ VALUES
(9,'SeqValue9'),
(10,'SeqValue10')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -47,7 +47,7 @@ VALUES
(19,'SeqValue19'),
(20,'SeqValue20')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -66,7 +66,7 @@ VALUES
(29,'SeqValue29'),
(30,'SeqValue30')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SequenceTest1"
(
@@ -85,7 +85,7 @@ VALUES
(39,'SeqValue39'),
(40,'SeqValue40')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,ProviderSpecific,False).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,ProviderSpecific,False).sql
index 69bc488dc84c..91233a990189 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,ProviderSpecific,False).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,ProviderSpecific,False).sql
@@ -1,17 +1,17 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Max("ID") FROM "SequenceTest1"
INSERT BULK "SequenceTest1"(ID, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,ProviderSpecific,True).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,ProviderSpecific,True).sql
index 1cd83f766cd8..45cbea49085c 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,ProviderSpecific,True).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,ProviderSpecific,True).sql
@@ -1,17 +1,17 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT nextval('sequencetestseq') FROM generate_series(1, 40)
INSERT BULK "SequenceTest1"(ID, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,RowByRow,False).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,RowByRow,False).sql
index 5b8127068f8f..41b59df074ee 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,RowByRow,False).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,RowByRow,False).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Max("ID") FROM "SequenceTest1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue1'
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue2'
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue3'
@@ -54,7 +54,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue4'
@@ -69,7 +69,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue5'
@@ -84,7 +84,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue6'
@@ -99,7 +99,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue7'
@@ -114,7 +114,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue8'
@@ -129,7 +129,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue9'
@@ -144,7 +144,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue10'
@@ -159,7 +159,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue11'
@@ -174,7 +174,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue12'
@@ -189,7 +189,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue13'
@@ -204,7 +204,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue14'
@@ -219,7 +219,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue15'
@@ -234,7 +234,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue16'
@@ -249,7 +249,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue17'
@@ -264,7 +264,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue18'
@@ -279,7 +279,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue19'
@@ -294,7 +294,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue20'
@@ -309,7 +309,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue21'
@@ -324,7 +324,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue22'
@@ -339,7 +339,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue23'
@@ -354,7 +354,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue24'
@@ -369,7 +369,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue25'
@@ -384,7 +384,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue26'
@@ -399,7 +399,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue27'
@@ -414,7 +414,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue28'
@@ -429,7 +429,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue29'
@@ -444,7 +444,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue30'
@@ -459,7 +459,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue31'
@@ -474,7 +474,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue32'
@@ -489,7 +489,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue33'
@@ -504,7 +504,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue34'
@@ -519,7 +519,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue35'
@@ -534,7 +534,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue36'
@@ -549,7 +549,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue37'
@@ -564,7 +564,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue38'
@@ -579,7 +579,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue39'
@@ -594,7 +594,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue40'
@@ -609,7 +609,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,RowByRow,True).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,RowByRow,True).sql
index 83544e1e2c15..1fa25caa6ea3 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,RowByRow,True).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyRetrieveSequences(PostgreSQL.14,RowByRow,True).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" LIKE 'SeqValue%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT nextval('sequencetestseq') FROM generate_series(1, 40)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue1'
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue2'
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue3'
@@ -54,7 +54,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue4'
@@ -69,7 +69,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue5'
@@ -84,7 +84,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue6'
@@ -99,7 +99,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue7'
@@ -114,7 +114,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue8'
@@ -129,7 +129,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(9) -- String
SET @Value = 'SeqValue9'
@@ -144,7 +144,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue10'
@@ -159,7 +159,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue11'
@@ -174,7 +174,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue12'
@@ -189,7 +189,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue13'
@@ -204,7 +204,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue14'
@@ -219,7 +219,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue15'
@@ -234,7 +234,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue16'
@@ -249,7 +249,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue17'
@@ -264,7 +264,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue18'
@@ -279,7 +279,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue19'
@@ -294,7 +294,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue20'
@@ -309,7 +309,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue21'
@@ -324,7 +324,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue22'
@@ -339,7 +339,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue23'
@@ -354,7 +354,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue24'
@@ -369,7 +369,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue25'
@@ -384,7 +384,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue26'
@@ -399,7 +399,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue27'
@@ -414,7 +414,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue28'
@@ -429,7 +429,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue29'
@@ -444,7 +444,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue30'
@@ -459,7 +459,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue31'
@@ -474,7 +474,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue32'
@@ -489,7 +489,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue33'
@@ -504,7 +504,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue34'
@@ -519,7 +519,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue35'
@@ -534,7 +534,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue36'
@@ -549,7 +549,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue37'
@@ -564,7 +564,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue38'
@@ -579,7 +579,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue39'
@@ -594,7 +594,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(10) -- String
SET @Value = 'SeqValue40'
@@ -609,7 +609,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithRollback,PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithRollback,PostgreSQL.14).sql
index 3abbd3cd13e7..b4df6755c79f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithRollback,PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithRollback,PostgreSQL.14).sql
@@ -1,6 +1,6 @@
INSERT BULK "AllTypes"(bigintDataType, numericDataType, smallintDataType, intDataType, moneyDataType, doubleDataType, realDataType, timestampDataType, timestampTZDataType, dateDataType, timeDataType, timeTZDataType, intervalDataType, intervalDataType2, charDataType, char20DataType, varcharDataType, textDataType, binaryDataType, uuidDataType, bitDataType, booleanDataType, colorDataType, xmlDataType, varBitDataType, pointDataType, lsegDataType, boxDataType, pathDataType, polygonDataType, circleDataType, lineDataType, inetDataType, cidrDataType, macaddrDataType, macaddr8DataType, jsonDataType, jsonbDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -51,7 +51,7 @@ ORDER BY
LIMIT :take
RollbackTransaction
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithTransaction,PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithTransaction,PostgreSQL.14).sql
index 090f9310d039..f405f6138be2 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithTransaction,PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithTransaction,PostgreSQL.14).sql
@@ -1,6 +1,6 @@
INSERT BULK "AllTypes"(bigintDataType, numericDataType, smallintDataType, intDataType, moneyDataType, doubleDataType, realDataType, timestampDataType, timestampTZDataType, dateDataType, timeDataType, timeTZDataType, intervalDataType, intervalDataType2, charDataType, char20DataType, varcharDataType, textDataType, binaryDataType, uuidDataType, bitDataType, booleanDataType, colorDataType, xmlDataType, varBitDataType, pointDataType, lsegDataType, boxDataType, pathDataType, polygonDataType, circleDataType, lineDataType, inetDataType, cidrDataType, macaddrDataType, macaddr8DataType, jsonDataType, jsonbDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithoutTransaction,PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithoutTransaction,PostgreSQL.14).sql
index 903b7672cc74..5649ef827389 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithoutTransaction,PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTest(WithoutTransaction,PostgreSQL.14).sql
@@ -1,6 +1,6 @@
INSERT BULK "AllTypes"(bigintDataType, numericDataType, smallintDataType, intDataType, moneyDataType, doubleDataType, realDataType, timestampDataType, timestampTZDataType, dateDataType, timeDataType, timeTZDataType, intervalDataType, intervalDataType2, charDataType, char20DataType, varcharDataType, textDataType, binaryDataType, uuidDataType, bitDataType, booleanDataType, colorDataType, xmlDataType, varBitDataType, pointDataType, lsegDataType, boxDataType, pathDataType, polygonDataType, circleDataType, lineDataType, inetDataType, cidrDataType, macaddrDataType, macaddr8DataType, jsonDataType, jsonbDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -50,7 +50,7 @@ ORDER BY
t1."ID" DESC
LIMIT :take
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"AllTypes" t1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithRollback,PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithRollback,PostgreSQL.14).sql
index 66bde443968f..ddf36e9b1834 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithRollback,PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithRollback,PostgreSQL.14).sql
@@ -1,6 +1,6 @@
INSERT ASYNC BULK "AllTypes"(bigintDataType, numericDataType, smallintDataType, intDataType, moneyDataType, doubleDataType, realDataType, timestampDataType, timestampTZDataType, dateDataType, timeDataType, timeTZDataType, intervalDataType, intervalDataType2, charDataType, char20DataType, varcharDataType, textDataType, binaryDataType, uuidDataType, bitDataType, booleanDataType, colorDataType, xmlDataType, varBitDataType, pointDataType, lsegDataType, boxDataType, pathDataType, polygonDataType, circleDataType, lineDataType, inetDataType, cidrDataType, macaddrDataType, macaddr8DataType, jsonDataType, jsonbDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -51,7 +51,7 @@ ORDER BY
LIMIT :take
RollbackTransaction
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithTransaction,PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithTransaction,PostgreSQL.14).sql
index 5cb8f42a9433..69d3f8eabf7a 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithTransaction,PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithTransaction,PostgreSQL.14).sql
@@ -1,6 +1,6 @@
INSERT ASYNC BULK "AllTypes"(bigintDataType, numericDataType, smallintDataType, intDataType, moneyDataType, doubleDataType, realDataType, timestampDataType, timestampTZDataType, dateDataType, timeDataType, timeTZDataType, intervalDataType, intervalDataType2, charDataType, char20DataType, varcharDataType, textDataType, binaryDataType, uuidDataType, bitDataType, booleanDataType, colorDataType, xmlDataType, varBitDataType, pointDataType, lsegDataType, boxDataType, pathDataType, polygonDataType, circleDataType, lineDataType, inetDataType, cidrDataType, macaddrDataType, macaddr8DataType, jsonDataType, jsonbDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithoutTransaction,PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithoutTransaction,PostgreSQL.14).sql
index 9db3249f9e89..8432d8aa2173 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithoutTransaction,PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.BulkCopyTestAsync(WithoutTransaction,PostgreSQL.14).sql
@@ -1,6 +1,6 @@
INSERT ASYNC BULK "AllTypes"(bigintDataType, numericDataType, smallintDataType, intDataType, moneyDataType, doubleDataType, realDataType, timestampDataType, timestampTZDataType, dateDataType, timeDataType, timeTZDataType, intervalDataType, intervalDataType2, charDataType, char20DataType, varcharDataType, textDataType, binaryDataType, uuidDataType, bitDataType, booleanDataType, colorDataType, xmlDataType, varBitDataType, pointDataType, lsegDataType, boxDataType, pathDataType, polygonDataType, circleDataType, lineDataType, inetDataType, cidrDataType, macaddrDataType, macaddr8DataType, jsonDataType, jsonbDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -50,7 +50,7 @@ ORDER BY
t1."ID" DESC
LIMIT :take
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"AllTypes" t1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.CreateTableTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.CreateTableTest(PostgreSQL.14).sql
index 77dbef2aaf2a..d6faf4ce97fe 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.CreateTableTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.CreateTableTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @TimeOffset TimestampTz -- DateTime
SET @TimeOffset = '2017-06-17T19:40:33.0000000+00:00'
DECLARE @Guid Uuid -- Guid
@@ -15,7 +15,7 @@ VALUES
:Guid
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Guid Uuid -- Guid
SET @Guid = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.DataTypeBinaryMappingTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.DataTypeBinaryMappingTest(PostgreSQL.14).sql
index 22d5be601eb0..9a2b1dfb2885 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.DataTypeBinaryMappingTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.DataTypeBinaryMappingTest(PostgreSQL.14).sql
@@ -1,6 +1,6 @@
INSERT BULK "DataTypeBinaryMapping"(Binary)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Binary"
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue140(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue140(PostgreSQL.14).sql
index 19944f54af13..4a712d144b98 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue140(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue140(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
select 1 as cdni_cd_cod_numero_item1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1429_Interval(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1429_Interval(PostgreSQL.14).sql
index 5ecbff77b435..477d9352c203 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1429_Interval(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1429_Interval(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ID")
FROM
"AllTypes" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @timeDataType Interval -- Object
SET @timeDataType = 00:01:00
DECLARE @value Interval -- Object
@@ -24,7 +24,7 @@ VALUES
:timeDataType
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Interval -- Object
SET @value = NpgsqlTypes.NpgsqlInterval
DECLARE @intervalDataType2 Interval -- Object
@@ -41,7 +41,7 @@ VALUES
:intervalDataType2
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @timeDataType Interval -- Object
SET @timeDataType = 3.00:00:00
@@ -54,7 +54,7 @@ VALUES
:timeDataType
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @maxId Integer -- Int32
SET @maxId = 2
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date, ).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date, ).sql
index b884ed284966..7dacb5381b48 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date, ).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date, date).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date, date).sql
index b884ed284966..7dacb5381b48 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date, date).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date, date).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, ).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, ).sql
index b884ed284966..7dacb5381b48 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, ).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, date).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, date).sql
index b884ed284966..7dacb5381b48 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, date).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date, date).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date, ).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date, ).sql
index b884ed284966..7dacb5381b48 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date, ).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date, date).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date, date).sql
index b884ed284966..7dacb5381b48 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date, date).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Date(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date, date).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date,null).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date,null).sql
index ed2c3c072e99..7512e9c0d1b5 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date,null).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date,timestamp).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date,timestamp).sql
index f32485058041..d5d7442eb70f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date,timestamp).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Date,timestamp).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,null).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,null).sql
index f32485058041..d5d7442eb70f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,null).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,timestamp).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,timestamp).sql
index f32485058041..d5d7442eb70f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,timestamp).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Undefined,timestamp).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,null).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,null).sql
index ed2c3c072e99..7512e9c0d1b5 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,null).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,timestamp).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,timestamp).sql
index f32485058041..d5d7442eb70f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,timestamp).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Date,timestamp).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,null).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,null).sql
index f32485058041..d5d7442eb70f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,null).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,timestamp).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,timestamp).sql
index f32485058041..d5d7442eb70f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,timestamp).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined,timestamp).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date,null).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date,null).sql
index ed2c3c072e99..7512e9c0d1b5 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date,null).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date,timestamp).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date,timestamp).sql
index f32485058041..d5d7442eb70f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date,timestamp).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Date,timestamp).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,null).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,null).sql
index f32485058041..d5d7442eb70f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,null).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,timestamp).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,timestamp).sql
index f32485058041..d5d7442eb70f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,timestamp).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_Timestamp(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined,timestamp).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, ).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, ).sql
index 3913f0d1bd2e..ad688f56a553 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, ).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, timestamptz).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, timestamptz).sql
index 3913f0d1bd2e..ad688f56a553 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, timestamptz).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,DateTimeOffset, timestamptz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Undefined, timestamptz).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Undefined, timestamptz).sql
index 3913f0d1bd2e..ad688f56a553 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Undefined, timestamptz).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Local,Undefined, timestamptz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, ).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, ).sql
index 3913f0d1bd2e..ad688f56a553 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, ).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, timestamptz).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, timestamptz).sql
index 3913f0d1bd2e..ad688f56a553 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, timestamptz).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,DateTimeOffset, timestamptz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined, timestamptz).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined, timestamptz).sql
index 3913f0d1bd2e..ad688f56a553 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined, timestamptz).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Unspecified,Undefined, timestamptz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, ).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, ).sql
index 3913f0d1bd2e..ad688f56a553 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, ).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, timestamptz).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, timestamptz).sql
index 3913f0d1bd2e..ad688f56a553 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, timestamptz).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,DateTimeOffset, timestamptz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined, timestamptz).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined, timestamptz).sql
index 3913f0d1bd2e..ad688f56a553 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined, timestamptz).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue1742_TimestampTZ(PostgreSQL.14,020x002F030x002F2000 040x003A050x003A06+Utc,Undefined, timestamptz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p TimestampTz -- DateTime
SET @p = '2000-02-03 04:05:06.007'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue3352Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue3352Test(PostgreSQL.14).sql
index 3a1ed9bfff4a..4fcb298b7022 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue3352Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue3352Test(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test1(PostgreSQL.14).sql
index ba7bee55f447..d0ee441f267f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id"
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test2(PostgreSQL.14).sql
index ba7bee55f447..d0ee441f267f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4348Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id"
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4487Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4487Test(PostgreSQL.14).sql
index b9b1b935c069..2ee897f67c6a 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4487Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4487Test(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TYPE IF EXISTS "item_type_enum";
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TYPE "item_type_enum" AS ENUM (
'type1',
@@ -10,7 +10,7 @@ CREATE TYPE "item_type_enum" AS ENUM (
'type3'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Enum -- Object
@@ -27,11 +27,11 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
insert into "Issue4487Table"("Id", "Values") values (2, '{type3,type2}')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Values Unknown -- Object
@@ -48,7 +48,7 @@ VALUES
:Values
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -59,7 +59,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TYPE IF EXISTS "item_type_enum";
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,Default).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,Default).sql
index 644d8a9cbf91..80420bdbdec1 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,Default).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Interval -- Object
SET @:p1 = P-4DT-6H-5M-4S-876s-876600n
@@ -9,7 +9,7 @@ INSERT INTO "Issue4672Table"
VALUES
(:p1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,MultipleRows).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,MultipleRows).sql
index 644d8a9cbf91..80420bdbdec1 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Interval -- Object
SET @:p1 = P-4DT-6H-5M-4S-876s-876600n
@@ -9,7 +9,7 @@ INSERT INTO "Issue4672Table"
VALUES
(:p1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,ProviderSpecific).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,ProviderSpecific).sql
index 3b7f24ef3a25..d627290773f2 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "Issue4672Table"(Interval)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,RowByRow).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,RowByRow).sql
index 9b24b1a7ad68..92ec8668584d 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,RowByRow).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,False,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Interval Interval -- Object
SET @Interval = P-4DT-6H-5M-4S-876s-876600n
@@ -11,7 +11,7 @@ VALUES
:Interval
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,Default).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,Default).sql
index 644d8a9cbf91..80420bdbdec1 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,Default).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Interval -- Object
SET @:p1 = P-4DT-6H-5M-4S-876s-876600n
@@ -9,7 +9,7 @@ INSERT INTO "Issue4672Table"
VALUES
(:p1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,MultipleRows).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,MultipleRows).sql
index 644d8a9cbf91..80420bdbdec1 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Interval -- Object
SET @:p1 = P-4DT-6H-5M-4S-876s-876600n
@@ -9,7 +9,7 @@ INSERT INTO "Issue4672Table"
VALUES
(:p1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,ProviderSpecific).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,ProviderSpecific).sql
index 3b7f24ef3a25..d627290773f2 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "Issue4672Table"(Interval)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,RowByRow).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,RowByRow).sql
index 9b24b1a7ad68..92ec8668584d 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,RowByRow).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.Issue4672Test(PostgreSQL.14,True,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Interval Interval -- Object
SET @Interval = P-4DT-6H-5M-4S-876s-876600n
@@ -11,7 +11,7 @@ VALUES
:Interval
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDataType(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDataType(PostgreSQL.14).sql
index 96269f64c2d8..b1c7159039e7 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDataType(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDataType(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Text"::jsonb = r."Json"::jsonb OR r."Text" IS NULL AND r."Json" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,14 +16,14 @@ FROM
WHERE
r."Text"::jsonb = r."Jsonb" OR r."Text" IS NULL AND r."Jsonb" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"JsonComparisonTable1" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -32,14 +32,14 @@ FROM
WHERE
r."Json"::jsonb = r."Jsonb" OR r."Json" IS NULL AND r."Jsonb" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"JsonComparisonTable1" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -48,7 +48,7 @@ FROM
WHERE
r."Json"::jsonb = r."Text"::jsonb OR r."Json" IS NULL AND r."Text" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -57,7 +57,7 @@ FROM
WHERE
r."Jsonb" = r."Text"::jsonb OR r."Jsonb" IS NULL AND r."Text" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDbType(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDbType(PostgreSQL.14).sql
index 3e367696431b..525baff74732 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDbType(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.JsonComparison_ByDbType(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Text"::jsonb = r."Json"::jsonb OR r."Text" IS NULL AND r."Json" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,14 +16,14 @@ FROM
WHERE
r."Text"::jsonb = r."Jsonb" OR r."Text" IS NULL AND r."Jsonb" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"JsonComparisonTable2" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -32,14 +32,14 @@ FROM
WHERE
r."Json"::jsonb = r."Jsonb" OR r."Json" IS NULL AND r."Jsonb" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"JsonComparisonTable2" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -48,7 +48,7 @@ FROM
WHERE
r."Json"::jsonb = r."Text"::jsonb OR r."Json" IS NULL AND r."Text" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -57,7 +57,7 @@ FROM
WHERE
r."Jsonb" = r."Text"::jsonb OR r."Jsonb" IS NULL AND r."Text" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest1(PostgreSQL.14).sql
index 3f0b7cf59103..753d0fb85bd4 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @categoryParam Integer -- Int32
SET @categoryParam = 1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest2(PostgreSQL.14).sql
index 3f0b7cf59103..753d0fb85bd4 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @categoryParam Integer -- Int32
SET @categoryParam = 1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest3(PostgreSQL.14).sql
index 3f0b7cf59103..753d0fb85bd4 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @categoryParam Integer -- Int32
SET @categoryParam = 1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest4(PostgreSQL.14).sql
index f99ee589b974..f659360b9155 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest5(PostgreSQL.14).sql
index 3f0b7cf59103..753d0fb85bd4 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @categoryParam Integer -- Int32
SET @categoryParam = 1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest6(PostgreSQL.14).sql
index 3f0b7cf59103..753d0fb85bd4 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.ObjectParamTest6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @categoryParam Integer -- Int32
SET @categoryParam = 1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.PartitionedTables(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.PartitionedTables(PostgreSQL.14).sql
index 3a1ed9bfff4a..4fcb298b7022 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.PartitionedTables(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.PartitionedTables(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert1(PostgreSQL.14).sql
index d0f99d0a38a3..7fb30838f217 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert1(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -20,7 +20,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -31,7 +31,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -40,7 +40,7 @@ DELETE FROM
WHERE
t1."ID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert2(PostgreSQL.14).sql
index d7b90785ce00..3aeb2f11682a 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert2(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest2" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -18,7 +18,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -29,7 +29,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -38,7 +38,7 @@ DELETE FROM
WHERE
t1."ID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert3(PostgreSQL.14).sql
index c2bbf181a6f1..229a021be198 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsert3(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest3" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -20,7 +20,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -31,7 +31,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -40,7 +40,7 @@ DELETE FROM
WHERE
t1."ID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity1(PostgreSQL.14).sql
index 020b928153d8..36bb016928a4 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity1(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest1" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -22,7 +22,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -33,7 +33,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
@@ -42,7 +42,7 @@ DELETE FROM
WHERE
t1."ID" = :id1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity2(PostgreSQL.14).sql
index 833ed805f0e0..74e2464f767b 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity2(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest2" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -20,7 +20,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -31,7 +31,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 2
@@ -40,7 +40,7 @@ DELETE FROM
WHERE
t1."ID" = :id1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity3(PostgreSQL.14).sql
index 250890da17e1..8089b7895e3b 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity3(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceTest3" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -22,7 +22,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -33,7 +33,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
@@ -42,7 +42,7 @@ DELETE FROM
WHERE
t1."ID" = :id1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity4(PostgreSQL.14).sql
index 8498daebae66..d2b5f3b2ab69 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity4(PostgreSQL.14).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
test_schema."TestSchemaIdentity" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_schema."TestSchemaIdentity"
(
@@ -16,7 +16,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
@@ -24,7 +24,7 @@ FROM
test_schema."TestSchemaIdentity" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
test_schema."TestSchemaIdentity" t1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity5(PostgreSQL.14).sql
index 2d83a10274fc..9ba165aca769 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity5(PostgreSQL.14).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
test_schema.testserialidentity t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_schema.testserialidentity DEFAULT VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
@@ -17,7 +17,7 @@ FROM
test_schema.testserialidentity t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
test_schema.testserialidentity t1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity_CustomNaming(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity_CustomNaming(PostgreSQL.14).sql
index ca0e77b23f26..6750028fe778 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity_CustomNaming(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithIdentity_CustomNaming(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"SequenceCustomNamingTest" t1
WHERE
t1."Value" = 'SeqValue'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
@@ -22,7 +22,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -33,7 +33,7 @@ WHERE
t1."Value" = 'SeqValue'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
@@ -42,7 +42,7 @@ DELETE FROM
WHERE
t1."ID" = :id1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithUserDefinedSequenceNameAttribute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithUserDefinedSequenceNameAttribute(PostgreSQL.14).sql
index 1603a71b14c8..9a1c9b5678a9 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithUserDefinedSequenceNameAttribute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithUserDefinedSequenceNameAttribute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithoutSequenceNameAttribute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithoutSequenceNameAttribute(PostgreSQL.14).sql
index af13af3360bf..43d099be3999 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithoutSequenceNameAttribute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.SequenceInsertWithoutSequenceNameAttribute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(8) -- String
SET @Value = 'SeqValue'
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.14,False).sql
index bc3fedb3d124..c0ecad76e7e7 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value1 Numeric -- Decimal
@@ -19,7 +19,7 @@ VALUES
:Value2
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.14,True).sql
index dd045e289f33..b11439ac2b61 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBigInteger(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BigIntegerTable"
(
@@ -13,7 +13,7 @@ VALUES
-22345678901234567890123456789012345678901234567890
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBinary(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBinary(PostgreSQL.14).sql
index 4ce592f91634..ad6fc89dffdf 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBinary(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestBinary(PostgreSQL.14).sql
@@ -1,56 +1,56 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT E'\060\071'::bytea
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(2) -- Binary
SET @p = E'\\x3039'::bytea
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(2) -- Binary
SET @p = E'\\x3039'::bytea
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(2) -- Binary
SET @p = E'\\x3039'::bytea
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bytea -- Binary
SET @p = NULL
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(0) -- Binary
SET @p = E'\\x'::bytea
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(0) -- Binary
SET @p = E'\\x'::bytea
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(2) -- Binary
SET @p = E'\\x3039'::bytea
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(2) -- Binary
SET @p = E'\\x3039'::bytea
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bytea(2) -- Binary
SET @p = E'\\x3039'::bytea
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestChar(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestChar(PostgreSQL.14).sql
index bf2e94614d21..8a214e60439f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestChar(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestChar(PostgreSQL.14).sql
@@ -1,126 +1,126 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('1' as char)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('1' as char)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('1' as char(1))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('1' as char(1))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('1' as varchar)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('1' as varchar)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('1' as varchar(20))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('1' as varchar(20))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT Cast(:p as char)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT Cast(:p as char)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT Cast(:p as char(1))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT Cast(:p as char(1))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Varchar -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Varchar -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Varchar -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Varchar -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char -- String
SET @p = '1'
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregate(PostgreSQL.14).sql
index a15a544507f0..2ef6eacf9062 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregate(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
AVG(g_1."doubleDataType"),
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregateNotNullable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregateNotNullable(PostgreSQL.14).sql
index db501470f7b4..34f8bee3b490 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregateNotNullable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestCustomAggregateNotNullable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
AVG(Coalesce(g_1."doubleDataType", 0)),
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDate(PostgreSQL.14).sql
index 62b6f97dad2b..112ebc2dfef2 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDate(PostgreSQL.14).sql
@@ -1,18 +1,18 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('2012-12-12' as date)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('2012-12-12' as date)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2012-12-12'::date
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Date
SET @p = '2012-12-12'::date
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDateTime(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDateTime(PostgreSQL.14).sql
index 08a8e03a2569..e590fc6eed26 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDateTime(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestDateTime(PostgreSQL.14).sql
@@ -1,24 +1,24 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('2012-12-12 12:12:12' as timestamp)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('2012-12-12 12:12:12' as timestamp)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2012-12-12 12:12:12'::timestamp
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2012-12-12 12:12:12'::timestamp
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Timestamp -- DateTime2
SET @p = '2012-12-12 12:12:12'::timestamp
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum1(PostgreSQL.14).sql
index 6f9f9d609cca..84236fd5b022 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum1(PostgreSQL.14).sql
@@ -1,16 +1,16 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT 'A'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT 'A'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT 'B'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT 'B'
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum2(PostgreSQL.14).sql
index ec5121cb2533..cb4d4283f00c 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestEnum2(PostgreSQL.14).sql
@@ -1,28 +1,28 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = 'A'
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = 'B'
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = 'A'
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = 'A'
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = 'A'
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,Default).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,Default).sql
index d74b947fce5f..6be0ccaf5059 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,Default).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "ExtraBulkCopyTypesTable"
(
@@ -24,7 +24,7 @@ VALUES
(1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(2,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,MultipleRows).sql
index d74b947fce5f..6be0ccaf5059 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "ExtraBulkCopyTypesTable"
(
@@ -24,7 +24,7 @@ VALUES
(1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(2,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,ProviderSpecific).sql
index 3036503a8265..1caaf63e6640 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "ExtraBulkCopyTypesTable"(Id, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, ByteT, SByteT, Int16T, UInt16T, Int32T, UInt32T, Int64T, UInt64T)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,RowByRow).sql
index 01481d1e53e8..965c2d0c1f6e 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopy(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Byte Smallint -- Int16
@@ -75,7 +75,7 @@ VALUES
:UInt64T
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Byte Smallint -- Int16
@@ -152,7 +152,7 @@ VALUES
:UInt64T
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,Default).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,Default).sql
index d74b947fce5f..6be0ccaf5059 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,Default).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "ExtraBulkCopyTypesTable"
(
@@ -24,7 +24,7 @@ VALUES
(1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(2,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,MultipleRows).sql
index d74b947fce5f..6be0ccaf5059 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "ExtraBulkCopyTypesTable"
(
@@ -24,7 +24,7 @@ VALUES
(1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
(2,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615,255,127,32767,65535,2147483647,4294967295,9223372036854775807,18446744073709551615)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,ProviderSpecific).sql
index 594e7e360f07..4f4baaf388b1 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT ASYNC BULK "ExtraBulkCopyTypesTable"(Id, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, ByteT, SByteT, Int16T, UInt16T, Int32T, UInt32T, Int64T, UInt64T)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,RowByRow).sql
index 01481d1e53e8..965c2d0c1f6e 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestExtraTypesBulkCopyAsync(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Byte Smallint -- Int16
@@ -75,7 +75,7 @@ VALUES
:UInt64T
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Byte Smallint -- Int16
@@ -152,7 +152,7 @@ VALUES
:UInt64T
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestGuid(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestGuid(PostgreSQL.14).sql
index 1e3aeb44d349..f3dc8a9dd17d 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestGuid(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestGuid(PostgreSQL.14).sql
@@ -1,18 +1,18 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('6F9619FF-8B86-D011-B42D-00C04FC964FF' as uuid)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('6F9619FF-8B86-D011-B42D-00C04FC964FF' as uuid)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Uuid -- Guid
SET @p = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Uuid -- Guid
SET @p = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,$test).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,$test).sql
index c3144ee0d4d9..fb2c3f973104 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,$test).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,$test).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,1test).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,1test).sql
index a51abc64ebeb..79230a6920d3 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,1test).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,1test).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,Test).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,Test).sql
index 6e7896befdbf..c3ab66ef24de 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,Test).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,Test).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,te-st).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,te-st).sql
index f4d6d181fed2..7365fbebd20a 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,te-st).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,te-st).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,te0x005Cst).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,te0x005Cst).sql
index 24801600b95e..b3de4c96448f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,te0x005Cst).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,te0x005Cst).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git "a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,\320\242\320\265\321\201\321\202).sql" "b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,\320\242\320\265\321\201\321\202).sql"
index 01771a1060a8..28d4a95dfe40 100644
--- "a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,\320\242\320\265\321\201\321\202).sql"
+++ "b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasEscaping(PostgreSQL.14,\320\242\320\265\321\201\321\202).sql"
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,_test).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,_test).sql
index 1a284f630d8c..d940e4474d5e 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,_test).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,_test).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,test).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,test).sql
index a4f61d4dffef..3425542d801d 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,test).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,test).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,x$).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,x$).sql
index 3fbdda2724a1..9f520c18a7fc 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,x$).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,x$).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,x1).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,x1).sql
index 913cacfc71f0..48856e747f33 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,x1).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,x1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,x_).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,x_).sql
index fb4c84c63f6c..94bd8ee9df91 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,x_).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,x_).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git "a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,\321\202\320\265\321\201\321\202).sql" "b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,\321\202\320\265\321\201\321\202).sql"
index 23954c0b1bb7..74be2be3f3ef 100644
--- "a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,\321\202\320\265\321\201\321\202).sql"
+++ "b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIdentifierHasNoEscaping(PostgreSQL.14,\321\202\320\265\321\201\321\202).sql"
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.14,Local).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.14,Local).sql
index cebb503d5fa3..b698c663910a 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.14,Local).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.14,Local).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
DECLARE @dt_1 TimestampTz -- DateTime
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.14,Unspecified).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.14,Unspecified).sql
index cebb503d5fa3..b698c663910a 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.14,Unspecified).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.14,Unspecified).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
DECLARE @dt_1 TimestampTz -- DateTime
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.14,Utc).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.14,Utc).sql
index cebb503d5fa3..b698c663910a 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.14,Utc).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895(PostgreSQL.14,Utc).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
DECLARE @dt_1 TimestampTz -- DateTime
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Local,Default).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Local,Default).sql
index 96161968e440..418c11b48abb 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Local,Default).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Local,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestIssue3895BulkCopy"
(
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Local,MultipleRows).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Local,MultipleRows).sql
index 96161968e440..418c11b48abb 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Local,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Local,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestIssue3895BulkCopy"
(
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Local,RowByRow).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Local,RowByRow).sql
index 6bb534c92ae8..3d2d121f789f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Local,RowByRow).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Local,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @timestampDataType Timestamp -- DateTime2
SET @timestampDataType = '2020-02-29 17:54:55.123'::timestamp
DECLARE @timestampTZDataType TimestampTz -- DateTime
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Unspecified,Default).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Unspecified,Default).sql
index 96161968e440..418c11b48abb 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Unspecified,Default).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Unspecified,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestIssue3895BulkCopy"
(
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Unspecified,MultipleRows).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Unspecified,MultipleRows).sql
index 96161968e440..418c11b48abb 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Unspecified,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Unspecified,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestIssue3895BulkCopy"
(
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Unspecified,RowByRow).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Unspecified,RowByRow).sql
index 6bb534c92ae8..3d2d121f789f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Unspecified,RowByRow).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Unspecified,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @timestampDataType Timestamp -- DateTime2
SET @timestampDataType = '2020-02-29 17:54:55.123'::timestamp
DECLARE @timestampTZDataType TimestampTz -- DateTime
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Utc,Default).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Utc,Default).sql
index 96161968e440..418c11b48abb 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Utc,Default).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Utc,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestIssue3895BulkCopy"
(
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Utc,MultipleRows).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Utc,MultipleRows).sql
index 96161968e440..418c11b48abb 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Utc,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Utc,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestIssue3895BulkCopy"
(
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Utc,RowByRow).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Utc,RowByRow).sql
index 6bb534c92ae8..3d2d121f789f 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Utc,RowByRow).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestIssue3895BulkCopy(PostgreSQL.14,Utc,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @timestampDataType Timestamp -- DateTime2
SET @timestampDataType = '2020-02-29 17:54:55.123'::timestamp
DECLARE @timestampTZDataType TimestampTz -- DateTime
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJson(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJson(PostgreSQL.14).sql
index 0b93f314c3cd..61abe3b406d3 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJson(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJson(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Json -- Object
SET @p = '{"name":"bob", "age":10}'
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJsonb(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJsonb(PostgreSQL.14).sql
index 4c1df6d774c5..cda08b92dbc5 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJsonb(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestJsonb(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Jsonb -- Object
SET @p = '{"name":"bob","age":10}'
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParameters(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParameters(PostgreSQL.14).sql
index 4e9e4f691ff0..80bcaf973323 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParameters(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParameters(PostgreSQL.14).sql
@@ -1,22 +1,22 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = '1'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p1 Text(1) -- String
SET @p1 = '1'
SELECT :p1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p1 Integer -- Int32
SET @p1 = 2
DECLARE @p2 Integer -- Int32
@@ -24,7 +24,7 @@ SET @p2 = 3
SELECT :p1 + :p2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p2 Integer -- Int32
SET @p2 = 2
DECLARE @p1 Integer -- Int32
@@ -32,7 +32,7 @@ SET @p1 = 3
SELECT :p2 + :p1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParametersFunction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParametersFunction(PostgreSQL.14).sql
index 188d5f4e5411..601402241712 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParametersFunction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestParametersFunction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"TestFunctionParameters"(1, 2)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestRecordTableFunction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestRecordTableFunction(PostgreSQL.14).sql
index 47d9dbf36771..06ec4acaa7e2 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestRecordTableFunction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestRecordTableFunction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarFunction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarFunction(PostgreSQL.14).sql
index 6f523e64721c..b521f67e96c4 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarFunction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarFunction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"TestScalarFunction"(123)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarTableFunction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarTableFunction(PostgreSQL.14).sql
index fdb0d4a4bae4..c9d708ecee29 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarTableFunction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestScalarTableFunction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 4
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestSingleOutParameterFunction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestSingleOutParameterFunction(PostgreSQL.14).sql
index 71913ddfcf6c..98a1f84ebc28 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestSingleOutParameterFunction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestSingleOutParameterFunction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"TestSingleOutParameterFunction"(1)
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestString(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestString(PostgreSQL.14).sql
index 1cfc46ec9ab9..254a22fc9e04 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestString(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestString(PostgreSQL.14).sql
@@ -1,76 +1,76 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('12345' as char(20))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast(NULL as char(20))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('12345' as varchar(20))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast(NULL as varchar(20))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast('12345' as text)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT Cast(NULL as text)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Varchar(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Char(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Varchar(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Varchar(3) -- String
SET @p = '123'
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Varchar -- String
SET @p = NULL
SELECT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = '1'
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestTableFunction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestTableFunction(PostgreSQL.14).sql
index a3c05a0816dd..7fd1ca024930 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestTableFunction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestTableFunction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -43,7 +43,7 @@ SELECT
FROM
"TestTableFunctionSchema"() t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -90,7 +90,7 @@ FROM
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestVoidFunction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestVoidFunction(PostgreSQL.14).sql
index a09a51796bc1..234d5c499b81 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestVoidFunction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestVoidFunction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
add_if_not_exists('test')
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestXml(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestXml(PostgreSQL.14).sql
index 9da7f5c62a79..4a32aeda73e5 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestXml(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.TestXml(PostgreSQL.14).sql
@@ -1,40 +1,40 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT XMLPARSE (DOCUMENT'')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT XMLPARSE (DOCUMENT'')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT XMLPARSE (DOCUMENT'')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Xml
SET @p = ''
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Xml
SET @p = ''
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Xml
SET @p = ''
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Xml
SET @p = ''
SELECT @p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Xml
SET @p = ''
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UIntXXMappingTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UIntXXMappingTest(PostgreSQL.14).sql
index 82c4f61a1ca0..6bc95afb412b 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UIntXXMappingTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UIntXXMappingTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "UIntTable"
(
@@ -19,7 +19,7 @@ VALUES
18446744073709551615
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Field16",
@@ -31,12 +31,12 @@ SELECT
FROM
"UIntTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"UIntTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value16 Integer -- Int32
SET @value16 = 65535
DECLARE @value32 Bigint -- Int64
@@ -69,7 +69,7 @@ VALUES
:value64N
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Field16",
@@ -81,11 +81,11 @@ SELECT
FROM
"UIntTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -133,7 +133,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -149,7 +149,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -237,7 +237,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest(PostgreSQL.14).sql
index e9d537b38bd6..aa096ddba720 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
unnest(t."StringArray")
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest2(PostgreSQL.14).sql
index e9d537b38bd6..aa096ddba720 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTests/Tests.DataProvider.PostgreSQLTests.UnnestTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
unnest(t."StringArray")
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.14,BinaryJson).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.14,BinaryJson).sql
index 50090bd19f38..87c3f7034916 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.14,BinaryJson).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.14,BinaryJson).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
DECLARE @nullableValue Jsonb -- Object
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column" = 'null' AND r."ColumnNullable" = 'null'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
DECLARE @nullableValue Jsonb -- Object
@@ -65,12 +65,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -87,7 +87,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
DECLARE @nullableValue Jsonb -- Object
@@ -102,14 +102,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
DECLARE @nullableValue Jsonb -- Object
@@ -124,14 +124,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
DECLARE @nullableValue Jsonb -- Object
@@ -146,7 +146,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'true'
DECLARE @nullableValue Jsonb -- Object
@@ -161,7 +161,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -172,12 +172,12 @@ FROM
WHERE
r."Column" = 'true' AND r."ColumnNullable" = 'false'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -198,7 +198,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'true'
DECLARE @nullableValue Jsonb -- Object
@@ -213,12 +213,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -235,7 +235,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'true'
DECLARE @nullableValue Jsonb -- Object
@@ -250,14 +250,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'true'
DECLARE @nullableValue Jsonb -- Object
@@ -272,14 +272,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'true'
DECLARE @nullableValue Jsonb -- Object
@@ -294,7 +294,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '12'
DECLARE @nullableValue Jsonb -- Object
@@ -309,7 +309,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -320,12 +320,12 @@ FROM
WHERE
r."Column" = '12' AND r."ColumnNullable" = '-34'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -346,7 +346,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '12'
DECLARE @nullableValue Jsonb -- Object
@@ -361,12 +361,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -383,7 +383,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '12'
DECLARE @nullableValue Jsonb -- Object
@@ -398,14 +398,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '12'
DECLARE @nullableValue Jsonb -- Object
@@ -420,14 +420,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '12'
DECLARE @nullableValue Jsonb -- Object
@@ -442,7 +442,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '-12e34'
DECLARE @nullableValue Jsonb -- Object
@@ -457,7 +457,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -468,12 +468,12 @@ FROM
WHERE
r."Column" = '-12e34' AND r."ColumnNullable" = '34.12'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -494,7 +494,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '-12e34'
DECLARE @nullableValue Jsonb -- Object
@@ -509,12 +509,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -531,7 +531,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '-12e34'
DECLARE @nullableValue Jsonb -- Object
@@ -546,14 +546,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '-12e34'
DECLARE @nullableValue Jsonb -- Object
@@ -568,14 +568,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '-12e34'
DECLARE @nullableValue Jsonb -- Object
@@ -590,7 +590,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '"тест"'
DECLARE @nullableValue Jsonb -- Object
@@ -605,7 +605,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -616,12 +616,12 @@ FROM
WHERE
r."Column" = '"тест"' AND r."ColumnNullable" = '""'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -642,7 +642,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '"тест"'
DECLARE @nullableValue Jsonb -- Object
@@ -657,12 +657,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -679,7 +679,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '"тест"'
DECLARE @nullableValue Jsonb -- Object
@@ -694,14 +694,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '"тест"'
DECLARE @nullableValue Jsonb -- Object
@@ -716,14 +716,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '"тест"'
DECLARE @nullableValue Jsonb -- Object
@@ -738,7 +738,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
@@ -751,7 +751,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -762,12 +762,12 @@ FROM
WHERE
r."Column" = 'null' AND r."ColumnNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -788,7 +788,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
@@ -801,12 +801,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -823,7 +823,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
@@ -836,14 +836,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
@@ -856,14 +856,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = 'null'
@@ -876,7 +876,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Jsonb -- Object
@@ -891,7 +891,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -902,12 +902,12 @@ FROM
WHERE
r."Column" = '[1, 2, 3]' AND r."ColumnNullable" = '[true, false]'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -928,7 +928,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Jsonb -- Object
@@ -943,12 +943,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -965,7 +965,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Jsonb -- Object
@@ -980,14 +980,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Jsonb -- Object
@@ -1002,14 +1002,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Jsonb -- Object
@@ -1024,7 +1024,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Jsonb -- Object
@@ -1039,7 +1039,7 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1051,12 +1051,12 @@ WHERE
r."Column" = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}' AND
r."ColumnNullable" = '{"4454": {"": true, "b": "тест", "w": [-1, false, "qqdfg q", true], "null": null}, "тест": 1}'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Jsonb -- Object
@@ -1077,7 +1077,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Jsonb -- Object
@@ -1092,12 +1092,12 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Jsonb -- Object
@@ -1114,7 +1114,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Jsonb -- Object
@@ -1129,14 +1129,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Jsonb -- Object
@@ -1151,14 +1151,14 @@ FROM
WHERE
r."Column" = :value AND r."ColumnNullable" = :nullableValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Jsonb -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Jsonb -- Object
diff --git a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.14,Json).sql b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.14,Json).sql
index 48d5f5ccb173..b6c6531c36f2 100644
--- a/PostgreSQL.14/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.14,Json).sql
+++ b/PostgreSQL.14/Tests/DataProvider/PostgreSQLTypeTests/Tests.DataProvider.PostgreSQLTypeTests.TestJsonTypes(PostgreSQL.14,Json).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
DECLARE @nullableValue Json -- Object
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column"::jsonb = 'null'::jsonb AND r."ColumnNullable"::jsonb = 'null'::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
DECLARE @nullableValue Json -- Object
@@ -65,12 +65,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -87,7 +87,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
DECLARE @nullableValue Json -- Object
@@ -102,14 +102,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
DECLARE @nullableValue Json -- Object
@@ -124,14 +124,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
DECLARE @nullableValue Json -- Object
@@ -146,7 +146,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'true'
DECLARE @nullableValue Json -- Object
@@ -161,7 +161,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -172,12 +172,12 @@ FROM
WHERE
r."Column"::jsonb = 'true'::jsonb AND r."ColumnNullable"::jsonb = 'false'::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -198,7 +198,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'true'
DECLARE @nullableValue Json -- Object
@@ -213,12 +213,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -235,7 +235,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'true'
DECLARE @nullableValue Json -- Object
@@ -250,14 +250,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'true'
DECLARE @nullableValue Json -- Object
@@ -272,14 +272,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'true'
DECLARE @nullableValue Json -- Object
@@ -294,7 +294,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '12'
DECLARE @nullableValue Json -- Object
@@ -309,7 +309,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -320,12 +320,12 @@ FROM
WHERE
r."Column"::jsonb = '12'::jsonb AND r."ColumnNullable"::jsonb = '-34'::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -346,7 +346,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '12'
DECLARE @nullableValue Json -- Object
@@ -361,12 +361,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -383,7 +383,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '12'
DECLARE @nullableValue Json -- Object
@@ -398,14 +398,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '12'
DECLARE @nullableValue Json -- Object
@@ -420,14 +420,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '12'
DECLARE @nullableValue Json -- Object
@@ -442,7 +442,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '-12e34'
DECLARE @nullableValue Json -- Object
@@ -457,7 +457,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -468,12 +468,12 @@ FROM
WHERE
r."Column"::jsonb = '-12e34'::jsonb AND r."ColumnNullable"::jsonb = '34.12'::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -494,7 +494,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '-12e34'
DECLARE @nullableValue Json -- Object
@@ -509,12 +509,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -531,7 +531,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '-12e34'
DECLARE @nullableValue Json -- Object
@@ -546,14 +546,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '-12e34'
DECLARE @nullableValue Json -- Object
@@ -568,14 +568,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '-12e34'
DECLARE @nullableValue Json -- Object
@@ -590,7 +590,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '"тест"'
DECLARE @nullableValue Json -- Object
@@ -605,7 +605,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -616,12 +616,12 @@ FROM
WHERE
r."Column"::jsonb = '"тест"'::jsonb AND r."ColumnNullable"::jsonb = '""'::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -642,7 +642,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '"тест"'
DECLARE @nullableValue Json -- Object
@@ -657,12 +657,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -679,7 +679,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '"тест"'
DECLARE @nullableValue Json -- Object
@@ -694,14 +694,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '"тест"'
DECLARE @nullableValue Json -- Object
@@ -716,14 +716,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '"тест"'
DECLARE @nullableValue Json -- Object
@@ -738,7 +738,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
@@ -751,7 +751,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -762,12 +762,12 @@ FROM
WHERE
r."Column"::jsonb = 'null'::jsonb AND r."ColumnNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -788,7 +788,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
@@ -801,12 +801,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -823,7 +823,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
@@ -836,14 +836,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
@@ -856,14 +856,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = 'null'
@@ -876,7 +876,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Json -- Object
@@ -891,7 +891,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -902,12 +902,12 @@ FROM
WHERE
r."Column"::jsonb = '[1, 2, 3]'::jsonb AND r."ColumnNullable"::jsonb = '[true, false]'::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -928,7 +928,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Json -- Object
@@ -943,12 +943,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -965,7 +965,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Json -- Object
@@ -980,14 +980,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Json -- Object
@@ -1002,14 +1002,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '[1, 2, 3]'
DECLARE @nullableValue Json -- Object
@@ -1024,7 +1024,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Json -- Object
@@ -1039,7 +1039,7 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1051,12 +1051,12 @@ WHERE
r."Column"::jsonb = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'::jsonb AND
r."ColumnNullable"::jsonb = '{"4454": {"": true, "b": "тест", "w": [-1, false, "qqdfg q", true], "null": null}, "тест": 1}'::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Json -- Object
@@ -1077,7 +1077,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Json -- Object
@@ -1092,12 +1092,12 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 1
DECLARE @:p2 Json -- Object
@@ -1114,7 +1114,7 @@ INSERT INTO "TypeTable`2"
VALUES
(:p1,:p2,:p3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Json -- Object
@@ -1129,14 +1129,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Json -- Object
@@ -1151,14 +1151,14 @@ FROM
WHERE
r."Column"::jsonb = :value::jsonb AND r."ColumnNullable"::jsonb = :nullableValue::jsonb
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TypeTable`2" t1
INSERT ASYNC BULK "TypeTable`2"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Json -- Object
SET @value = '{"x": 1, "y": {"a": null, "b": "тест", "w": [1, null, "qqq", true], "z": true}}'
DECLARE @nullableValue Json -- Object
diff --git a/PostgreSQL.14/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.CalledWithCorrectNames(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.CalledWithCorrectNames(PostgreSQL.14).sql
index c23bd2ffb722..af6997734d08 100644
--- a/PostgreSQL.14/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.CalledWithCorrectNames(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.CalledWithCorrectNames(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @search Text(5) -- String
SET @search = 'test%'
DECLARE @search_1 Text(4) -- String
diff --git a/PostgreSQL.14/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.ExecutesDeterministically(PostgreSQL.14).sql b/PostgreSQL.14/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.ExecutesDeterministically(PostgreSQL.14).sql
index 2e7beb7f1a58..5d3d566aa4cd 100644
--- a/PostgreSQL.14/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.ExecutesDeterministically(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/DataProvider/UniqueParametersNormalizerTests/Tests.DataProvider.UniqueParametersNormalizerTests.ExecutesDeterministically(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @search Text(5) -- String
SET @search = 'test%'
DECLARE @search_1 Text(4) -- String
@@ -29,7 +29,7 @@ FROM
WHERE
row1_2."Field1" LIKE :search_2 ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @search Text(5) -- String
SET @search = 'test%'
DECLARE @search_1 Text(4) -- String
diff --git a/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableAverage(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableAverage(PostgreSQL.14).sql
index f209bc24e78c..3bf0c22b2c31 100644
--- a/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableAverage(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableAverage(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
AVG(t1."ParentID")
diff --git a/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax1(PostgreSQL.14).sql
index 511d933ff43a..00cb6aeab801 100644
--- a/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ParentID")
diff --git a/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax2(PostgreSQL.14).sql
index 9b42191e88c6..212c9b000106 100644
--- a/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMax2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin1(PostgreSQL.14).sql
index 94c47865b681..946f95a207ce 100644
--- a/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MIN(t1."ParentID")
diff --git a/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin2(PostgreSQL.14).sql
index e09c505c005b..d1852880e3bf 100644
--- a/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Exceptions/AggregationTests/Tests.Exceptions.AggregationTests.NonNullableMin2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.First(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.First(PostgreSQL.14).sql
index d660a11559cb..a05b259fffee 100644
--- a/PostgreSQL.14/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.First(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.First(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.Single(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.Single(PostgreSQL.14).sql
index f61a515f7032..6d6bfc760db2 100644
--- a/PostgreSQL.14/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.Single(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Exceptions/ElementOperationTests/Tests.Exceptions.ElementOperationTests.Single(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Exceptions/InheritanceTests/Tests.Exceptions.InheritanceTests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Exceptions/InheritanceTests/Tests.Exceptions.InheritanceTests.Test1(PostgreSQL.14).sql
index a023b16f2f62..65874d703e86 100644
--- a/PostgreSQL.14/Tests/Exceptions/InheritanceTests/Tests.Exceptions.InheritanceTests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Exceptions/InheritanceTests/Tests.Exceptions.InheritanceTests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.Issue498Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.Issue498Test(PostgreSQL.14).sql
index c0a4fb600ba2..5d1b8aab75ad 100644
--- a/PostgreSQL.14/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.Issue498Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.Issue498Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID"
@@ -6,7 +6,7 @@ FROM
"Parent" x
INNER JOIN "Child" y ON x."ParentID" = y."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.14/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin1(PostgreSQL.14).sql
index db297a8e3f31..bbf4eaf4fa14 100644
--- a/PostgreSQL.14/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c1."ChildID",
diff --git a/PostgreSQL.14/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin2(PostgreSQL.14).sql
index ec9cc1d43de6..3b8a86c98536 100644
--- a/PostgreSQL.14/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Exceptions/JoinTests/Tests.Exceptions.JoinTests.MultiJoin2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID",
diff --git a/PostgreSQL.14/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.DatabaseSpecificTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.DatabaseSpecificTest(PostgreSQL.14).sql
index a69dd83bef0c..4567001b753c 100644
--- a/PostgreSQL.14/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.DatabaseSpecificTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.DatabaseSpecificTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT /* qb */
t."PersonID",
diff --git a/PostgreSQL.14/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.PostgreSQLTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.PostgreSQLTest(PostgreSQL.14).sql
index 3ac875ddeb79..7b6594d90b39 100644
--- a/PostgreSQL.14/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.PostgreSQLTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/DocExampleTests/Tests.Extensions.DocExampleTests.PostgreSQLTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR KEY SHARE).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR KEY SHARE).sql
index f30072662518..193eb6d767fa 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR KEY SHARE).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR KEY SHARE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR NO KEY UPDATE).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR NO KEY UPDATE).sql
index fb5872f38394..455a6f00f230 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR NO KEY UPDATE).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR NO KEY UPDATE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR SHARE).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR SHARE).sql
index 17b0c290b9fd..bf48b03d294d 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR SHARE).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR SHARE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR UPDATE).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR UPDATE).sql
index d6d3af8fe72e..15aa9644f182 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR UPDATE).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.HintTest(PostgreSQL.14,FOR UPDATE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.Issue4333Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.Issue4333Test(PostgreSQL.14).sql
index e247f698780c..3903a472c449 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.Issue4333Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.Issue4333Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "Issue4333Table"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "Issue4333Table"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4333Table"
(
@@ -19,7 +19,7 @@ VALUES
('Bar'),
('Baz')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue4333Table"
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.PostgreSQLUnionTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.PostgreSQLUnionTest(PostgreSQL.14).sql
index d837b99a2186..9915224d0f3c 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.PostgreSQLUnionTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.PostgreSQLUnionTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULL::Int,
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest(PostgreSQL.14).sql
index 6e65fde23a34..797ba04e1060 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest2(PostgreSQL.14).sql
index 1225e27404f2..f6946bd7590f 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareNoWaitTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest(PostgreSQL.14).sql
index 506247c02d38..833477c8998b 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest2(PostgreSQL.14).sql
index c3e1691ba5bf..5f72b4176a36 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareSkipLockedTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest(PostgreSQL.14).sql
index 6edddf6a8d24..d3e9f4ec9290 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest2(PostgreSQL.14).sql
index 14efa6f1e811..c3890662e3b9 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForKeyShareTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest(PostgreSQL.14).sql
index 786b6b693a53..d39ac84a5a51 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest2(PostgreSQL.14).sql
index 72ddc044f380..b45c66bfa79b 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateNoWaitTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest(PostgreSQL.14).sql
index 8f8ee7201326..551b943dfb1b 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest2(PostgreSQL.14).sql
index 96b66fd43280..58c569468432 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateSkipLockedTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest(PostgreSQL.14).sql
index 0a9769836ff3..d251c6ce3dd5 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest2(PostgreSQL.14).sql
index 24c488cd2838..c384b6ae8658 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForNoKeyUpdateTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest(PostgreSQL.14).sql
index 2f15cfe3ef7a..db1e633ea6a2 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest2(PostgreSQL.14).sql
index c02bd2522702..3ff098b3a22b 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareNoWaitTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest(PostgreSQL.14).sql
index b65e9b5da39b..f3467c5545e7 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest2(PostgreSQL.14).sql
index 216e9d0ba658..ad33d868efc0 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareSkipLockedTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest(PostgreSQL.14).sql
index 330163fcb6b1..e6c686d59248 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest2(PostgreSQL.14).sql
index 1123f8313c4b..d28ebad79e24 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForShareTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest(PostgreSQL.14).sql
index 5860bfa06e7c..42ecb4c33bde 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest2(PostgreSQL.14).sql
index ede6359f7c04..222a6c06cd5b 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateNoWaitTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest(PostgreSQL.14).sql
index 058ea52c339d..f0c14fd6ee11 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest2(PostgreSQL.14).sql
index e6bfdaca450e..623855ce2052 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateSkipLockedTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest(PostgreSQL.14).sql
index c880e76aae0e..af21b4899ce8 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest2(PostgreSQL.14).sql
index 41ff1d371467..5b65692531b8 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.QueryHintForUpdateTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR KEY SHARE).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR KEY SHARE).sql
index 1999bebddccb..5532141dc9b1 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR KEY SHARE).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR KEY SHARE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR NO KEY UPDATE).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR NO KEY UPDATE).sql
index 69785dfc2aef..a5fee82c1848 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR NO KEY UPDATE).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR NO KEY UPDATE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR SHARE).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR SHARE).sql
index 7c405b60036a..79378bb813e0 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR SHARE).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR SHARE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR UPDATE).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR UPDATE).sql
index a3d36320e285..03eca16a3447 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR UPDATE).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest(PostgreSQL.14,FOR UPDATE).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest2(PostgreSQL.14).sql
index 2bc88bf2d59b..1607dc84bd0a 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT /* aa */
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest3(PostgreSQL.14).sql
index 4c1a2bb677b3..7e8beb242a5a 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.SubQueryHintTest3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest(PostgreSQL.14).sql
index dabeb0abcdcd..0590837bb80e 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest2(PostgreSQL.14).sql
index e6bfdaca450e..623855ce2052 100644
--- a/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/PostgreSQLTests/Tests.Extensions.PostgreSQLTests.TableHintTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/QueryExtensionTests/Tests.Extensions.QueryExtensionTests.DatabaseSpecificTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/QueryExtensionTests/Tests.Extensions.QueryExtensionTests.DatabaseSpecificTest(PostgreSQL.14).sql
index f81ae2b4dd05..280a5acf79f6 100644
--- a/PostgreSQL.14/Tests/Extensions/QueryExtensionTests/Tests.Extensions.QueryExtensionTests.DatabaseSpecificTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/QueryExtensionTests/Tests.Extensions.QueryExtensionTests.DatabaseSpecificTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/QueryHintsTests/Tests.Extensions.QueryHintsTests.Comment(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/QueryHintsTests/Tests.Extensions.QueryHintsTests.Comment(PostgreSQL.14).sql
index e1bad954c367..5ee6df4a0632 100644
--- a/PostgreSQL.14/Tests/Extensions/QueryHintsTests/Tests.Extensions.QueryHintsTests.Comment(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/QueryHintsTests/Tests.Extensions.QueryHintsTests.Comment(PostgreSQL.14).sql
@@ -6,7 +6,7 @@ FROM
---
----
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -23,7 +23,7 @@ FROM
"Parent" p
---
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.FromTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.FromTest(PostgreSQL.14).sql
index 0843a26c16b7..f4bf5723c373 100644
--- a/PostgreSQL.14/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.FromTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.FromTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.MainInlineTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.MainInlineTest(PostgreSQL.14).sql
index 063ff288fb8a..cc383d7d3849 100644
--- a/PostgreSQL.14/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.MainInlineTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.MainInlineTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT /* Main */
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.TableTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.TableTest(PostgreSQL.14).sql
index 537fb6c5122f..597e4e6f3037 100644
--- a/PostgreSQL.14/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.TableTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/QueryNameTests/Tests.Extensions.QueryNameTests.TableTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT /* PARENT */
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Extensions/TableIDTests/Tests.Extensions.TableIDTests.TableTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Extensions/TableIDTests/Tests.Extensions.TableIDTests.TableTest(PostgreSQL.14).sql
index 82c0cf080650..fc329f045f64 100644
--- a/PostgreSQL.14/Tests/Extensions/TableIDTests/Tests.Extensions.TableIDTests.TableTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Extensions/TableIDTests/Tests.Extensions.TableIDTests.TableTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
'*** p ***' || '4',
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All1(PostgreSQL.14).sql
index ab0743bcd8ca..bb0289d41aa5 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All2(PostgreSQL.14).sql
index e89d84e9df22..8c9e3548c5a3 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All3(PostgreSQL.14).sql
index cd00a21925d9..8b0bedbdb748 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4(PostgreSQL.14).sql
index 130f0243f65a..0a1732c4d20c 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NOT EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4Async(PostgreSQL.14).sql
index 130f0243f65a..0a1732c4d20c 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All4Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NOT EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All5(PostgreSQL.14).sql
index 7a34f8f270c8..a0593a48de59 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.All5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any1(PostgreSQL.14).sql
index db171455f991..c23661642e64 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any10(PostgreSQL.14).sql
index e9edaed2753c..bb04543319d9 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any11(PostgreSQL.14).sql
index ab15f44c2a88..3ad31b8134bf 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any12(PostgreSQL.14).sql
index 08fed205cc67..901a4243c658 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any2(PostgreSQL.14).sql
index 11749d35285e..1727d5976a2f 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any3(PostgreSQL.14).sql
index eaa87f5e66d9..375a4f2391cb 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any31(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any31(PostgreSQL.14).sql
index 83050e2585e8..7b2469774996 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any31(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any31(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any32(PostgreSQL.14).sql
index 83050e2585e8..7b2469774996 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any4(PostgreSQL.14).sql
index 373558d5f263..b29bcebc050e 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any5(PostgreSQL.14).sql
index 684413054d24..30584e22afaa 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any6(PostgreSQL.14).sql
index eabfd134430a..4ad12121cbc2 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any7(PostgreSQL.14).sql
index 765117bfd78c..3dae8edafba4 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any8(PostgreSQL.14).sql
index 6840a50e9f61..67d1e21362e5 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any9(PostgreSQL.14).sql
index d63ea412f3cc..7b8ec4472fae 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Any9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Issue2156Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Issue2156Test(PostgreSQL.14).sql
index de60857fac8d..763e07a60d21 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Issue2156Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.Issue2156Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName_1",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.StackOverflowRegressionTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.StackOverflowRegressionTest(PostgreSQL.14).sql
index 55b7ef837dc0..ef110c11d19e 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.StackOverflowRegressionTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.StackOverflowRegressionTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.SubQueryAllAny(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.SubQueryAllAny(PostgreSQL.14).sql
index 473371d65b89..544540e872e2 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.SubQueryAllAny(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.SubQueryAllAny(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.TestIssue4261(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.TestIssue4261(PostgreSQL.14).sql
index 5a9a320d442b..681bdf379a6b 100644
--- a/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.TestIssue4261(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AllAnyTests/Tests.Linq.AllAnyTests.TestIssue4261(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.EmptySequenceTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.EmptySequenceTest(PostgreSQL.14).sql
index 6c063c0aa1d0..692efcc1cbe4 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.EmptySequenceTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.EmptySequenceTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -23,7 +23,7 @@ FROM
d."ParentID"
) d_1 ON 1=1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732FirstValue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732FirstValue(PostgreSQL.14).sql
index 89f755660453..9b2debc54328 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732FirstValue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732FirstValue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @group Integer -- Int32
SET @group = 7
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lag(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lag(PostgreSQL.14).sql
index 9047dc6d0bb4..e25a51d5d706 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lag(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lag(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @group Integer -- Int32
SET @group = 7
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732LastValue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732LastValue(PostgreSQL.14).sql
index dbf0770ad4d7..87eeaf7e1e6e 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732LastValue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732LastValue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @group Integer -- Int32
SET @group = 7
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lead(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lead(PostgreSQL.14).sql
index 6ad78bb0de2e..2e3d7faa87a6 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lead(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1732Lead(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @group Integer -- Int32
SET @group = 7
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test1(PostgreSQL.14).sql
index 99cda9b222a6..06d177672f47 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test2(PostgreSQL.14).sql
index eade87d465b0..ce000fb6e5e5 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue1799Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test1(PostgreSQL.14).sql
index e07570d15497..f846de4f4694 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test2(PostgreSQL.14).sql
index d9bbdc403a26..4e49adeba5c9 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue2842Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue3373Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue3373Test(PostgreSQL.14).sql
index 2851e9c3d04f..96ce86cd5ae0 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue3373Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.Issue3373Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(CASE
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagOverloads(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagOverloads(PostgreSQL.14).sql
index 5a2bacb30685..3990fc104f5e 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagOverloads(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagOverloads(PostgreSQL.14).sql
@@ -1,25 +1,25 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
LEAD(p."ProcessName", 2) OVER(ORDER BY p."ProcessID")
FROM
"Issue1799Table3" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
LEAD(p."ProcessName") OVER(ORDER BY p."ProcessID")
FROM
"Issue1799Table3" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
LAG(p."ProcessName", 2) OVER(ORDER BY p."ProcessID")
FROM
"Issue1799Table3" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
LAG(p."ProcessName") OVER(ORDER BY p."ProcessID")
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagWithStringDefault(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagWithStringDefault(PostgreSQL.14).sql
index d218d4102c3a..003cb2f5394f 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagWithStringDefault(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.LeadLagWithStringDefault(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
LEAD(p."ProcessName", 1, 'None') OVER(ORDER BY p."ProcessID")
FROM
"Issue1799Table3" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
LAG(p."ProcessName", 1, 'None') OVER(ORDER BY p."ProcessID")
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.ManyFunctions(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.ManyFunctions(PostgreSQL.14).sql
index 84fa66d0608e..f98d65019380 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.ManyFunctions(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.ManyFunctions(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
RANK() OVER(PARTITION BY p."Value1", c_1."ChildID" ORDER BY p."Value1", c_1."ChildID", c_1."ParentID"),
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestFunctionsInSubquery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestFunctionsInSubquery(PostgreSQL.14).sql
index 989f1d550c2f..bcc35cc47235 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestFunctionsInSubquery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestFunctionsInSubquery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
sq_1."Sum_1"
diff --git a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestSubqueryOptimization(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestSubqueryOptimization(PostgreSQL.14).sql
index e06bb5ea2f96..1852fc4213d9 100644
--- a/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestSubqueryOptimization(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AnalyticTests/Tests.Linq.AnalyticTests.TestSubqueryOptimization(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
sq."Rank",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionMethod(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionMethod(PostgreSQL.14).sql
index c1c377aa1eeb..a330b4a4bc46 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionMethod(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionMethod(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_ChildPredicate"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNull(PostgreSQL.14).sql
index b52071f1b843..3a2235487dd3 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_ChildInner"."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNullCount(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNullCount(PostgreSQL.14).sql
index e60900d08351..14562a0d3942 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNullCount(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNotNullCount(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNull(PostgreSQL.14).sql
index 5260b903cd5b..a90023c5e8d3 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_ChildOuter"."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNullCount(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNullCount(PostgreSQL.14).sql
index 31f0979838fb..425c2aa7c3fc 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNullCount(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationExpressionNullCount(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationInHierarchy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationInHierarchy(PostgreSQL.14).sql
index c67b6a563b0d..044fc9af45d0 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationInHierarchy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationInHierarchy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationSetterExpressionTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationSetterExpressionTest(PostgreSQL.14).sql
index 8e8380728f17..5ada4c1c8eed 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationSetterExpressionTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.AssociationSetterExpressionTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ComplexQueryWithManyToMany(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ComplexQueryWithManyToMany(PostgreSQL.14).sql
index 4f37cfa34e30..e3a9da98c5d3 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ComplexQueryWithManyToMany(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ComplexQueryWithManyToMany(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
DECLARE @id1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DistinctSelect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DistinctSelect(PostgreSQL.14).sql
index 9f7f7a8e8d89..e7b970743ea2 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DistinctSelect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DistinctSelect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_2."ChildID"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DoubleJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DoubleJoin(PostgreSQL.14).sql
index 479c74066729..d120fede47a5 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DoubleJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.DoubleJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest1(PostgreSQL.14).sql
index 7734730ff53e..f5dcd8514b51 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest11(PostgreSQL.14).sql
index 7734730ff53e..f5dcd8514b51 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest2(PostgreSQL.14).sql
index 51668cbaac9e..4b15c64dc4e0 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest21(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest21(PostgreSQL.14).sql
index 51668cbaac9e..4b15c64dc4e0 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest21(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest21(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest3(PostgreSQL.14).sql
index 126c09dc72d7..b6e025c58741 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest4(PostgreSQL.14).sql
index 51668cbaac9e..4b15c64dc4e0 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ExtensionTest4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy1(PostgreSQL.14).sql
index 35d1abf3c20c..a6e6c8b514d6 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2(PostgreSQL.14).sql
index d4257d2ce71c..1db8709d6c7a 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
INNER JOIN "Parent" "a_Parent1_1" ON d."ParentID" = "a_Parent1_1"."ParentID"
ON m_1."ParentID" = "a_Parent1_1"."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent1"."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2Async(PostgreSQL.14).sql
index d4257d2ce71c..1db8709d6c7a 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy2Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
INNER JOIN "Parent" "a_Parent1_1" ON d."ParentID" = "a_Parent1_1"."ParentID"
ON m_1."ParentID" = "a_Parent1_1"."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent1"."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy3(PostgreSQL.14).sql
index 484c782b32a9..bae48a4881d5 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy4(PostgreSQL.14).sql
index 32b99d38dff2..cf9c0127248f 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.GroupBy4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1096Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1096Test(PostgreSQL.14).sql
index 5e29bfd4979f..4b8b770244c7 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1096Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1096Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Pk Integer -- Int32
SET @Pk = 1
DECLARE @Id Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:TargetName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @TaskId Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Actual
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
t."Pk",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue148Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue148Test(PostgreSQL.14).sql
index 8276e0c2e041..c925848b1460 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue148Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue148Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -28,7 +28,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -43,7 +43,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
n."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1614Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1614Test(PostgreSQL.14).sql
index 1fe96e13e396..e99795efc623 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1614Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1614Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170SelectManyTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170SelectManyTest(PostgreSQL.14).sql
index 2b89e64cf544..4a39892adfb8 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170SelectManyTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170SelectManyTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170Test(PostgreSQL.14).sql
index f5c4d64309c7..bf3cd4494a4d 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue170Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test1(PostgreSQL.14).sql
index e59803d48bfd..fcc1cfaf89b8 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test2(PostgreSQL.14).sql
index 309095f5dc3f..04c504facb8e 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue1711Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2933Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2933Test(PostgreSQL.14).sql
index 9282ab21a472..c10313dabf99 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2933Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2933Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2966(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2966(PostgreSQL.14).sql
index 432decd5998b..88c21fa67476 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2966(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue2966(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r_1."Diagnosis",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case1(PostgreSQL.14).sql
index c0c40637ea28..34ee57edc3b9 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case2(PostgreSQL.14).sql
index fd14d8acf50d..efa70d04f8bf 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case3(PostgreSQL.14).sql
index e15c46192484..2213fa297303 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3557Case3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3809Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3809Test(PostgreSQL.14).sql
index 10f482fca840..5cfd51804752 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3809Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3809Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -25,7 +25,7 @@ FROM
ORDER BY
d."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
a."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3822Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3822Test(PostgreSQL.14).sql
index 5cef66e69805..aba28ddbcb3e 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3822Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3822Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3975Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3975Test(PostgreSQL.14).sql
index 7f2366c07bfd..46f1eec33416 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3975Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue3975Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4274Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4274Test(PostgreSQL.14).sql
index 31891fb90490..8beac16849c3 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4274Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4274Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
serv."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test1(PostgreSQL.14).sql
index 16020014d694..e51cc14e0834 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Client1"."Name"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test2(PostgreSQL.14).sql
index cf99454a4ae9..c77f337b7edc 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Issue4454Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Client2"."Name"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin1(PostgreSQL.14).sql
index 16b5e632092b..13274e859fc6 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin2(PostgreSQL.14).sql
index f4755dc1a0ba..469dae324a45 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LeftJoin2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest1(PostgreSQL.14).sql
index 87a33da33668..4c11bb71e647 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest2(PostgreSQL.14).sql
index e7d9063ba6b1..3705d2d077b6 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.LetTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
@@ -13,7 +13,7 @@ SELECT
FROM
"Parent" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck1(PostgreSQL.14).sql
index 373558d5f263..b29bcebc050e 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck2(PostgreSQL.14).sql
index 474bd3038be0..69c5a9eaa9f3 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ManyAssociationEmptyCheck2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.MultipleUse(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.MultipleUse(PostgreSQL.14).sql
index f19df9b20f5e..989b823d55ae 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.MultipleUse(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.MultipleUse(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.NullAssociation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.NullAssociation(PostgreSQL.14).sql
index 2944be47eee2..5b8bd1978240 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.NullAssociation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.NullAssociation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_ParentTest"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelation(PostgreSQL.14).sql
index cdde290c2d90..9ee27c017f7b 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ID",
@@ -24,7 +24,7 @@ FROM
) m_1
INNER JOIN "Table4" d ON m_1."ID" = d."ID3" OR m_1."ID" IS NULL AND d."ID3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -46,7 +46,7 @@ WHERE
"a_Table3"."ID" = id."ID3" AND id."ID" = r."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1.cond,
@@ -63,7 +63,7 @@ FROM
) m_1
INNER JOIN "Table4" d ON m_1.cond = d."ID3" OR m_1.cond IS NULL AND d."ID3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelationWithProjection(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelationWithProjection(PostgreSQL.14).sql
index 89c3821c0ca8..c14c9d4100e7 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelationWithProjection(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.OptionalAssociationNonNullCorrelationWithProjection(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Table2"."ID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Projection1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Projection1(PostgreSQL.14).sql
index 10b4fc1478c9..34b987564bbd 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Projection1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Projection1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QuerableExtensionTest11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QuerableExtensionTest11(PostgreSQL.14).sql
index 7d07bb02a083..59fce0765f94 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QuerableExtensionTest11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QuerableExtensionTest11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_QueryableChildren"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest1(PostgreSQL.14).sql
index 7d07bb02a083..59fce0765f94 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_QueryableChildren"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest2(PostgreSQL.14).sql
index 13f43d63eca5..14899641c6b1 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_QueryableParent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest21(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest21(PostgreSQL.14).sql
index 13f43d63eca5..14899641c6b1 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest21(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.QueryableExtensionTest21(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_QueryableParent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany1(PostgreSQL.14).sql
index 4bb03da23a57..7d066a3f8dfc 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany2(PostgreSQL.14).sql
index a5fde0a24c3c..bf8c58d2fe69 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany3(PostgreSQL.14).sql
index afa45b8ad644..510f6a6b380f 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent_1"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany4(PostgreSQL.14).sql
index 2d8c00184143..157b2d2b6e6e 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent_1"."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany5(PostgreSQL.14).sql
index 29a0db56e338..b37b3c40e4a7 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.SelectMany5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow2(PostgreSQL.14).sql
index 21f0993fdb37..968457c62279 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow3(PostgreSQL.14).sql
index 21f0993fdb37..968457c62279 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow4(PostgreSQL.14).sql
index 18f441010f57..1f1d6e3b4d18 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StackOverflow4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StorageText(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StorageText(PostgreSQL.14).sql
index 8e8380728f17..5ada4c1c8eed 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StorageText(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.StorageText(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test1(PostgreSQL.14).sql
index 6ebc5601bdff..391fe95d7f07 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test2(PostgreSQL.14).sql
index c3635fef303a..9c8d642e2c1b 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test3(PostgreSQL.14).sql
index c4567bd86fe4..f5c073636de9 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test4(PostgreSQL.14).sql
index a9cf0702f49a..bc2e7774a1d3 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test5(PostgreSQL.14).sql
index c3635fef303a..9c8d642e2c1b 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.Test5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestAssociationAliasEscaping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestAssociationAliasEscaping(PostgreSQL.14).sql
index bbafe856ca27..8efbd797705d 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestAssociationAliasEscaping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestAssociationAliasEscaping(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation1(PostgreSQL.14).sql
index 2d1319983ee5..c5916e1bccc8 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_MiddleGeneric"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation2(PostgreSQL.14).sql
index e6178616a949..3ee0f8eed1cd 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation3(PostgreSQL.14).sql
index 0de5deb25f0e..6b50b7e9b6ac 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation4(PostgreSQL.14).sql
index 1e21ff6bfd7d..2fec11a43c9a 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociation4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntime(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntime(PostgreSQL.14).sql
index d0789e91afee..88ac973ca805 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntime(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntime(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_MiddleRuntime"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntimeMany(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntimeMany(PostgreSQL.14).sql
index dd957ca2d430..08d4dda46d8b 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntimeMany(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestGenericAssociationRuntimeMany(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestNullabilityPropagation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestNullabilityPropagation(PostgreSQL.14).sql
index e14440591643..5b6496d4673e 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestNullabilityPropagation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestNullabilityPropagation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary1(PostgreSQL.14).sql
index 2c492feb23d4..3121d35945e9 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Middle"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary2(PostgreSQL.14).sql
index cd6cf1d87d38..8ff6fe9d36b8 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Bottom"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary3(PostgreSQL.14).sql
index 9c6d3d10b968..71b47208ef40 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.TestTernary3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Bottom1"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceAndExtension(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceAndExtension(PostgreSQL.14).sql
index 8bcd95d83848..6198ad58780b 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceAndExtension(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceAndExtension(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceLoadWith(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceLoadWith(PostgreSQL.14).sql
index c2ed165c5962..c77603a53d9d 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceLoadWith(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceLoadWith(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -8,7 +8,7 @@ FROM
"MainEntity" m_1
INNER JOIN "SubEntity" d ON m_1."Id" = d."MainEntityId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceOfType(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceOfType(PostgreSQL.14).sql
index e0ce42ff5e8d..60fc94571898 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceOfType(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceOfType(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceSelect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceSelect(PostgreSQL.14).sql
index 44a8da5b71e9..64d5869f6c52 100644
--- a/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceSelect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AssociationTests/Tests.Linq.AssociationTests.ViaInterfaceSelect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -8,7 +8,7 @@ FROM
"MainEntity" m_1
INNER JOIN "SubEntity" d ON m_1."Id" = d."MainEntityId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id"
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable1Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable1Test(PostgreSQL.14).sql
index f8ab5f82bf53..962db62fe325 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable1Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable1Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable2Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable2Test(PostgreSQL.14).sql
index f69892c9ed6f..b0fb842d8ea8 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable2Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsAsyncEnumerable2Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast1Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast1Test(PostgreSQL.14).sql
index f8ab5f82bf53..962db62fe325 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast1Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast1Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast2Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast2Test(PostgreSQL.14).sql
index f69892c9ed6f..b0fb842d8ea8 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast2Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.AsyncEnumerableCast2Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.CancellableAsyncEnumerableTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.CancellableAsyncEnumerableTest(PostgreSQL.14).sql
index f8ab5f82bf53..962db62fe325 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.CancellableAsyncEnumerableTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.CancellableAsyncEnumerableTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ContainsAsyncTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ContainsAsyncTest(PostgreSQL.14).sql
index 91d25fc58576..cf58e9a81796 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ContainsAsyncTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ContainsAsyncTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.FirstAsyncTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.FirstAsyncTest(PostgreSQL.14).sql
index 0da2562a9f0c..6af6550d0094 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.FirstAsyncTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.FirstAsyncTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TakeSkipTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TakeSkipTest(PostgreSQL.14).sql
index 2d01ea23f884..a6efaf5854e7 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TakeSkipTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TakeSkipTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ParentID"
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test(PostgreSQL.14).sql
index d8b3ace3e92b..afce69d63851 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test1(PostgreSQL.14).sql
index f8ab5f82bf53..962db62fe325 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute1(PostgreSQL.14).sql
index 08be02752166..e45a221ff1b9 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute2(PostgreSQL.14).sql
index 08be02752166..e45a221ff1b9 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestExecute2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestFirstOrDefault(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestFirstOrDefault(PostgreSQL.14).sql
index d9422826ba35..18b6fe92a2fc 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestFirstOrDefault(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestFirstOrDefault(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestForEach(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestForEach(PostgreSQL.14).sql
index f8ab5f82bf53..962db62fe325 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestForEach(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestForEach(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToArray(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToArray(PostgreSQL.14).sql
index 08be02752166..e45a221ff1b9 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToArray(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToArray(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToAsyncEnumerable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToAsyncEnumerable(PostgreSQL.14).sql
index 0da2562a9f0c..6af6550d0094 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToAsyncEnumerable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.TestQueryToAsyncEnumerable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.14).sql
index d6cd172ebe69..5228c25b0f0c 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupAsyncTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ParentID",
t1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.14).sql
index d6cd172ebe69..5228c25b0f0c 100644
--- a/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/AsyncTests/Tests.Linq.AsyncTests.ToLookupElementAsyncTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ParentID",
t1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test(PostgreSQL.14).sql
index 63ebcc2f0ed7..b48e7f00fcbd 100644
--- a/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @True Boolean
SET @True = True
@@ -17,7 +17,7 @@ FROM
WHERE
r."Boolean" = :True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -32,7 +32,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @False Boolean
SET @False = False
@@ -51,7 +51,7 @@ FROM
WHERE
r."Boolean" = :False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -66,7 +66,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @TrueN Boolean
SET @TrueN = True
@@ -85,7 +85,7 @@ FROM
WHERE
r."Boolean" = :TrueN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -100,7 +100,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FalseN Boolean
SET @FalseN = False
@@ -119,7 +119,7 @@ FROM
WHERE
r."Boolean" = :FalseN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -134,7 +134,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -151,7 +151,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @True Boolean
SET @True = True
@@ -185,7 +185,7 @@ FROM
WHERE
r."BooleanN" = :True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -200,7 +200,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @False Boolean
SET @False = False
@@ -219,7 +219,7 @@ FROM
WHERE
r."BooleanN" = :False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -234,7 +234,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @TrueN Boolean
SET @TrueN = True
@@ -253,7 +253,7 @@ FROM
WHERE
r."BooleanN" = :TrueN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -268,7 +268,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FalseN Boolean
SET @FalseN = False
@@ -287,7 +287,7 @@ FROM
WHERE
r."BooleanN" = :FalseN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -302,7 +302,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -319,7 +319,7 @@ FROM
WHERE
r."BooleanN" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -334,7 +334,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @True Boolean
SET @True = True
@@ -353,7 +353,7 @@ FROM
WHERE
r."Boolean" <> :True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -368,7 +368,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @False Boolean
SET @False = False
@@ -387,7 +387,7 @@ FROM
WHERE
r."Boolean" <> :False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -402,7 +402,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @TrueN Boolean
SET @TrueN = True
@@ -421,7 +421,7 @@ FROM
WHERE
r."Boolean" <> :TrueN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -436,7 +436,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FalseN Boolean
SET @FalseN = False
@@ -455,7 +455,7 @@ FROM
WHERE
r."Boolean" <> :FalseN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -470,7 +470,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -485,7 +485,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -500,7 +500,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @True Boolean
SET @True = True
@@ -519,7 +519,7 @@ FROM
WHERE
r."BooleanN" <> :True OR r."BooleanN" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -534,7 +534,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @False Boolean
SET @False = False
@@ -553,7 +553,7 @@ FROM
WHERE
r."BooleanN" <> :False OR r."BooleanN" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -568,7 +568,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @TrueN Boolean
SET @TrueN = True
@@ -587,7 +587,7 @@ FROM
WHERE
r."BooleanN" <> :TrueN OR r."BooleanN" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -602,7 +602,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FalseN Boolean
SET @FalseN = False
@@ -621,7 +621,7 @@ FROM
WHERE
r."BooleanN" <> :FalseN OR r."BooleanN" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -636,7 +636,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -653,7 +653,7 @@ FROM
WHERE
r."BooleanN" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -668,7 +668,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
@@ -722,7 +722,7 @@ FROM
GROUP BY
g_1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -737,7 +737,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1409,7 +1409,7 @@ SELECT
FROM
"BooleanTable" r_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1424,7 +1424,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1441,7 +1441,7 @@ FROM
WHERE
r."Boolean" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1456,7 +1456,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1473,7 +1473,7 @@ FROM
WHERE
r."Boolean" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1488,7 +1488,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1505,7 +1505,7 @@ FROM
WHERE
r."Boolean" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1520,7 +1520,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1537,7 +1537,7 @@ FROM
WHERE
r."Boolean" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1552,7 +1552,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1569,7 +1569,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1584,7 +1584,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1601,7 +1601,7 @@ FROM
WHERE
r."BooleanN" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1616,7 +1616,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1633,7 +1633,7 @@ FROM
WHERE
r."BooleanN" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1648,7 +1648,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1665,7 +1665,7 @@ FROM
WHERE
r."BooleanN" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1680,7 +1680,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1697,7 +1697,7 @@ FROM
WHERE
r."BooleanN" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1712,7 +1712,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1729,7 +1729,7 @@ FROM
WHERE
r."BooleanN" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1744,7 +1744,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1761,7 +1761,7 @@ FROM
WHERE
r."Boolean" <> True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1776,7 +1776,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1793,7 +1793,7 @@ FROM
WHERE
r."Boolean" <> False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1808,7 +1808,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1825,7 +1825,7 @@ FROM
WHERE
r."Boolean" <> True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1840,7 +1840,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1857,7 +1857,7 @@ FROM
WHERE
r."Boolean" <> False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1872,7 +1872,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1887,7 +1887,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1902,7 +1902,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1919,7 +1919,7 @@ FROM
WHERE
r."BooleanN" <> True OR r."BooleanN" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1934,7 +1934,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1951,7 +1951,7 @@ FROM
WHERE
r."BooleanN" <> False OR r."BooleanN" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1966,7 +1966,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1983,7 +1983,7 @@ FROM
WHERE
r."BooleanN" <> True OR r."BooleanN" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1998,7 +1998,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2015,7 +2015,7 @@ FROM
WHERE
r."BooleanN" <> False OR r."BooleanN" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2030,7 +2030,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2047,7 +2047,7 @@ FROM
WHERE
r."BooleanN" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2062,7 +2062,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
@@ -2116,7 +2116,7 @@ FROM
GROUP BY
g_1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2131,7 +2131,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2803,7 +2803,7 @@ SELECT
FROM
"BooleanTable" r_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestAsSqlBoolTranslation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestAsSqlBoolTranslation(PostgreSQL.14).sql
index fc66be23827a..36b6bfbaa101 100644
--- a/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestAsSqlBoolTranslation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestAsSqlBoolTranslation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COALESCE(True, False)
diff --git a/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestNoAsSqlBoolTranslation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestNoAsSqlBoolTranslation(PostgreSQL.14).sql
index fc66be23827a..36b6bfbaa101 100644
--- a/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestNoAsSqlBoolTranslation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.TestNoAsSqlBoolTranslation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COALESCE(True, False)
diff --git a/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.14,False).sql
index 4f73bbb6fe33..d9a517e78a95 100644
--- a/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @True Boolean
SET @True = True
@@ -17,7 +17,7 @@ FROM
WHERE
Coalesce(r."BooleanN", :True)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -32,7 +32,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @False Boolean
SET @False = False
@@ -51,7 +51,7 @@ FROM
WHERE
Coalesce(r."BooleanN", :False)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -66,7 +66,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
Coalesce(r."BooleanN", (r."Id"::decimal % 2)::decimal = 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.14,True).sql
index 22cd8cc6415c..2bc188fea4b3 100644
--- a/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/BooleanTests/Tests.Linq.BooleanTests.Test_Coalesce(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -15,7 +15,7 @@ FROM
WHERE
Coalesce(r."BooleanN", True)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -30,7 +30,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -47,7 +47,7 @@ FROM
WHERE
Coalesce(r."BooleanN", False)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -62,7 +62,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -79,7 +79,7 @@ FROM
WHERE
Coalesce(r."BooleanN", (r."Id"::decimal % 2)::decimal = 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest1(PostgreSQL.14).sql
index 39acb2bca7ee..4142703caf4b 100644
--- a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest2(PostgreSQL.14).sql
index 7f67d2bef5f5..7470ce88c3ce 100644
--- a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
@@ -19,7 +19,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest3(PostgreSQL.14).sql
index 74dbe1b9cf2e..9c380cf67712 100644
--- a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest4(PostgreSQL.14).sql
index 9ba5133ef04c..baad75d59b25 100644
--- a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_PersonDoctor"."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest5(PostgreSQL.14).sql
index 7b8c340c08b0..a4d270531b2b 100644
--- a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.CalculatedColumnTest5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_PersonDoctor"."FirstName"
diff --git a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression(PostgreSQL.14).sql
index b50d2c45dc1d..b9a7734123c6 100644
--- a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression_ComplexQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression_ComplexQuery(PostgreSQL.14).sql
index 9e0e504de6c6..a47b06dbc3d3 100644
--- a/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression_ComplexQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CalculatedColumnTests/Tests.Linq.CalculatedColumnTests.TestInterpolatedStringAsExpression_ComplexQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x_1."Id",
@@ -29,7 +29,7 @@ ORDER BY
ELSE x_1."IntVal"::text
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.CharTrimming(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.CharTrimming(PostgreSQL.14).sql
index c46c00aa9b46..446e371e5cff 100644
--- a/PostgreSQL.14/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.CharTrimming(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.CharTrimming(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ID")
FROM
"AllTypes" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -18,7 +18,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -31,7 +31,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = '
'
@@ -45,7 +45,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ''
@@ -58,7 +58,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ''
@@ -71,7 +71,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = '
'
@@ -84,7 +84,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -97,7 +97,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -110,7 +110,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -123,7 +123,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -136,7 +136,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -149,7 +149,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -162,7 +162,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -175,7 +175,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -188,7 +188,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -201,7 +201,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -214,7 +214,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -227,7 +227,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -240,7 +240,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = ' '
@@ -253,7 +253,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NChar Char -- String
SET @NChar = NULL
@@ -266,7 +266,7 @@ VALUES
:NChar
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 2
@@ -280,7 +280,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 2
diff --git a/PostgreSQL.14/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.StringTrimming(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.StringTrimming(PostgreSQL.14).sql
index b29b66ef29fb..8dfcfeda467b 100644
--- a/PostgreSQL.14/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.StringTrimming(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CharTypesTests/Tests.Linq.CharTypesTests.StringTrimming(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ID")
FROM
"AllTypes" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(6) -- String
SET @NString = 'test01'
@@ -18,7 +18,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test02 '
@@ -31,7 +31,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test03 '
@@ -44,7 +44,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test04
'
@@ -58,7 +58,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test05 '
@@ -71,7 +71,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test06 '
@@ -84,7 +84,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test07
'
@@ -97,7 +97,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test08 '
@@ -110,7 +110,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test09 '
@@ -123,7 +123,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test10 '
@@ -136,7 +136,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test11 '
@@ -149,7 +149,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test12 '
@@ -162,7 +162,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test13 '
@@ -175,7 +175,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test14 '
@@ -188,7 +188,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test15 '
@@ -201,7 +201,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test16 '
@@ -214,7 +214,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test17 '
@@ -227,7 +227,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test18 '
@@ -240,7 +240,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test19 '
@@ -253,7 +253,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text(8) -- String
SET @NString = 'test20 '
@@ -266,7 +266,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NString Text -- String
SET @NString = NULL
@@ -279,7 +279,7 @@ VALUES
:NString
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 2
@@ -293,7 +293,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 2
diff --git a/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest1(PostgreSQL.14).sql
index 3c17e5ee74b5..3b413f1f636b 100644
--- a/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest2(PostgreSQL.14).sql
index 3c17e5ee74b5..3b413f1f636b 100644
--- a/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.ProjectionTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest1(PostgreSQL.14).sql
index 4b891bb75e7c..268694bce614 100644
--- a/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest2(PostgreSQL.14).sql
index 99ebaf4cb557..c98fd276cc97 100644
--- a/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest3(PostgreSQL.14).sql
index 0d28390faeef..85dd45884405 100644
--- a/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ColumnAliasTests/Tests.Linq.ColumnAliasTests.UnionTest3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_1."ID"
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.AsQueryable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.AsQueryable(PostgreSQL.14).sql
index a5fde0a24c3c..bf8c58d2fe69 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.AsQueryable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.AsQueryable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce1(PostgreSQL.14).sql
index 9e4e42e8406d..230c24068c63 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 100
@@ -9,7 +9,7 @@ FROM
WHERE
Coalesce(x."Value1", :Value1) > 10
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce2(PostgreSQL.14).sql
index a023b16f2f62..65874d703e86 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClientCoalesce2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClosureTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClosureTest(PostgreSQL.14).sql
index 7774ea1be066..c6ca7a012cc7 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClosureTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ClosureTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
@@ -6,7 +6,7 @@ FROM
"Person" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceLike(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceLike(PostgreSQL.14).sql
index 0f809eb2b778..0526d58df5ad 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceLike(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceLike(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceNew(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceNew(PostgreSQL.14).sql
index 3537b8cb79dc..9c4e825ec504 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceNew(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.CoalesceNew(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat1(PostgreSQL.14).sql
index 7ee3cd3ec4c4..27ddc4c3c390 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat2(PostgreSQL.14).sql
index 61745fb32505..35fee6d7c25a 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat3(PostgreSQL.14).sql
index c8c67a770998..b2da1cb52cce 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Concat3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition1(PostgreSQL.14).sql
index 323228a99781..ec0cdda7c24b 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition2(PostgreSQL.14).sql
index fa50be6a07f3..68ed7114fa2b 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Condition2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Convert(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Convert(PostgreSQL.14).sql
index a5fde0a24c3c..bf8c58d2fe69 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Convert(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Convert(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum1(PostgreSQL.14).sql
index 085ce3e4496d..e9eaec7f8012 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum2(PostgreSQL.14).sql
index 3546283aaeb5..9ca52ea9416f 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ConvertEnum2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ExprCoalesce(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ExprCoalesce(PostgreSQL.14).sql
index e0965eb5a417..bfac7b94f5d1 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ExprCoalesce(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ExprCoalesce(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Coalesce(p."Value1", 100) + 50
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByLeftJoin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByLeftJoin1(PostgreSQL.14).sql
index 3537b8cb79dc..9c4e825ec504 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByLeftJoin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByLeftJoin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion1(PostgreSQL.14).sql
index fd0c1997b4cc..4098f1226eb8 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
tt."Key_1",
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion2(PostgreSQL.14).sql
index 3537b8cb79dc..9c4e825ec504 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.GroupByUnion2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue191Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue191Test(PostgreSQL.14).sql
index 156986df8eb1..066e0c2d94b1 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue191Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue191Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
user_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue288Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue288Test(PostgreSQL.14).sql
index b139adce1b73..5455a2610e41 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue288Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.Issue288Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
@@ -8,7 +8,7 @@ WHERE
p."FirstName" IS NULL
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(4) -- String
SET @p = 'John'
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCoalesce(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCoalesce(PostgreSQL.14).sql
index b0b8f568373c..69cead6a6835 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCoalesce(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCoalesce(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCondition(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCondition(PostgreSQL.14).sql
index db8ab65052aa..a19538142ae3 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCondition(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewCondition(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest1(PostgreSQL.14).sql
index f3484ad91810..b2099b41fdc3 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest2(PostgreSQL.14).sql
index 452f368e08df..2ed2aae5c60d 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.NewObjectTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ParameterTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ParameterTest1(PostgreSQL.14).sql
index 88d5b7bc41a4..c5b446438923 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ParameterTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ParameterTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -18,7 +18,7 @@ WHERE
GROUP BY
g_1."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc1(PostgreSQL.14).sql
index 8b0ff2b79743..39aae90040dc 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Length(p."FirstName")
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc2(PostgreSQL.14).sql
index 8b0ff2b79743..39aae90040dc 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.PreferServerFunc2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Length(p."FirstName")
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCoalesce(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCoalesce(PostgreSQL.14).sql
index b0b8f568373c..69cead6a6835 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCoalesce(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCoalesce(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCondition(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCondition(PostgreSQL.14).sql
index db8ab65052aa..a19538142ae3 100644
--- a/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCondition(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CommonTests/Tests.Linq.CommonTests.ScalarCondition(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest(PostgreSQL.14).sql
index a4a87a00f8d3..eeb25ef049aa 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -12,7 +12,7 @@ SELECT
c_1."ParentID" = :p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest2(PostgreSQL.14).sql
index a4a87a00f8d3..eeb25ef049aa 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -12,7 +12,7 @@ SELECT
c_1."ParentID" = :p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync(PostgreSQL.14).sql
index a4a87a00f8d3..eeb25ef049aa 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -12,7 +12,7 @@ SELECT
c_1."ParentID" = :p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync2(PostgreSQL.14).sql
index a4a87a00f8d3..eeb25ef049aa 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.AnyTestAsync2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -12,7 +12,7 @@ SELECT
c_1."ParentID" = :p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethoAsyncdTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethoAsyncdTest(PostgreSQL.14).sql
index 63dcf59122d6..e3fe8185f73b 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethoAsyncdTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethoAsyncdTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethodTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethodTest(PostgreSQL.14).sql
index 63dcf59122d6..e3fe8185f73b 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethodTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledQueryWithExpressionMethodTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable1(PostgreSQL.14).sql
index be93c61cd463..16f7deaffc8a 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable2(PostgreSQL.14).sql
index be93c61cd463..16f7deaffc8a 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTable2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest2(PostgreSQL.14).sql
index 8aeef979e0ad..863a569f3e4c 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -11,7 +11,7 @@ WHERE
c_1."ParentID" = :p
LIMIT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3(PostgreSQL.14).sql
index 8aeef979e0ad..863a569f3e4c 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -11,7 +11,7 @@ WHERE
c_1."ParentID" = :p
LIMIT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3Async(PostgreSQL.14).sql
index 8aeef979e0ad..863a569f3e4c 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest3Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -11,7 +11,7 @@ WHERE
c_1."ParentID" = :p
LIMIT :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest4(PostgreSQL.14).sql
index 3706a850d4e9..c697785cf4fc 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest5(PostgreSQL.14).sql
index ac17f8a46e8d..a3967b2b3b36 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CompiledTest5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
@@ -12,7 +12,7 @@ FROM
WHERE
p."ParentID" = :p AND p."Value1" = :p_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTest(PostgreSQL.14).sql
index 7407bc9d3aa3..104979e38acc 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -14,7 +14,7 @@ SELECT
ELSE False
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTestAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTestAsync(PostgreSQL.14).sql
index 7407bc9d3aa3..104979e38acc 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTestAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ContainsTestAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -14,7 +14,7 @@ SELECT
ELSE False
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest(PostgreSQL.14).sql
index d717d9b651f2..a2eae7777135 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest2(PostgreSQL.14).sql
index d717d9b651f2..a2eae7777135 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync(PostgreSQL.14).sql
index d717d9b651f2..a2eae7777135 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync2(PostgreSQL.14).sql
index d717d9b651f2..a2eae7777135 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.CountTestAsync2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTest1(PostgreSQL.14).sql
index 1d98d45a6bcb..3419260a7c26 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -11,7 +11,7 @@ WHERE
c_1."ParentID" = :p
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync1(PostgreSQL.14).sql
index 1d98d45a6bcb..3419260a7c26 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -11,7 +11,7 @@ WHERE
c_1."ParentID" = :p
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync2(PostgreSQL.14).sql
index 1d98d45a6bcb..3419260a7c26 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ElementTestAsync2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -11,7 +11,7 @@ WHERE
c_1."ParentID" = :p
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.IDataContext_CompiledQueryTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.IDataContext_CompiledQueryTest(PostgreSQL.14).sql
index 1be748f11646..449f27e51010 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.IDataContext_CompiledQueryTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.IDataContext_CompiledQueryTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest(PostgreSQL.14).sql
index 9dcc885d84d2..86d6bf52b3e0 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest2(PostgreSQL.14).sql
index 9dcc885d84d2..86d6bf52b3e0 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync(PostgreSQL.14).sql
index 9dcc885d84d2..86d6bf52b3e0 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync2(PostgreSQL.14).sql
index 9dcc885d84d2..86d6bf52b3e0 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.MaxTestAsync2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
c_1."ParentID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = -1
diff --git a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ParamTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ParamTest1(PostgreSQL.14).sql
index d72a6a8c0daa..6a268a912b4d 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ParamTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTests/Tests.Linq.CompileTests.ParamTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.AnyPredicateAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.AnyPredicateAsync(PostgreSQL.14).sql
index 20da1412a3a0..d28d14677940 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.AnyPredicateAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.AnyPredicateAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.CountPredicateAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.CountPredicateAsync(PostgreSQL.14).sql
index d884e9030418..d8b9d499b9a1 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.CountPredicateAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.CountPredicateAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstOrDefaultPredicateAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstOrDefaultPredicateAsync(PostgreSQL.14).sql
index 83773a935e88..184b2a62d65b 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstOrDefaultPredicateAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstOrDefaultPredicateAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstPredicateAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstPredicateAsync(PostgreSQL.14).sql
index 83773a935e88..184b2a62d65b 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstPredicateAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.FirstPredicateAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.IDataContext_CompiledQueryTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.IDataContext_CompiledQueryTest(PostgreSQL.14).sql
index 1be748f11646..449f27e51010 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.IDataContext_CompiledQueryTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.IDataContext_CompiledQueryTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.LongCountPredicateAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.LongCountPredicateAsync(PostgreSQL.14).sql
index d884e9030418..d8b9d499b9a1 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.LongCountPredicateAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.LongCountPredicateAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MaxSelectorAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MaxSelectorAsync(PostgreSQL.14).sql
index c5dab00e9444..9bd8e5c6d70b 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MaxSelectorAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MaxSelectorAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MinSelectorAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MinSelectorAsync(PostgreSQL.14).sql
index 67c18343278e..35bb93ed5889 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MinSelectorAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.MinSelectorAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SingleOrDefaultPredicateAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SingleOrDefaultPredicateAsync(PostgreSQL.14).sql
index 35a97f46caeb..de4e69beda68 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SingleOrDefaultPredicateAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SingleOrDefaultPredicateAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SinglePredicateAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SinglePredicateAsync(PostgreSQL.14).sql
index 35a97f46caeb..de4e69beda68 100644
--- a/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SinglePredicateAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CompileTestsAsync/Tests.Linq.CompileTestsAsync.SinglePredicateAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains1(PostgreSQL.14).sql
index 9b426f9f8261..98963a603079 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains2(PostgreSQL.14).sql
index 19905c63bf20..a4d108cb0c97 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains3(PostgreSQL.14).sql
index 5e90676626ff..587b94e037be 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains4(PostgreSQL.14).sql
index 8f6a3d05880f..d81d5e50dd2e 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains5(PostgreSQL.14).sql
index 6f3b8fdd0ad8..c3283fd2af60 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains6(PostgreSQL.14).sql
index f655b5bae7cf..74c6f594e4c5 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Contains6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Class(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Class(PostgreSQL.14).sql
index 75a4dc0673e0..6727382802ee 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Class(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Class(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
u."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Struct(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Struct(PostgreSQL.14).sql
index 18abf6fa220a..ee3ad7fc3545 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Struct(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.FilterByComposite_Struct(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
u."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Issue413Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Issue413Test(PostgreSQL.14).sql
index 626d878d2eaa..3e0800016445 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Issue413Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Issue413Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 1
DECLARE @IndexId Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:IndexId
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 2
DECLARE @IndexId Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:IndexId
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 3
DECLARE @IndexId Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:IndexId
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 1
DECLARE @IndexId Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:IndexId
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 2
DECLARE @IndexId Integer -- Int32
@@ -83,7 +83,7 @@ VALUES
:IndexId
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 1
DECLARE @InstrumentCode Text(4) -- String
@@ -108,7 +108,7 @@ VALUES
:SourceInstrumentCode
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @InstrumentId Integer -- Int32
SET @InstrumentId = 2
DECLARE @InstrumentCode Text(4) -- String
@@ -133,7 +133,7 @@ VALUES
:SourceInstrumentCode
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cond Text(4) -- String
SET @cond = 'aaa%'
DECLARE @uptoDate Timestamp -- DateTime2
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join1(PostgreSQL.14).sql
index a5814c1c53f5..15d3abfba752 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join2(PostgreSQL.14).sql
index 4e965b062495..3b243a6425c5 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.Join2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Class(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Class(PostgreSQL.14).sql
index 8b898eafa58e..88a155b07eef 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Class(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Class(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
u.city,
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Struct(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Struct(PostgreSQL.14).sql
index 9bc9a9bb1e1b..6a739ca62679 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Struct(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositePropertyMapped_Struct(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
u.city,
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeAllColumnsTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeAllColumnsTest(PostgreSQL.14).sql
index 2f23869cf425..c7dfd02a6400 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeAllColumnsTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeAllColumnsTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeSpecificColumnTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeSpecificColumnTest(PostgreSQL.14).sql
index d63e5ef7959f..9e4628192df8 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeSpecificColumnTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests/Tests.Linq.ComplexTests.SelectCompositeTypeSpecificColumnTest(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
u.city
FROM
"User" u
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
u.street
diff --git a/PostgreSQL.14/Tests/Linq/ComplexTests2/Tests.Linq.ComplexTests2.TestInsertUsingDerivedObjectUsingAttributes(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ComplexTests2/Tests.Linq.ComplexTests2.TestInsertUsingDerivedObjectUsingAttributes(PostgreSQL.14).sql
index ac24b8a7b67a..4101e8422b0c 100644
--- a/PostgreSQL.14/Tests/Linq/ComplexTests2/Tests.Linq.ComplexTests2.TestInsertUsingDerivedObjectUsingAttributes(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ComplexTests2/Tests.Linq.ComplexTests2.TestInsertUsingDerivedObjectUsingAttributes(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(21) -- String
SET @FirstName = 'test_inherited_insert'
DECLARE @LastName Text(4) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -39,7 +39,7 @@ WHERE
t1."FirstName" = 'test_inherited_insert'
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(21) -- String
SET @FirstName = 'test_inherited_insert'
DECLARE @LastName Text(4) -- String
@@ -61,7 +61,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -75,7 +75,7 @@ WHERE
t1."FirstName" = 'test_inherited_insert'
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationConcat2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationConcat2(PostgreSQL.14).sql
index 842861f93461..ef0f7f80a3b1 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationConcat2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationConcat2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion1(PostgreSQL.14).sql
index 1b56c5efcb5d..30d203287e82 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion2(PostgreSQL.14).sql
index 59aa93069649..8fd5477b0198 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.AssociationUnion2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1(PostgreSQL.14).sql
index cac0326a17ad..f35890b6ac82 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat11(PostgreSQL.14).sql
index 4a25d32169d5..b2abd0ed9ecb 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat12(PostgreSQL.14).sql
index 674dab3ce2b5..568d9a235b33 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1Async(PostgreSQL.14).sql
index cac0326a17ad..f35890b6ac82 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat1Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat2(PostgreSQL.14).sql
index 0ba869ca58c9..33aeb12e7b03 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat3(PostgreSQL.14).sql
index 0ba869ca58c9..33aeb12e7b03 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat4(PostgreSQL.14).sql
index edb0faf16203..05800105a7ca 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_3."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat401(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat401(PostgreSQL.14).sql
index edb0faf16203..05800105a7ca 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat401(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat401(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_3."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat5(PostgreSQL.14).sql
index 3e21312e126e..8c30e4a3684c 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_3."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat501(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat501(PostgreSQL.14).sql
index 61ab782ecbf2..ecfee6f371eb 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat501(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat501(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_3."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat502(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat502(PostgreSQL.14).sql
index 404c907707a2..620a84541961 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat502(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat502(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_1.cond,
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat6(PostgreSQL.14).sql
index 6e8948bafae8..081ebbc50db4 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat81(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat81(PostgreSQL.14).sql
index 0bab492a6edc..b1834a712768 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat81(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat81(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat82(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat82(PostgreSQL.14).sql
index ee3016975baa..fe3bc92512c6 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat82(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat82(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat83(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat83(PostgreSQL.14).sql
index 6b21c50adb02..7f862f9f3752 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat83(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat83(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat84(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat84(PostgreSQL.14).sql
index 23672d387dcd..6ebba23e11ba 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat84(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat84(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat85(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat85(PostgreSQL.14).sql
index 730974a08ae8..605ed6a1b942 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat85(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat85(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat851(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat851(PostgreSQL.14).sql
index 4502beed3c47..e5d47b85a05d 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat851(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat851(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat86(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat86(PostgreSQL.14).sql
index 658cdc222d88..94c74bde14d2 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat86(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat86(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat87(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat87(PostgreSQL.14).sql
index 1328c179d2da..d762ec18c011 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat87(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat87(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat871(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat871(PostgreSQL.14).sql
index 568c46d70111..044be5474504 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat871(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat871(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat88(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat88(PostgreSQL.14).sql
index 3557ab1abcab..b147c0cf66de 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat88(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat88(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat89(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat89(PostgreSQL.14).sql
index 8b34110dde43..25276aae3f5a 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat89(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat89(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat891(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat891(PostgreSQL.14).sql
index 3a9f5f6ad408..8f0cd0a85d1b 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat891(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat891(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat892(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat892(PostgreSQL.14).sql
index f9e23b0460a1..094782034d40 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat892(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat892(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Value1",
@@ -24,7 +24,7 @@ SELECT
FROM
"Child" c_3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -32,7 +32,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat90(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat90(PostgreSQL.14).sql
index f490ac36770e..d9755574d99a 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat90(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Concat90(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -9,7 +9,7 @@ FROM
"TestEntity1" t1
LEFT JOIN "TestEntity2" t2 ON t1."Id" = t2."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ FROM
WHERE
t1."Id" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCountExt_ShouldNotRemoveSingleColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCountExt_ShouldNotRemoveSingleColumn(PostgreSQL.14).sql
index d1dda4c135b9..5f5de1643d6e 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCountExt_ShouldNotRemoveSingleColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCountExt_ShouldNotRemoveSingleColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(t3."PersonID")
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCount_ShouldNotRemoveSingleColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCount_ShouldNotRemoveSingleColumn(PostgreSQL.14).sql
index fd97902f900b..b8b0ef5cd5df 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCount_ShouldNotRemoveSingleColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatCount_ShouldNotRemoveSingleColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatDefaultIfEmpty(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatDefaultIfEmpty(PostgreSQL.14).sql
index 481de6825662..2c3b93f73c0b 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatDefaultIfEmpty(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatDefaultIfEmpty(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
0::Int,
@@ -30,7 +30,7 @@ FROM
WHERE
p_1."ParentID" <> 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -45,7 +45,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -53,7 +53,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEntities(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEntities(PostgreSQL.14).sql
index 0b3bf1be0bbf..7fdf639960d6 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEntities(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEntities(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -16,7 +16,7 @@ FROM
WHERE
p_1."ParentID" = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEqualSelects(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEqualSelects(PostgreSQL.14).sql
index fa5b96b5956d..b2dbd78582d2 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEqualSelects(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatEqualSelects(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID" + 1,
@@ -16,7 +16,7 @@ FROM
WHERE
p_1."ParentID" = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatInAny(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatInAny(PostgreSQL.14).sql
index 05d0c166a96d..05305e340b35 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatInAny(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatInAny(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClass(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClass(PostgreSQL.14).sql
index d9e0686ca685..36fdbac659f8 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClass(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClass(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -14,7 +14,7 @@ SELECT
FROM
"Person" p_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClassNested(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClassNested(PostgreSQL.14).sql
index c9b4fdfb842f..678236196808 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClassNested(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordClassNested(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -14,7 +14,7 @@ SELECT
FROM
"Person" p_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordLikeClass(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordLikeClass(PostgreSQL.14).sql
index 9aea88e63f0f..da9ae41f7852 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordLikeClass(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatRecordLikeClass(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatSumTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatSumTest(PostgreSQL.14).sql
index 7c833897aa98..fd95d0dd8c9e 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatSumTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatSumTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(t3."PersonID")
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatToString(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatToString(PostgreSQL.14).sql
index a9582a182e2a..ea467f558d9c 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatToString(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatToString(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @pattern Text(3) -- String
SET @pattern = '%1%'
DECLARE @take Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithDifferentProjections(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithDifferentProjections(PostgreSQL.14).sql
index 6d7497a360d4..bd4ecb9eb54b 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithDifferentProjections(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithDifferentProjections(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
@@ -14,7 +14,7 @@ SELECT
FROM
"Parent" p2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithUnion(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithUnion(PostgreSQL.14).sql
index 9fd54eee77d9..86007bfba659 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithUnion(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ConcatWithUnion(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2451_ComplexColumn_All(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2451_ComplexColumn_All(PostgreSQL.14).sql
index 85e59bf121cc..bcb34fa21b1a 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2451_ComplexColumn_All(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2451_ComplexColumn_All(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
@@ -10,7 +10,7 @@ SELECT
FROM
"Person" p_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName" || '/' || p."LastName"
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2505(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2505(PostgreSQL.14).sql
index f10f7f159e8e..e0464414d2e9 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2505(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2505(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i_2."LastName"
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query1(PostgreSQL.14).sql
index f6c933d9bb70..2ad0d3db9799 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query2(PostgreSQL.14).sql
index 13f89e377f62..bee28428dbf0 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query3(PostgreSQL.14).sql
index 4abfb271925b..5b13303de91a 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2511_Query3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query1(PostgreSQL.14).sql
index a216750b63e6..3b8776ae3873 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
item_1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query2(PostgreSQL.14).sql
index a216750b63e6..3b8776ae3873 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
item_1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query3(PostgreSQL.14).sql
index c3155903e7e7..1c6b2553a0ff 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query4(PostgreSQL.14).sql
index 59863a5eb928..ee17136b9a71 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2619_Query4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
item_1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Broken(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Broken(PostgreSQL.14).sql
index dbf22b763b6f..4eb00cabcc47 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Broken(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Broken(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ChildID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Works(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Works(PostgreSQL.14).sql
index dbf22b763b6f..4eb00cabcc47 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Works(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue2932_Works(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ChildID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3150(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3150(PostgreSQL.14).sql
index 92f995f6e13f..521dfcd4a7b6 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3150(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3150(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323(PostgreSQL.14).sql
index 0c8cd054ea63..05190541aded 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue3323Table"
(
@@ -15,7 +15,7 @@ VALUES
'text'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323_Mixed(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323_Mixed(PostgreSQL.14).sql
index 124544508bfc..74b4d724de76 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323_Mixed(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3323_Mixed(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue3323Table"
(
@@ -15,7 +15,7 @@ VALUES
'text'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -29,7 +29,7 @@ SELECT
FROM
"Issue3323Table" r_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id" + 1,
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_Count(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_Count(PostgreSQL.14).sql
index 53dd1833da35..c7ea96bf6e8a 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_Count(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_Count(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_ProjectionBuild(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_ProjectionBuild(PostgreSQL.14).sql
index a491ba7762f0..4b726aa5850f 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_ProjectionBuild(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3346_ProjectionBuild(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSets(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSets(PostgreSQL.14).sql
index c09ed140e157..21cba238e7a8 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSets(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSets(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined(PostgreSQL.14).sql
index e447458ec940..7f6d0243ec7e 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined_DifferentOperators(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined_DifferentOperators(PostgreSQL.14).sql
index e40d965f199e..187b82dfc9f2 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined_DifferentOperators(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3359_MultipleSetsCombined_DifferentOperators(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_DoubleColumnSelection(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_DoubleColumnSelection(PostgreSQL.14).sql
index e4a0ad12c237..be77c13a3098 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_DoubleColumnSelection(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_DoubleColumnSelection(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_LiteralsInFirstQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_LiteralsInFirstQuery(PostgreSQL.14).sql
index 56974758187f..206b47e22f0c 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_LiteralsInFirstQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_LiteralsInFirstQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_NullsInAnchor(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_NullsInAnchor(PostgreSQL.14).sql
index e9960d71b2d6..8fc84294fee2 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_NullsInAnchor(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_NullsInAnchor(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.14).sql
index 67e2bfc8b60f..12266ae0f6db 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
@@ -12,7 +12,7 @@ SELECT
FROM
"Issue3360Table" p_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.14).sql
index 1ce7589f68a8..c8c7f8e4022e 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
@@ -12,7 +12,7 @@ SELECT
FROM
"Issue3360Table" p_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3369Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3369Test(PostgreSQL.14).sql
index 9132e477c675..f8ddf45bc55d 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3369Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3369Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3738Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3738Test(PostgreSQL.14).sql
index f63d7ffa6d00..820f221d3ab8 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3738Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue3738Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
'I-' || x."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4220Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4220Test(PostgreSQL.14).sql
index 3b202f83f6f5..b882cfc45d94 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4220Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4220Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @AOnly Text(6) -- String
@@ -15,7 +15,7 @@ VALUES
:AOnly
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @BOnly Text(6) -- String
@@ -32,7 +32,7 @@ VALUES
:BOnly
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test1(PostgreSQL.14).sql
index e6327f01b6ed..154eded8d9ff 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test2(PostgreSQL.14).sql
index e6327f01b6ed..154eded8d9ff 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4225Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4620Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4620Test2(PostgreSQL.14).sql
index 8a39931498c7..16e1426572a4 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4620Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Issue4620Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion1(PostgreSQL.14).sql
index 9ea0736a6454..407f332bae24 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion2(PostgreSQL.14).sql
index d1718f440a63..2493c22df453 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion3(PostgreSQL.14).sql
index 9ea0736a6454..407f332bae24 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion4(PostgreSQL.14).sql
index 6b112d228f6d..92074b08ba32 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion5(PostgreSQL.14).sql
index 395c85256db8..cc8569a95b9e 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.ObjectUnion5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnion(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnion(PostgreSQL.14).sql
index f12f74ed7df6..72cecf1f4949 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnion(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnion(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t_1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnionReverse(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnionReverse(PostgreSQL.14).sql
index d55204084f2f..22ce06f28ffc 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnionReverse(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectFromUnionReverse(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
DENSE_RANK() OVER(ORDER BY t_1."ID"),
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithBooleanNulls(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithBooleanNulls(PostgreSQL.14).sql
index 23b62ccaf247..63abbad6c3d5 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithBooleanNulls(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithBooleanNulls(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls(PostgreSQL.14).sql
index 658312f13c0f..062f1940b517 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls2(PostgreSQL.14).sql
index ebf2fae1abb5..d7b52676b257 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithNulls2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithToString(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithToString(PostgreSQL.14).sql
index 5b2538d78113..096563e01008 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithToString(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.SelectWithToString(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x_1."StrValue"
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TestConcatWithParameterProjection(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TestConcatWithParameterProjection(PostgreSQL.14).sql
index e3c8f73b8c6d..2283acd415f4 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TestConcatWithParameterProjection(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TestConcatWithParameterProjection(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @someValue Integer -- Int32
SET @someValue = 3
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleConcatIncompatibleProjection(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleConcatIncompatibleProjection(PostgreSQL.14).sql
index df4c3b8c975a..bda495f3db7c 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleConcatIncompatibleProjection(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleConcatIncompatibleProjection(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Value1",
@@ -16,7 +16,7 @@ FROM
WHERE
p2."ParentID" <= 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnion(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnion(PostgreSQL.14).sql
index 2795eee8bece..7dc542eac517 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnion(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnion(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
@@ -16,7 +16,7 @@ FROM
WHERE
p2."ParentID" <= 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnionProjection(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnionProjection(PostgreSQL.14).sql
index a9e17366818f..2a5b6ef11718 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnionProjection(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.TupleUnionProjection(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Value1",
@@ -16,7 +16,7 @@ FROM
WHERE
p2."ParentID" <= 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union1(PostgreSQL.14).sql
index eb125c7c8924..35c82d9cfabd 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union2(PostgreSQL.14).sql
index 0df8d805cb45..5bdf5761990f 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
child_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union3(PostgreSQL.14).sql
index a574a305d53f..38bea5ff1228 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union4(PostgreSQL.14).sql
index a574a305d53f..38bea5ff1228 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union41(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union41(PostgreSQL.14).sql
index a574a305d53f..38bea5ff1228 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union41(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union41(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union42(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union42(PostgreSQL.14).sql
index 946541669ae9..842aef01f5b7 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union42(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union42(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_1.val
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union421(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union421(PostgreSQL.14).sql
index 74d729575233..ca42b63e71ca 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union421(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union421(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_2.val
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union5(PostgreSQL.14).sql
index b21ab442e053..c8a396d0235e 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union51(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union51(PostgreSQL.14).sql
index fc721d6b00be..5a13d5adabe7 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union51(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union51(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union52(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union52(PostgreSQL.14).sql
index 2e29270f28ae..f9228f4dd99a 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union52(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union52(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union521(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union521(PostgreSQL.14).sql
index 2e2b09f1c2bc..8271b0c67967 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union521(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union521(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_1."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union522(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union522(PostgreSQL.14).sql
index debee7d5de47..13bd34288610 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union522(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union522(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union523(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union523(PostgreSQL.14).sql
index 2e29270f28ae..f9228f4dd99a 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union523(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union523(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union53(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union53(PostgreSQL.14).sql
index a58997969a26..c67f0fff0080 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union53(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union53(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union54(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union54(PostgreSQL.14).sql
index 4973b5a80357..e9a4adacad0e 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union54(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union54(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union541(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union541(PostgreSQL.14).sql
index 9e45794f5243..8dff9be2ae59 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union541(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.Union541(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionCount_ShouldNotRemoveSingleColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionCount_ShouldNotRemoveSingleColumn(PostgreSQL.14).sql
index e9b89355011a..42accf4623d4 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionCount_ShouldNotRemoveSingleColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionCount_ShouldNotRemoveSingleColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest1(PostgreSQL.14).sql
index 349cb27876f5..2c37451aa24d 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2.month_1,
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest2(PostgreSQL.14).sql
index 71d319b30a0e..c7766fb1031c 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionGroupByTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2.year_1,
diff --git a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionWithObjects(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionWithObjects(PostgreSQL.14).sql
index 6e3591aa6cfb..860e336e8c63 100644
--- a/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionWithObjects(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcatUnionTests/Tests.Linq.ConcatUnionTests.UnionWithObjects(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrement(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrement(PostgreSQL.14).sql
index f484f01a0839..2bb638a2d2ae 100644
--- a/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrement(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrement(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -28,7 +28,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 1'
DECLARE @Id Integer -- Int32
@@ -44,7 +44,7 @@ SET
WHERE
"ConcurrencyAutoIncrement"."Id" = :Id AND "ConcurrencyAutoIncrement"."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -53,7 +53,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 2'
DECLARE @Id Integer -- Int32
@@ -69,7 +69,7 @@ SET
WHERE
"ConcurrencyAutoIncrement"."Id" = :Id AND "ConcurrencyAutoIncrement"."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -78,7 +78,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 3'
DECLARE @Id Integer -- Int32
@@ -94,7 +94,7 @@ SET
WHERE
"ConcurrencyAutoIncrement"."Id" = :Id AND "ConcurrencyAutoIncrement"."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -103,7 +103,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -114,7 +114,7 @@ DELETE FROM
WHERE
obj."Id" = :Id AND obj."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -123,7 +123,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -134,7 +134,7 @@ DELETE FROM
WHERE
obj."Id" = :Id AND obj."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrementAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrementAsync(PostgreSQL.14).sql
index f484f01a0839..2bb638a2d2ae 100644
--- a/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrementAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestAutoIncrementAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -28,7 +28,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 1'
DECLARE @Id Integer -- Int32
@@ -44,7 +44,7 @@ SET
WHERE
"ConcurrencyAutoIncrement"."Id" = :Id AND "ConcurrencyAutoIncrement"."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -53,7 +53,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 2'
DECLARE @Id Integer -- Int32
@@ -69,7 +69,7 @@ SET
WHERE
"ConcurrencyAutoIncrement"."Id" = :Id AND "ConcurrencyAutoIncrement"."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -78,7 +78,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 3'
DECLARE @Id Integer -- Int32
@@ -94,7 +94,7 @@ SET
WHERE
"ConcurrencyAutoIncrement"."Id" = :Id AND "ConcurrencyAutoIncrement"."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -103,7 +103,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -114,7 +114,7 @@ DELETE FROM
WHERE
obj."Id" = :Id AND obj."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -123,7 +123,7 @@ SELECT
FROM
"ConcurrencyAutoIncrement" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -134,7 +134,7 @@ DELETE FROM
WHERE
obj."Id" = :Id AND obj."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFiltered(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFiltered(PostgreSQL.14).sql
index 922ca803fd61..cdfe5239f55f 100644
--- a/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFiltered(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFiltered(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -28,7 +28,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 1'
DECLARE @Id Integer -- Int32
@@ -45,7 +45,7 @@ WHERE
"ConcurrencyFiltered"."Id" = 2 AND "ConcurrencyFiltered"."Id" = :Id AND
"ConcurrencyFiltered"."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -54,7 +54,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 2'
DECLARE @Id Integer -- Int32
@@ -71,7 +71,7 @@ WHERE
"ConcurrencyFiltered"."Id" = 1 AND "ConcurrencyFiltered"."Id" = :Id AND
"ConcurrencyFiltered"."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -80,7 +80,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -91,7 +91,7 @@ DELETE FROM
WHERE
r."Id" = 2 AND r."Id" = :Id AND r."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -100,7 +100,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -111,7 +111,7 @@ DELETE FROM
WHERE
r."Id" = 1 AND r."Id" = :Id AND r."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFilteredAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFilteredAsync(PostgreSQL.14).sql
index 922ca803fd61..cdfe5239f55f 100644
--- a/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFilteredAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConcurrencyTests/Tests.Linq.ConcurrencyTests.TestFilteredAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -28,7 +28,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 1'
DECLARE @Id Integer -- Int32
@@ -45,7 +45,7 @@ WHERE
"ConcurrencyFiltered"."Id" = 2 AND "ConcurrencyFiltered"."Id" = :Id AND
"ConcurrencyFiltered"."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -54,7 +54,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Text(7) -- String
SET @Value = 'value 2'
DECLARE @Id Integer -- Int32
@@ -71,7 +71,7 @@ WHERE
"ConcurrencyFiltered"."Id" = 1 AND "ConcurrencyFiltered"."Id" = :Id AND
"ConcurrencyFiltered"."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -80,7 +80,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -91,7 +91,7 @@ DELETE FROM
WHERE
r."Id" = 2 AND r."Id" = :Id AND r."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -100,7 +100,7 @@ SELECT
FROM
"ConcurrencyFiltered" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Stamp Integer -- Int32
@@ -111,7 +111,7 @@ DELETE FROM
WHERE
r."Id" = 1 AND r."Id" = :Id AND r."Stamp" = :Stamp
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrapping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrapping(PostgreSQL.14).sql
index 852540bc2b75..6d1c0e345eca 100644
--- a/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrapping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrapping(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
@@ -9,7 +9,7 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -24,7 +24,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrappingFilter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrappingFilter(PostgreSQL.14).sql
index 3652eb85be43..da72d09e8142 100644
--- a/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrappingFilter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ConditionInsideCondition_BoolWrappingFilter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Value_1"
@@ -16,7 +16,7 @@ FROM
WHERE
s."Value_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -31,7 +31,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.Conditional_DoNotEvalueBothBranches(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.Conditional_DoNotEvalueBothBranches(PostgreSQL.14).sql
index 95245645b2f2..6970b593a7dd 100644
--- a/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.Conditional_DoNotEvalueBothBranches(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.Conditional_DoNotEvalueBothBranches(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
20::Float
diff --git a/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.CrossToOuterApply(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.CrossToOuterApply(PostgreSQL.14).sql
index ce2a3a1f2fd0..dc389a8e5ff7 100644
--- a/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.CrossToOuterApply(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.CrossToOuterApply(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -33,7 +33,7 @@ FROM
LIMIT 1
) t2 ON 1=1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -48,7 +48,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ViaConditionDeep(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ViaConditionDeep(PostgreSQL.14).sql
index e59774f926c8..c14cf55c17f9 100644
--- a/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ViaConditionDeep(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConditionalTests/Tests.Linq.ConditionalTests.ViaConditionDeep(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -25,7 +25,7 @@ WHERE
ELSE 2
END = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition(PostgreSQL.14).sql
index e5e629ba44fb..03b91bb2f1ef 100644
--- a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition2(PostgreSQL.14).sql
index e5e629ba44fb..03b91bb2f1ef 100644
--- a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininition2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininitionAsSql2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininitionAsSql2(PostgreSQL.14).sql
index e5e629ba44fb..03b91bb2f1ef 100644
--- a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininitionAsSql2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.NullableTypeConstantDefininitionAsSql2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.instance_readonly_members(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.instance_readonly_members(PostgreSQL.14).sql
index d89a79ec60db..2c4101e0cf94 100644
--- a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.instance_readonly_members(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.instance_readonly_members(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @InitOnlyId Integer -- Int32
@@ -14,7 +14,7 @@ FROM
WHERE
e."Id" = :Id AND e."Id" = :InitOnlyId
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -24,7 +24,7 @@ SELECT
FROM
"TestConstantsData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @InitOnlyId Integer -- Int32
@@ -40,7 +40,7 @@ FROM
WHERE
e."Id" = :Id AND e."Id" = :InitOnlyId
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field(PostgreSQL.14).sql
index 2ee5cf1ecdbd..8f68db2ccfa2 100644
--- a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @GuidNonReadonly Uuid -- Guid
SET @GuidNonReadonly = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
@@ -12,7 +12,7 @@ FROM
WHERE
e."GuidValue" = :GuidNonReadonly AND e."GuidNullableValue" = :GuidNonReadonly
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_members(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_members(PostgreSQL.14).sql
index d89a79ec60db..2c4101e0cf94 100644
--- a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_members(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_members(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @InitOnlyId Integer -- Int32
@@ -14,7 +14,7 @@ FROM
WHERE
e."Id" = :Id AND e."Id" = :InitOnlyId
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -24,7 +24,7 @@ SELECT
FROM
"TestConstantsData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @InitOnlyId Integer -- Int32
@@ -40,7 +40,7 @@ FROM
WHERE
e."Id" = :Id AND e."Id" = :InitOnlyId
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_struct(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_struct(PostgreSQL.14).sql
index a077dbfa435b..bb8a5ab0ed67 100644
--- a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_struct(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_field_readonly_struct(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @p Integer -- Int32
@@ -14,7 +14,7 @@ FROM
WHERE
e."Id" = :Id AND e."Id" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -24,7 +24,7 @@ SELECT
FROM
"TestConstantsData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @p Integer -- Int32
@@ -40,7 +40,7 @@ FROM
WHERE
e."Id" = :Id AND e."Id" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_access_readonly_members(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_access_readonly_members(PostgreSQL.14).sql
index 633af1127a0b..b4fbfa39f320 100644
--- a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_access_readonly_members(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_access_readonly_members(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -10,7 +10,7 @@ FROM
WHERE
e."Id" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,7 +20,7 @@ SELECT
FROM
"TestConstantsData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -32,7 +32,7 @@ FROM
WHERE
e."Id" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_concatenation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_concatenation(PostgreSQL.14).sql
index fb359ab03f16..20ec7a175597 100644
--- a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_concatenation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_concatenation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(9) -- String
SET @p = 'StrValue1'
@@ -12,7 +12,7 @@ FROM
WHERE
e."StringValue" || '1' = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field(PostgreSQL.14).sql
index dfa35bbf60b2..5e74f8f0bddf 100644
--- a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -11,7 +11,7 @@ WHERE
e."GuidValue" = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid AND
e."GuidNullableValue" = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_concatenation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_concatenation(PostgreSQL.14).sql
index b83d9f9733f8..7c67597136bb 100644
--- a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_concatenation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_concatenation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -10,7 +10,7 @@ FROM
WHERE
e."StringValue" || '1' = 'StrValue1'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_readonly_struct(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_readonly_struct(PostgreSQL.14).sql
index 200ea5bca8dd..2e8ee1b494ca 100644
--- a/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_readonly_struct(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConstantTests/Tests.Linq.ConstantTests.static_readonly_field_readonly_struct(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -10,7 +10,7 @@ FROM
WHERE
e."Id" = 1 AND e."Id" = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,7 +20,7 @@ SELECT
FROM
"TestConstantsData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -32,7 +32,7 @@ FROM
WHERE
e."Id" = 1 AND e."Id" = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.14,False).sql
index 0e0eba1c1581..8ab45905fb26 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
s."Int" IN (NULL, NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.14,True).sql
index 472bbc1b6d99..01d314e4c60d 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNulls(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
s."Int" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.14,False).sql
index 7a0e731e208e..41bab680e114 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @In Varchar -- String
SET @In = NULL
@@ -9,7 +9,7 @@ FROM
WHERE
s."CEnum" IN (:In, :In)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NotIn Varchar -- String
SET @NotIn = NULL
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.14,True).sql
index d078f0c565d0..e0e444d4ea70 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsCEnum(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
s."CEnum" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.14,False).sql
index 566d6dfaa2c0..2ec212335841 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
s."Enum" IN (NULL, NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.14,True).sql
index 637c7fc000ff..b715638d15de 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.AllNullsEnum(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
s."Enum" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.14,False).sql
index ef933b256db2..e50f00fc126b 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,14 +7,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.14,True).sql
index ef933b256db2..e50f00fc126b 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Empty(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,14 +7,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.14,False).sql
index ef933b256db2..e50f00fc126b 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,14 +7,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.14,True).sql
index ef933b256db2..e50f00fc126b 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyCEnum(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,14 +7,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.14,False).sql
index ef933b256db2..e50f00fc126b 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,14 +7,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.14,True).sql
index ef933b256db2..e50f00fc126b 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.EmptyEnum(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,14 +7,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.14,False).sql
index b44bc6bf622d..0eb26fc3f0b6 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -8,7 +8,7 @@ WHERE
s."Int" IN (-1, -2)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -18,7 +18,7 @@ WHERE
s."Int" IN (-1, NULL)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -28,7 +28,7 @@ WHERE
s."Int" IN (-1, 2)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -38,7 +38,7 @@ WHERE
s."Int" NOT IN (NULL, 2)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.14,True).sql
index 9e3219284957..64d0f588f382 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Functional(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -8,7 +8,7 @@ WHERE
s."Int" IN (-1, -2)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -18,7 +18,7 @@ WHERE
(s."Int" IN (-1) OR s."Int" IS NULL)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -28,7 +28,7 @@ WHERE
s."Int" IN (-1, 2)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -38,7 +38,7 @@ WHERE
(s."Int" NOT IN (2) AND s."Int" IS NOT NULL)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.14,False).sql
index dcb5d1066f98..00476ff07288 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @In Varchar(12) -- String
SET @In = '___Value3___'
DECLARE @In_1 Varchar(12) -- String
@@ -12,7 +12,7 @@ WHERE
s."CEnum" IN (:In, :In_1)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @In Varchar(12) -- String
SET @In = '___Value3___'
DECLARE @In_1 Varchar -- String
@@ -26,7 +26,7 @@ WHERE
s."CEnum" IN (:In, :In_1)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @In Varchar(12) -- String
SET @In = '___Value3___'
DECLARE @In_1 Varchar(12) -- String
@@ -40,7 +40,7 @@ WHERE
s."CEnum" IN (:In, :In_1)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NotIn Varchar -- String
SET @NotIn = NULL
DECLARE @NotIn_1 Varchar(12) -- String
@@ -54,7 +54,7 @@ WHERE
s."CEnum" NOT IN (:NotIn, :NotIn_1)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NotIn Varchar(12) -- String
SET @NotIn = '___Value3___'
DECLARE @NotIn_1 Varchar(12) -- String
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.14,True).sql
index 2a08b8d8e878..c4f2a9fb2818 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalCEnum(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @In Varchar(12) -- String
SET @In = '___Value3___'
DECLARE @In_1 Varchar(12) -- String
@@ -12,7 +12,7 @@ WHERE
s."CEnum" IN (:In, :In_1)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @In Varchar(12) -- String
SET @In = '___Value3___'
@@ -24,7 +24,7 @@ WHERE
(s."CEnum" IN (:In) OR s."CEnum" IS NULL)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @In Varchar(12) -- String
SET @In = '___Value3___'
DECLARE @In_1 Varchar(12) -- String
@@ -38,7 +38,7 @@ WHERE
s."CEnum" IN (:In, :In_1)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NotIn Varchar(12) -- String
SET @NotIn = '___Value2___'
@@ -50,7 +50,7 @@ WHERE
(s."CEnum" NOT IN (:NotIn) AND s."CEnum" IS NOT NULL)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @NotIn Varchar(12) -- String
SET @NotIn = '___Value3___'
DECLARE @NotIn_1 Varchar(12) -- String
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.14,False).sql
index 6604386b9c68..c30f0a62c3d6 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -8,7 +8,7 @@ WHERE
s."Enum" IN ('THREE', 'FOUR')
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -18,7 +18,7 @@ WHERE
s."Enum" IN ('THREE', NULL)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -28,7 +28,7 @@ WHERE
s."Enum" IN ('THREE', 'TWO')
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -38,7 +38,7 @@ WHERE
s."Enum" NOT IN (NULL, 'TWO')
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.14,True).sql
index cb76da926959..8aeb6754e10f 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.FunctionalEnum(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -8,7 +8,7 @@ WHERE
s."Enum" IN ('THREE', 'FOUR')
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -18,7 +18,7 @@ WHERE
(s."Enum" IN ('THREE') OR s."Enum" IS NULL)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -28,7 +28,7 @@ WHERE
s."Enum" IN ('THREE', 'TWO')
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
@@ -38,7 +38,7 @@ WHERE
(s."Enum" NOT IN ('TWO') AND s."Enum" IS NOT NULL)
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue2608Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue2608Test(PostgreSQL.14).sql
index 06006cd79761..d8d2ebdd75a7 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue2608Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue2608Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @code Integer -- Int32
SET @code = 1
DECLARE @site Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[123, Ko, null]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[123, Ko, null]).sql
index 6c8198b86df3..a8f8651eab18 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[123, Ko, null]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[123, Ko, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[123, null, Ko]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[123, null, Ko]).sql
index 6c8198b86df3..a8f8651eab18 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[123, null, Ko]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[123, null, Ko]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[Ko, null, null]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[Ko, null, null]).sql
index 9ef4e4908102..9a1dc6fc7ff9 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[Ko, null, null]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[Ko, null, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[Ko, null]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[Ko, null]).sql
index 9ef4e4908102..9a1dc6fc7ff9 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[Ko, null]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[Ko, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[]).sql
index b7c450f4acb1..a70b43ff753f 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, 123, Ko]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, 123, Ko]).sql
index 6c8198b86df3..a8f8651eab18 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, 123, Ko]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, 123, Ko]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, Ko, null]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, Ko, null]).sql
index 9ef4e4908102..9a1dc6fc7ff9 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, Ko, null]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, Ko, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, Ko]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, Ko]).sql
index 9ef4e4908102..9a1dc6fc7ff9 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, Ko]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, Ko]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, null, Ko]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, null, Ko]).sql
index 9ef4e4908102..9a1dc6fc7ff9 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, null, Ko]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, null, Ko]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, null]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, null]).sql
index defa300227aa..474ee5454907 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, null]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test1(PostgreSQL.14,[null, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[123, 222, null]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[123, 222, null]).sql
index 4ed988900556..a331f13e31a9 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[123, 222, null]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[123, 222, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[123, null, 222]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[123, null, 222]).sql
index 4ed988900556..a331f13e31a9 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[123, null, 222]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[123, null, 222]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[222, null, null]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[222, null, null]).sql
index 954cf45ce16a..6c063cc8924b 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[222, null, null]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[222, null, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[222, null]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[222, null]).sql
index 954cf45ce16a..6c063cc8924b 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[222, null]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[222, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[]).sql
index 697b94de8797..f7427e96adff 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, 123, 222]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, 123, 222]).sql
index 4ed988900556..a331f13e31a9 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, 123, 222]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, 123, 222]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, 222, null]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, 222, null]).sql
index 954cf45ce16a..6c063cc8924b 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, 222, null]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, 222, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, 222]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, 222]).sql
index 954cf45ce16a..6c063cc8924b 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, 222]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, 222]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, null, 222]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, null, 222]).sql
index 954cf45ce16a..6c063cc8924b 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, null, 222]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, null, 222]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, null]).sql b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, null]).sql
index 7064aaf58d77..47af5a12c9d9 100644
--- a/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, null]).sql
+++ b/PostgreSQL.14/Tests/Linq/ContainsTests/Tests.Linq.ContainsTests.Issue3986Test2(PostgreSQL.14,[null, null]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any1(PostgreSQL.14).sql
index d5cdb9d5358b..33d04bc0eb33 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any2(PostgreSQL.14).sql
index d5cdb9d5358b..33d04bc0eb33 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any3(PostgreSQL.14).sql
index d5cdb9d5358b..33d04bc0eb33 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Any3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Issue3791Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Issue3791Test(PostgreSQL.14).sql
index 7bcb5b5fbae0..a5ff6afb3216 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Issue3791Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Issue3791Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest1(PostgreSQL.14).sql
index 125878a0e5e9..982d243d3baa 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.cond
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest10(PostgreSQL.14).sql
index e5c3c0d30e58..955c3afc4f55 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest11(PostgreSQL.14).sql
index 932a09e3b39b..92574ac5e6de 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest2(PostgreSQL.14).sql
index 500d6bd61f94..40d5fdcf7f97 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest3(PostgreSQL.14).sql
index d2f14d42843f..158e61b8a0f4 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest4(PostgreSQL.14).sql
index 5f8e65caa920..5d2ed7e60fb5 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest41(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest41(PostgreSQL.14).sql
index 5f8e65caa920..5d2ed7e60fb5 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest41(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest41(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest5(PostgreSQL.14).sql
index 81552197933b..6cc406795a83 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest6(PostgreSQL.14).sql
index 60472dbe6db3..453005dc3be6 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest61(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest61(PostgreSQL.14).sql
index 60472dbe6db3..453005dc3be6 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest61(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest61(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest7(PostgreSQL.14).sql
index 4f5b35d3d418..d1f92b71fd42 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5000
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest71(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest71(PostgreSQL.14).sql
index 4f5b35d3d418..d1f92b71fd42 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest71(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest71(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5000
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest8(PostgreSQL.14).sql
index f9a8e28cd607..0694e72166ec 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest9(PostgreSQL.14).sql
index af6b56571c41..92e6cef5aa7c 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.LetTest9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select1(PostgreSQL.14).sql
index 204d5671ebab..41fb7cdad9b7 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select2(PostgreSQL.14).sql
index 3658a2cf16c3..77dd2baf8b9c 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select3(PostgreSQL.14).sql
index d7974451d0ba..1d864105da53 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select4(PostgreSQL.14).sql
index d7974451d0ba..1d864105da53 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Select4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where1(PostgreSQL.14).sql
index e09d5c762d84..352dd09b47b4 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where2(PostgreSQL.14).sql
index e09d5c762d84..352dd09b47b4 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where3(PostgreSQL.14).sql
index e0871ae4e03f..467923005f76 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertExpressionTests/Tests.Linq.ConvertExpressionTests.Where3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ByteToString(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ByteToString(PostgreSQL.14).sql
index b4c03dab2f37..24881702d59a 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ByteToString(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ByteToString(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ID"::SmallInt::text
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertFromOneToAnother(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertFromOneToAnother(PostgreSQL.14).sql
index 59b52051b3cd..77bc3a570a27 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertFromOneToAnother(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertFromOneToAnother(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(9, 5) -- Decimal
SET @value = 6579.64648
@@ -8,7 +8,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = 6579.64648
@@ -18,7 +18,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = 6579.6464800000003
@@ -28,7 +28,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(9, 5) -- Decimal
SET @value = 6579.64648
@@ -38,7 +38,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = 6579.64648
@@ -48,7 +48,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = 6579.6464800000003
@@ -58,7 +58,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(9, 5) -- Decimal
SET @value = 6579.64648
@@ -68,7 +68,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = 6579.64648
@@ -78,7 +78,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = 6579.6464800000003
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean1(PostgreSQL.14).sql
index e2234a8b0cbe..45acf67e7c47 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean2(PostgreSQL.14).sql
index 4dbe893a4dd1..66b8a56fc86e 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToBoolean2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToByte(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToByte(PostgreSQL.14).sql
index d3201522d692..407155cee4d8 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToByte(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToByte(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDateTime(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDateTime(PostgreSQL.14).sql
index f1c9592151a6..c420d49815b5 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDateTime(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDateTime(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From p."DateTimeValue"))::Int || '-01-01 00:00:00')::TimeStamp
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDecimal(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDecimal(PostgreSQL.14).sql
index ee9b7c4a47b1..7046bc7af951 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDecimal(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDecimal(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDouble(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDouble(PostgreSQL.14).sql
index 88bfe8a6692d..77105c80ccd1 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDouble(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToDouble(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt16(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt16(PostgreSQL.14).sql
index d3201522d692..407155cee4d8 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt16(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt16(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt32(PostgreSQL.14).sql
index 4aea7232aaa0..9db1e17185a9 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt64(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt64(PostgreSQL.14).sql
index e344ff6f1b72..b5bc70910c4e 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt64(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToInt64(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSByte(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSByte(PostgreSQL.14).sql
index d3201522d692..407155cee4d8 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSByte(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSByte(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSingle(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSingle(PostgreSQL.14).sql
index 1ce8044f6c21..5d83d98f5e46 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSingle(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToSingle(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt16(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt16(PostgreSQL.14).sql
index 4aea7232aaa0..9db1e17185a9 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt16(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt16(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt32(PostgreSQL.14).sql
index e344ff6f1b72..b5bc70910c4e 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt64(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt64(PostgreSQL.14).sql
index a9d9f9328926..88be70bb19cc 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt64(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ConvertToUInt64(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.DecimalToString(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.DecimalToString(PostgreSQL.14).sql
index 4af9119bf20a..ddbe22c21dce 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.DecimalToString(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.DecimalToString(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
RTRIM(Replace(p."MoneyValue"::text, ',', '.'), '0.')
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.GuidToString(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.GuidToString(PostgreSQL.14).sql
index 33cbe1b11815..c84f07f26a16 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.GuidToString(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.GuidToString(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @guid Text(36) -- String
SET @guid = 'febe3eca-cb5f-40b2-ad39-2979d312afca'
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.Test1(PostgreSQL.14).sql
index ecb93a04e625..2041c549f6e0 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt(PostgreSQL.14).sql
index e35ba2c10661..bb6dd2f2b5a0 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::BigInt
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt2(PostgreSQL.14).sql
index e35ba2c10661..bb6dd2f2b5a0 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBigInt2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::BigInt
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit1(PostgreSQL.14).sql
index fdbf6d07bf0d..c9570ef01ef6 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit2(PostgreSQL.14).sql
index ce113b3375e4..d3b9927cf696 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToBit2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToByte(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToByte(PostgreSQL.14).sql
index 0304d87e1736..68f413e8e891 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToByte(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToByte(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToChar(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToChar(PostgreSQL.14).sql
index efd8e5a1df82..70c654bbcf7c 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToChar(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToChar(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::Char(20)
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDateTime(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDateTime(PostgreSQL.14).sql
index f1c9592151a6..c420d49815b5 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDateTime(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDateTime(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From p."DateTimeValue"))::Int || '-01-01 00:00:00')::TimeStamp
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal1(PostgreSQL.14).sql
index ff4d92e00dca..8fb869c9e394 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(t."MoneyValue" * 1000)::decimal(10, 4)
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal2(PostgreSQL.14).sql
index ad5530a46a18..f4ec4a1ce10c 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::decimal(10, 4)
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal3(PostgreSQL.14).sql
index ee9b7c4a47b1..7046bc7af951 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDecimal3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultDecimal(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultDecimal(PostgreSQL.14).sql
index 1c4afbf1ccbe..4346ebcb5b49 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultDecimal(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultDecimal(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(t."MoneyValue" * 1000)::decimal
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultNVarChar(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultNVarChar(PostgreSQL.14).sql
index 7360c5e125f1..f8e3a5bbaf0a 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultNVarChar(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultNVarChar(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::VarChar
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultVarChar(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultVarChar(PostgreSQL.14).sql
index 7360c5e125f1..f8e3a5bbaf0a 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultVarChar(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDefaultVarChar(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::VarChar
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDouble(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDouble(PostgreSQL.14).sql
index fac711b1de7c..d11d4f550c4e 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDouble(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToDouble(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt(PostgreSQL.14).sql
index a21af4e29b5d..8241fdf4d088 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::Int
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt1(PostgreSQL.14).sql
index a21af4e29b5d..8241fdf4d088 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::Int
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt16(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt16(PostgreSQL.14).sql
index 0304d87e1736..68f413e8e891 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt16(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt16(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt2(PostgreSQL.14).sql
index a21af4e29b5d..8241fdf4d088 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::Int
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt32(PostgreSQL.14).sql
index 186c2d6ff373..1890b07eec81 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt64(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt64(PostgreSQL.14).sql
index f91367c08b41..52cff57a9281 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt64(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToInt64(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToMoney(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToMoney(PostgreSQL.14).sql
index 6ece2fc81279..c87918e71a32 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToMoney(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToMoney(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::decimal(19, 4)
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNChar(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNChar(PostgreSQL.14).sql
index 56018323140d..1e68915ce8fa 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNChar(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNChar(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::character(20)
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNVarChar(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNVarChar(PostgreSQL.14).sql
index f1dd0bc7549e..a619b528efd3 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNVarChar(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToNVarChar(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::VarChar(20)
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSByte(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSByte(PostgreSQL.14).sql
index 0304d87e1736..68f413e8e891 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSByte(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSByte(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSingle(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSingle(PostgreSQL.14).sql
index 82f25be27560..29c15e728013 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSingle(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSingle(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallInt(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallInt(PostgreSQL.14).sql
index 58a08021fce8..2bbcdf91237e 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallInt(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallInt(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::SmallInt
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallMoney(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallMoney(PostgreSQL.14).sql
index ad5530a46a18..f4ec4a1ce10c 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallMoney(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSmallMoney(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::decimal(10, 4)
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDate(PostgreSQL.14).sql
index 2b428829d35b..9a4614dc8168 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDate(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From t."DateTimeValue"))::Int || '-01-01')::Date
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime(PostgreSQL.14).sql
index bba09d8867e8..807be680cb19 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From t."DateTimeValue"))::Int || '-01-01 00:20:00')::Timestamp
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime2(PostgreSQL.14).sql
index bba09d8867e8..807be680cb19 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTime2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From t."DateTimeValue"))::Int || '-01-01 00:20:00')::Timestamp
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTimeOffset(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTimeOffset(PostgreSQL.14).sql
index bba09d8867e8..807be680cb19 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTimeOffset(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlDateTimeOffset(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From t."DateTimeValue"))::Int || '-01-01 00:20:00')::Timestamp
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlFloat(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlFloat(PostgreSQL.14).sql
index 1572e42905b3..64b964fb9a13 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlFloat(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlFloat(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::Float
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlReal(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlReal(PostgreSQL.14).sql
index 30f31b4adb0f..3c036210ca0d 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlReal(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlReal(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::Real
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlSmallDateTime(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlSmallDateTime(PostgreSQL.14).sql
index bba09d8867e8..807be680cb19 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlSmallDateTime(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlSmallDateTime(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From t."DateTimeValue"))::Int || '-01-01 00:20:00')::Timestamp
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTime(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTime(PostgreSQL.14).sql
index 79fdfd749281..a29d6bb010d2 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTime(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTime(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(hour From t."DateTimeValue"))::Int || ':01:01')::Time
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTimeSql(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTimeSql(PostgreSQL.14).sql
index 79fdfd749281..a29d6bb010d2 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTimeSql(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToSqlTimeSql(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(hour From t."DateTimeValue"))::Int || ':01:01')::Time
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToTinyInt(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToTinyInt(PostgreSQL.14).sql
index 58a08021fce8..2bbcdf91237e 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToTinyInt(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToTinyInt(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::SmallInt
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt1(PostgreSQL.14).sql
index e35ba2c10661..bb6dd2f2b5a0 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::BigInt
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt16(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt16(PostgreSQL.14).sql
index 186c2d6ff373..1890b07eec81 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt16(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt16(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt2(PostgreSQL.14).sql
index e35ba2c10661..bb6dd2f2b5a0 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(t."MoneyValue")::BigInt
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt32(PostgreSQL.14).sql
index f91367c08b41..52cff57a9281 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt64(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt64(PostgreSQL.14).sql
index f74f37a409e2..54a4f8a54434 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt64(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToUInt64(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToVarChar(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToVarChar(PostgreSQL.14).sql
index f1dd0bc7549e..a619b528efd3 100644
--- a/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToVarChar(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ConvertTests/Tests.Linq.ConvertTests.ToVarChar(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"::VarChar(20)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1(PostgreSQL.14).sql
index 41c804eb594e..6ac6fd83adb1 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1Async(PostgreSQL.14).sql
index 41c804eb594e..6ac6fd83adb1 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count1Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2(PostgreSQL.14).sql
index e1ba81f05c5a..a26379a97fc7 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2Async(PostgreSQL.14).sql
index e1ba81f05c5a..a26379a97fc7 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count2Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count3(PostgreSQL.14).sql
index b0504159acf4..20b858bb8a3e 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count4(PostgreSQL.14).sql
index 11bc690e5680..24512a702bb2 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count5(PostgreSQL.14).sql
index 8b43245ff14c..6f5d8149e136 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count6(PostgreSQL.14).sql
index 825833882eba..cad63ad0e706 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count7(PostgreSQL.14).sql
index cfc6f65058e5..0772bec619d6 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count8(PostgreSQL.14).sql
index 2707406ca816..693d7a981263 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -8,7 +8,7 @@ FROM
WHERE
"a_Parent"."ParentID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -18,7 +18,7 @@ FROM
WHERE
"a_Parent"."ParentID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count9(PostgreSQL.14).sql
index 43270d5f93b8..c39745ae76cb 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.Count9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -8,7 +8,7 @@ FROM
WHERE
"a_Parent"."ParentID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy1(PostgreSQL.14).sql
index 6ebff4fc2d6e..47f675cccec3 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" > 20)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy101(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy101(PostgreSQL.14).sql
index f19379c31b0e..21593fe7e174 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy101(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy101(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy102(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy102(PostgreSQL.14).sql
index 3ba24bc897ad..db7035671623 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy102(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy102(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Max_1",
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy103(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy103(PostgreSQL.14).sql
index 058cf96c3777..6b3980263071 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy103(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy103(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" > 20)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy21(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy21(PostgreSQL.14).sql
index 0ca522746f6d..d636aee616a8 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy21(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy21(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy22(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy22(PostgreSQL.14).sql
index b901caf6d018..c936a8faa1c7 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy22(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy22(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy23(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy23(PostgreSQL.14).sql
index 1471fe25085c..3b1813b7e5ab 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy23(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy23(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ParentID" < 2)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy3(PostgreSQL.14).sql
index 48ad19900943..3b492ada7024 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy4(PostgreSQL.14).sql
index a19af7577628..f35e2076a7e4 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy5(PostgreSQL.14).sql
index 3ba24bc897ad..db7035671623 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Max_1",
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy6(PostgreSQL.14).sql
index 8b43245ff14c..6f5d8149e136 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy7(PostgreSQL.14).sql
index 144dea203f79..a51ab0b55148 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupBy7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*),
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere(PostgreSQL.14).sql
index d2783ea5342b..0980042af8cf 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere1(PostgreSQL.14).sql
index 798952c0aee8..6504f462df14 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere2(PostgreSQL.14).sql
index 321f7b23c8de..df0dcc374ca0 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere201(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere201(PostgreSQL.14).sql
index dbccf581d98a..925cec70a239 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere201(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere201(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere202(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere202(PostgreSQL.14).sql
index d5660e0ef0f1..8becaf4f23f3 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere202(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere202(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere203(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere203(PostgreSQL.14).sql
index 0fdb1ac4e0c6..1c3c96ef2479 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere203(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere203(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere3(PostgreSQL.14).sql
index ccd789be5cec..a6d305c2e539 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere301(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere301(PostgreSQL.14).sql
index 037450a1266c..e432928db736 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere301(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere301(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere4(PostgreSQL.14).sql
index 787876980bb4..13e13de5c776 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupByWhere4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin1(PostgreSQL.14).sql
index bf92e0767753..f3ca68562d5a 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin2(PostgreSQL.14).sql
index bf92e0767753..f3ca68562d5a 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin3(PostgreSQL.14).sql
index 47e153f33ac7..a68235710cf8 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin4(PostgreSQL.14).sql
index 7f970890fe54..aeff6213caff 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.GroupJoin4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."Count_1" + t2."Count_1"
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery1(PostgreSQL.14).sql
index af4073ad3727..5365f5c340d8 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery2(PostgreSQL.14).sql
index ce01a5647114..18bd9830aada 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery3(PostgreSQL.14).sql
index ce01a5647114..18bd9830aada 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery4(PostgreSQL.14).sql
index 51785a9d99ff..e40f559f6637 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery5(PostgreSQL.14).sql
index 51785a9d99ff..e40f559f6637 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery6(PostgreSQL.14).sql
index 6541d0fb4888..aebdf6ea8a55 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery7(PostgreSQL.14).sql
index 269947c635e3..0c97362bcdb9 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQuery7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1(PostgreSQL.14).sql
index 33501f26e710..3081b4a071b9 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX((
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1Async(PostgreSQL.14).sql
index 33501f26e710..3081b4a071b9 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax1Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX((
diff --git a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax2(PostgreSQL.14).sql
index 881aba28ed6b..88d28ed34590 100644
--- a/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CountTests/Tests.Linq.CountTests.SubQueryMax2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX((
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue1845Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue1845Test(PostgreSQL.14).sql
index 59ee130cf963..7bf53befce1f 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue1845Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue1845Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Value1", "Value2")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2029Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2029Test(PostgreSQL.14).sql
index b43e563b7268..e06c9c47d7f7 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2029Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2029Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ncCodeBo Text(30) -- String
SET @ncCodeBo = 'NCCodeBO:8110,SETUP_OSCILLOSCO'
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2145Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2145Test2(PostgreSQL.14).sql
index 6afbc5348ec2..276d9af19911 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2145Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2145Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2264(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2264(PostgreSQL.14).sql
index c0c067f99396..cce93b41a703 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2264(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue2264(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE "CTE"
(
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordClass(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordClass(PostgreSQL.14).sql
index 11a9a952a6ec..c07e8404e032 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordClass(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordClass(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "FirstName", "LastName")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordLikeClass(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordLikeClass(PostgreSQL.14).sql
index 11a9a952a6ec..c07e8404e032 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordLikeClass(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3357_RecordLikeClass(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "FirstName", "LastName")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_DoubleColumnSelection(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_DoubleColumnSelection(PostgreSQL.14).sql
index 4d2d0a524b62..e6ff2f458657 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_DoubleColumnSelection(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_DoubleColumnSelection(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte
(
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_LiteralsInAnchor(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_LiteralsInAnchor(PostgreSQL.14).sql
index 14c6c06e5fcb..491862cc5864 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_LiteralsInAnchor(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_LiteralsInAnchor(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte
(
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullEnumInAnchor(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullEnumInAnchor(PostgreSQL.14).sql
index 789c474b3371..9468a09fc069 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullEnumInAnchor(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullEnumInAnchor(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "Enum1")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullGuidInAnchor(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullGuidInAnchor(PostgreSQL.14).sql
index 3b89961dce1a..ede2709f9bbc 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullGuidInAnchor(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullGuidInAnchor(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "Guid")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullsInAnchor(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullsInAnchor(PostgreSQL.14).sql
index d599cc91f346..9b5f577c90fd 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullsInAnchor(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_NullsInAnchor(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte
(
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.14).sql
index 1f156181b90d..9b3fdc2a1fb9 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByOtherQuery_AllProviders(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "Str")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.14).sql
index 72e1d7488ae6..6ecf0180436c 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeByProjectionProperty_AllProviders(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "Str")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeStringEnum_AllProviders(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeStringEnum_AllProviders(PostgreSQL.14).sql
index 669164c3be0e..8028def9f6ef 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeStringEnum_AllProviders(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3360_TypeStringEnum_AllProviders(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id", "Str")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3407Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3407Test(PostgreSQL.14).sql
index 3cd1bb67d387..643084c53f3f 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3407Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3407Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" (c1)
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3945(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3945(PostgreSQL.14).sql
index 5446ceb804cd..df41995eeda2 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3945(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue3945(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE" ("ParentId", "Label")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4012Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4012Test(PostgreSQL.14).sql
index 371fe3ecabaa..f67cc2d2c327 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4012Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4012Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("ParentID", "ChildID")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.14,False).sql
index bd149d9c2a5a..231c43d2a1a6 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."EnumValue"
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.14,True).sql
index b9a4e6078e27..078f644701c0 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4167(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("EnumValue")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test1(PostgreSQL.14).sql
index 0e087d0afffb..dffa7e116068 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE d
(
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test2(PostgreSQL.14).sql
index 89d8899520a8..1dbc66963bfa 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4366Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE d
(
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4717Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4717Test(PostgreSQL.14).sql
index 70f8eada8233..1e84b2d0fcdc 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4717Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4717Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4717Address"
(
@@ -17,7 +17,7 @@ VALUES
'12345'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4717Warehouse"
(
@@ -32,7 +32,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4717UnitOfMeasure"
(
@@ -47,7 +47,7 @@ VALUES
'ea'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @productId Integer -- Int32
SET @productId = 1
@@ -66,7 +66,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @includedProductId Integer -- Int32
SET @includedProductId = 2
@@ -85,7 +85,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @productId Integer -- Int32
SET @productId = 1
DECLARE @includedProductId Integer -- Int32
@@ -104,7 +104,7 @@ VALUES
10
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @productId Integer -- Int32
SET @productId = 1
@@ -121,7 +121,7 @@ VALUES
10
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @productId Integer -- Int32
SET @productId = 1
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Delete(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Delete(PostgreSQL.14).sql
index 1c89aaba9c4c..dceb650641a8 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Delete(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Delete(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @menuId Integer -- Int32
SET @menuId = 1
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Select(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Select(PostgreSQL.14).sql
index ba73cdba35cf..17e852911883 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Select(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Class_Select(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @menuId Integer -- Int32
SET @menuId = 1
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Delete(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Delete(PostgreSQL.14).sql
index 4ca0dd4b1f89..81e8a3b2254f 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Delete(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Delete(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @menuId Integer -- Int32
SET @menuId = 1
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Select(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Select(PostgreSQL.14).sql
index e2c6a177d28b..ae05e8531c14 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Select(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue4968Test_Tuple_Select(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @menuId Integer -- Int32
SET @menuId = 1
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.IssueCteDuplicateColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.IssueCteDuplicateColumn(PostgreSQL.14).sql
index 7e05ceaa2c42..827fa54cdcb3 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.IssueCteDuplicateColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.IssueCteDuplicateColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Id2", "Id1")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_1(PostgreSQL.14).sql
index 2002babeed0d..dc2482b4df0b 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id")
AS
@@ -32,7 +32,7 @@ FROM
) m_1
INNER JOIN "Person" d ON d."PersonID" = m_1."Item1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Id")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_2(PostgreSQL.14).sql
index fcadf44ed5a9..3f30f8801921 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Issue_SequenceBuildFailed_2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("PersonID")
AS
@@ -26,7 +26,7 @@ FROM
) m_1
INNER JOIN "Person" d ON d."PersonID" = m_1."Item1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("PersonID")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveCount(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveCount(PostgreSQL.14).sql
index f9b8b92c7369..81b8c684d71a 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveCount(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveCount(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE "CTE_1" ("Id")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveDeepNesting(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveDeepNesting(PostgreSQL.14).sql
index 31c0cb293769..5e18c38aac91 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveDeepNesting(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveDeepNesting(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE "CTE_1" ("Id")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveInsertInto(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveInsertInto(PostgreSQL.14).sql
index d587674f0f2b..e30593f6027b 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveInsertInto(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveInsertInto(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE "CTE_1" ("Id")
AS
@@ -46,7 +46,7 @@ SELECT
FROM
"hierarchyDown" t4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest(PostgreSQL.14).sql
index 625532d6fe56..96e5a8ad01fa 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE "MY_CTE" ("ChildID", "ParentID", "GrandChildID")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest2(PostgreSQL.14).sql
index bec9c0acd012..28958eb0e3aa 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.RecursiveTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE "CTE_1" ("Id")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test1(PostgreSQL.14).sql
index 1a1938ff4fa2..627a54b7ad1f 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("ParentID")
AS
@@ -18,7 +18,7 @@ FROM
INNER JOIN "CTE_1" c_2 ON p."ParentID" = c_2."ParentID"
INNER JOIN "CTE_1" c2 ON p."ParentID" = c2."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test2(PostgreSQL.14).sql
index 720f255f3721..b05d18ccbb7b 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE1_" ("ParentID")
AS
@@ -65,7 +65,7 @@ FROM
INNER JOIN "CTE3_" c3 ON t1."ParentID" = c3."ParentID"
INNER JOIN "LATEST" c4_1 ON c4_1."ParentID" = c3."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c3."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test4(PostgreSQL.14).sql
index 25783119154c..fc14565601cd 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE1_" ("ParentID")
AS
@@ -28,7 +28,7 @@ FROM
"CTE1_" p
INNER JOIN "LAST0" c4_1 ON c4_1."ParentID" = p."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c4."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test5(PostgreSQL.14).sql
index 4b6f87fb9234..563b45c9bb09 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.Test5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("ParentID")
AS
@@ -23,7 +23,7 @@ FROM
INNER JOIN "CTE_1" c_2 ON p."ParentID" = c_2."ParentID"
INNER JOIN "CTE_1" c2 ON p."ParentID" = c2."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAsTable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAsTable(PostgreSQL.14).sql
index 472b6ec0f81f..1df6762fb9b1 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAsTable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAsTable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE1_" ("ParentID", "ChildID")
AS
@@ -15,7 +15,7 @@ SELECT
FROM
"CTE1_" t2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAssociations(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAssociations(PostgreSQL.14).sql
index b7bb3b5d9d80..27ad6c23dac6 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAssociations(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestAssociations(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "BooksCte" ("AuthorId", "Title")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCondition(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCondition(PostgreSQL.14).sql
index 1361266f6f20..1554042671bc 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCondition(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCondition(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @var3 Integer -- Int32
SET @var3 = 1
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCustomCount(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCustomCount(PostgreSQL.14).sql
index 9a885a612c66..3a435a20acfa 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCustomCount(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestCustomCount(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" AS
(
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDelete(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDelete(PostgreSQL.14).sql
index 90c4eb5dd14e..a78415c47d46 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDelete(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDelete(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("ParentID")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDoubleRecursion(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDoubleRecursion(PostgreSQL.14).sql
index 1d4d33da939c..08085c1bbd14 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDoubleRecursion(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestDoubleRecursion(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE "CTE_1" ("Id")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestEmbedded(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestEmbedded(PostgreSQL.14).sql
index 4baef302af28..320c346afb64 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestEmbedded(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestEmbedded(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("ChildID")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestInsert(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestInsert(PostgreSQL.14).sql
index 829ea6b12498..03a5634c876b 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestInsert(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestInsert(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE1_" ("ParentID")
AS
@@ -33,7 +33,7 @@ FROM
"CTE1_" t1
INNER JOIN "LAST0" c4_1 ON c4_1."ParentID" = t1."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID",
@@ -44,7 +44,7 @@ ORDER BY
t1."ChildID",
t1."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID",
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNesting(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNesting(PostgreSQL.14).sql
index 6f33f2dfe7e0..b9e60c2f05f6 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNesting(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNesting(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Property1")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNoColumns(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNoColumns(PostgreSQL.14).sql
index b17effa169e8..0b360ae2dcff 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNoColumns(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestNoColumns(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE1_" (c1)
AS
@@ -20,7 +20,7 @@ SELECT
FROM
"CTE1_" t2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE1_" (c1)
AS
@@ -35,7 +35,7 @@ SELECT
FROM
"CTE1_" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE1_" (c1)
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveObjects(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveObjects(PostgreSQL.14).sql
index 1cf3001ee4e2..c6da2ef364d3 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveObjects(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveObjects(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE previous
(
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveScalar(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveScalar(PostgreSQL.14).sql
index a06cff4635d4..07c33fb2ec9d 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveScalar(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestRecursiveScalar(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestUpdate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestUpdate(PostgreSQL.14).sql
index f6ad7b76b8c3..5ce5a2d0c007 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestUpdate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestUpdate(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("ParentID")
AS
@@ -19,7 +19,7 @@ FROM
WHERE
ct."ParentID" = "CteChild"."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID",
@@ -29,7 +29,7 @@ FROM
WHERE
(c_1."ParentID"::decimal % 2)::decimal = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID"
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapper(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapper(PostgreSQL.14).sql
index 6be9e79906ac..6afe0bc0178a 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapper(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapper(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Child_ParentID", "Child_ChildID")
AS
@@ -18,7 +18,7 @@ FROM
"Parent" p
INNER JOIN "CTE_1" c_1 ON p."ParentID" = c_1."Child_ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapperUnion(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapperUnion(PostgreSQL.14).sql
index b59c12a4aa85..236bec894a81 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapperUnion(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.TestWithWrapperUnion(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
@@ -37,7 +37,7 @@ SELECT
FROM
"CTE_1" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.UnionCteWithFilter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.UnionCteWithFilter(PostgreSQL.14).sql
index 6f2e98825374..36ce159cee5f 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.UnionCteWithFilter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.UnionCteWithFilter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "BooksCte" ("Book_Id", "Book_Title", "Author_Name")
AS
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.WithLimitedOrderBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.WithLimitedOrderBy(PostgreSQL.14).sql
index 4483a8358789..6f16c42d86fb 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.WithLimitedOrderBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.WithLimitedOrderBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.WithOrderBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.WithOrderBy(PostgreSQL.14).sql
index 46842551512b..68a262aa8224 100644
--- a/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.WithOrderBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/CteTests/Tests.Linq.CteTests.WithOrderBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("ParentID", "Value1")
AS
diff --git a/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.14,MultipleRows).sql
index 61b6bd57cd63..5a3233adb94b 100644
--- a/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -9,7 +9,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -19,12 +19,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -35,7 +35,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -45,12 +45,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -61,7 +61,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -71,12 +71,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -87,7 +87,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -97,12 +97,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -113,7 +113,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -123,12 +123,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -139,7 +139,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -149,12 +149,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -165,7 +165,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -175,12 +175,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -191,7 +191,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -201,12 +201,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -217,7 +217,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -227,12 +227,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -243,7 +243,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -253,12 +253,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -269,7 +269,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -279,12 +279,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -295,7 +295,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -305,12 +305,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -321,7 +321,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -331,12 +331,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -347,7 +347,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -357,12 +357,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -373,7 +373,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -383,12 +383,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -399,7 +399,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -409,12 +409,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -425,7 +425,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -435,12 +435,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -451,7 +451,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -461,7 +461,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
diff --git a/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.14,ProviderSpecific).sql
index 8c4bcf113fd8..1a75505adab1 100644
--- a/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.14,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -10,14 +10,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -27,14 +27,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -44,14 +44,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -61,14 +61,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -78,14 +78,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -95,14 +95,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -112,14 +112,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -129,14 +129,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -146,14 +146,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -163,14 +163,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -180,14 +180,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -197,14 +197,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,14 +214,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -231,14 +231,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -248,14 +248,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -265,14 +265,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -282,14 +282,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -299,7 +299,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
diff --git a/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.14,RowByRow).sql
index d0c7302e14b2..32e2063fb211 100644
--- a/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_AsyncEnumerable(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -42,12 +42,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -64,7 +64,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -81,7 +81,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -91,12 +91,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -113,7 +113,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -130,7 +130,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -140,12 +140,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -162,7 +162,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -179,7 +179,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -189,12 +189,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -211,7 +211,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -228,7 +228,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,12 +238,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -260,7 +260,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -277,7 +277,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -287,12 +287,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -309,7 +309,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -326,7 +326,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -336,12 +336,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -358,7 +358,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -375,7 +375,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -385,12 +385,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -407,7 +407,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -424,7 +424,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -434,12 +434,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -456,7 +456,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -473,7 +473,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -483,12 +483,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -505,7 +505,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -522,7 +522,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -532,12 +532,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -554,7 +554,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -571,7 +571,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -581,12 +581,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -603,7 +603,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -620,7 +620,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -630,12 +630,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -652,7 +652,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -669,7 +669,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -679,12 +679,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -701,7 +701,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -718,7 +718,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -728,12 +728,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -750,7 +750,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -767,7 +767,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -777,12 +777,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -799,7 +799,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -816,7 +816,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -826,12 +826,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -848,7 +848,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -865,7 +865,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -875,7 +875,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
diff --git a/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.14,MultipleRows).sql
index 760843cec492..2be5e35fd057 100644
--- a/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -9,7 +9,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -19,12 +19,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -35,7 +35,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -45,12 +45,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -61,7 +61,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -71,12 +71,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -87,7 +87,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -97,12 +97,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -113,7 +113,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -123,12 +123,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -139,7 +139,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -149,12 +149,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -165,7 +165,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -175,12 +175,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -191,7 +191,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -201,12 +201,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -217,7 +217,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -227,12 +227,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -243,7 +243,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -253,12 +253,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -269,7 +269,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -279,12 +279,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -295,7 +295,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -305,12 +305,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -321,7 +321,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -331,12 +331,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -347,7 +347,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -357,12 +357,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -373,7 +373,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -383,12 +383,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -399,7 +399,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -409,12 +409,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -425,7 +425,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -435,12 +435,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -451,7 +451,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -461,12 +461,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -477,7 +477,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -487,12 +487,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -503,7 +503,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -513,12 +513,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -529,7 +529,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -539,12 +539,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -555,7 +555,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -565,12 +565,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -581,7 +581,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -591,12 +591,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -607,7 +607,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -617,12 +617,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -633,7 +633,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -643,12 +643,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -659,7 +659,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -669,12 +669,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -685,7 +685,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -695,12 +695,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -711,7 +711,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -721,12 +721,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -737,7 +737,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -747,12 +747,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -763,7 +763,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -773,12 +773,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -789,7 +789,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -799,12 +799,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -815,7 +815,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -825,12 +825,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -841,7 +841,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -851,12 +851,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -867,7 +867,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -877,12 +877,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -893,7 +893,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -903,12 +903,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BulkCopyTable"
(
@@ -919,7 +919,7 @@ VALUES
(1,10),
(2,20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -929,7 +929,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
diff --git a/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.14,ProviderSpecific).sql
index e5ff0bbcfc91..b1a1cae233a1 100644
--- a/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.14,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -10,14 +10,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -27,14 +27,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -44,14 +44,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -61,14 +61,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -78,14 +78,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -95,14 +95,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -112,14 +112,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -129,14 +129,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -146,14 +146,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -163,14 +163,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -180,14 +180,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -197,14 +197,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,14 +214,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -231,14 +231,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -248,14 +248,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -265,14 +265,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -282,14 +282,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -299,14 +299,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -316,14 +316,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -333,14 +333,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -350,14 +350,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -367,14 +367,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -384,14 +384,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -401,14 +401,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -418,14 +418,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -435,14 +435,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -452,14 +452,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -469,14 +469,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -486,14 +486,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -503,14 +503,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -520,14 +520,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -537,14 +537,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -554,14 +554,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -571,14 +571,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -588,14 +588,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
INSERT ASYNC BULK "BulkCopyTable"(Id, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -605,7 +605,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
diff --git a/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.14,RowByRow).sql
index afe845ba6b0f..5fd47c9e1481 100644
--- a/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/Linq/DataContextExtensionsTests/Tests.Linq.DataContextExtensionsTests.BulkCopy_Enumerable(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -42,12 +42,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -64,7 +64,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -81,7 +81,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -91,12 +91,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -113,7 +113,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -130,7 +130,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -140,12 +140,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -162,7 +162,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -179,7 +179,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -189,12 +189,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -211,7 +211,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -228,7 +228,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,12 +238,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -260,7 +260,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -277,7 +277,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -287,12 +287,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -309,7 +309,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -326,7 +326,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -336,12 +336,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -358,7 +358,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -375,7 +375,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -385,12 +385,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -407,7 +407,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -424,7 +424,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -434,12 +434,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -456,7 +456,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -473,7 +473,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -483,12 +483,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -505,7 +505,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -522,7 +522,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -532,12 +532,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -554,7 +554,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -571,7 +571,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -581,12 +581,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -603,7 +603,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -620,7 +620,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -630,12 +630,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -652,7 +652,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -669,7 +669,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -679,12 +679,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -701,7 +701,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -718,7 +718,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -728,12 +728,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -750,7 +750,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -767,7 +767,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -777,12 +777,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -799,7 +799,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -816,7 +816,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -826,12 +826,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -848,7 +848,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -865,7 +865,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -875,12 +875,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -897,7 +897,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -914,7 +914,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -924,12 +924,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -946,7 +946,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -963,7 +963,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -973,12 +973,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -995,7 +995,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1012,7 +1012,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1022,12 +1022,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1044,7 +1044,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1061,7 +1061,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1071,12 +1071,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1093,7 +1093,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1110,7 +1110,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1120,12 +1120,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1142,7 +1142,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1159,7 +1159,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1169,12 +1169,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1191,7 +1191,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1208,7 +1208,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1218,12 +1218,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1240,7 +1240,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1257,7 +1257,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1267,12 +1267,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1289,7 +1289,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1306,7 +1306,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1316,12 +1316,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1338,7 +1338,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1355,7 +1355,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1365,12 +1365,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1387,7 +1387,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1404,7 +1404,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1414,12 +1414,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1436,7 +1436,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1453,7 +1453,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1463,12 +1463,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1485,7 +1485,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1502,7 +1502,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1512,12 +1512,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1534,7 +1534,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1551,7 +1551,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1561,12 +1561,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1583,7 +1583,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1600,7 +1600,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1610,12 +1610,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1632,7 +1632,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1649,7 +1649,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1659,12 +1659,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1681,7 +1681,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1698,7 +1698,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1708,12 +1708,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
@@ -1730,7 +1730,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
@@ -1747,7 +1747,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1757,7 +1757,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BulkCopyTable" t1
diff --git a/PostgreSQL.14/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.ProviderConnectionStringConstructorTest3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.ProviderConnectionStringConstructorTest3(PostgreSQL.14).sql
index dfb8afb81a82..ff0e94243b0d 100644
--- a/PostgreSQL.14/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.ProviderConnectionStringConstructorTest3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.ProviderConnectionStringConstructorTest3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -8,7 +8,7 @@ FROM
ORDER BY
t1."ChildID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.TestCreateConnection(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.TestCreateConnection(PostgreSQL.14).sql
index d6488c6197d5..f2299f66f465 100644
--- a/PostgreSQL.14/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.TestCreateConnection(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DataContextTests/Tests.Linq.DataContextTests.TestCreateConnection(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -9,7 +9,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -20,7 +20,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestBoolean(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestBoolean(PostgreSQL.14).sql
index 06aa02d53cbf..a2fc0d41ad6b 100644
--- a/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestBoolean(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestBoolean(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Column Boolean
SET @Column = False
DECLARE @ColumnNullable Boolean
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :Column AND r."ColumnNullable" = :ColumnNullable
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column" = False AND r."ColumnNullable" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Boolean
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Column Boolean
@@ -71,7 +71,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -82,12 +82,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BooleanTable"
(
@@ -99,7 +99,7 @@ VALUES
(1,True,NULL),
(2,False,True)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -110,14 +110,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"BooleanTable" t1
INSERT BULK "BooleanTable"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestByte(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestByte(PostgreSQL.14).sql
index e305e6fab60e..0b322868f31c 100644
--- a/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestByte(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestByte(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Column Smallint -- Int16
SET @Column = 255
DECLARE @ColumnNullable Smallint -- Int16
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :Column AND r."ColumnNullable" = :ColumnNullable
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column" = 255 AND r."ColumnNullable" = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"ByteTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Smallint -- Int16
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Column Smallint -- Int16
@@ -71,7 +71,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -82,12 +82,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"ByteTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "ByteTable"
(
@@ -99,7 +99,7 @@ VALUES
(1,1,NULL),
(2,255,2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -110,14 +110,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"ByteTable" t1
INSERT BULK "ByteTable"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestDateOnly(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestDateOnly(PostgreSQL.14).sql
index 6063b7b801c7..b03766a50256 100644
--- a/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestDateOnly(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestDateOnly(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Column Date
SET @Column = '2020-02-29'::date
DECLARE @ColumnNullable Date
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :Column AND r."ColumnNullable" = :ColumnNullable
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column" = '2020-02-29'::date AND r."ColumnNullable" = '2020-01-01'::date
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"DateOnlyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Date
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Column Date
@@ -71,7 +71,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -82,12 +82,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"DateOnlyTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "DateOnlyTable"
(
@@ -99,7 +99,7 @@ VALUES
(1,'1980-01-01'::date,NULL),
(2,'2020-02-29'::date,'2020-01-01'::date)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -110,14 +110,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"DateOnlyTable" t1
INSERT BULK "DateOnlyTable"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestGuid(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestGuid(PostgreSQL.14).sql
index e26315375756..e4b052c6cf22 100644
--- a/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestGuid(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestGuid(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Column Uuid -- Guid
SET @Column = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
DECLARE @ColumnNullable Uuid -- Guid
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :Column AND r."ColumnNullable" = :ColumnNullable
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -25,12 +25,12 @@ WHERE
r."Column" = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid AND
r."ColumnNullable" = 'bd3973a5-4323-4dd8-9f4f-df9f93e2a627'::uuid
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"GuidTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Uuid -- Guid
@@ -51,7 +51,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Column Uuid -- Guid
@@ -72,7 +72,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -83,12 +83,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"GuidTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "GuidTable"
(
@@ -100,7 +100,7 @@ VALUES
(1,'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid,NULL),
(2,'a948600d-de21-4f74-8ac2-9516b287076e'::uuid,'bd3973a5-4323-4dd8-9f4f-df9f93e2a627'::uuid)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -111,14 +111,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"GuidTable" t1
INSERT BULK "GuidTable"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestIntEnum(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestIntEnum(PostgreSQL.14).sql
index 6f22a6a262e6..79944d242faf 100644
--- a/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestIntEnum(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestIntEnum(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Column Integer -- Int32
SET @Column = 2
DECLARE @ColumnNullable Integer -- Int32
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :Column AND r."ColumnNullable" = :ColumnNullable
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column" = 2 AND r."ColumnNullable" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"IntEnumTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Integer -- Int32
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Column Integer -- Int32
@@ -71,7 +71,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -82,12 +82,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"IntEnumTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "IntEnumTable"
(
@@ -99,7 +99,7 @@ VALUES
(1,1,NULL),
(2,2,3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -110,14 +110,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"IntEnumTable" t1
INSERT BULK "IntEnumTable"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestStringEnum(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestStringEnum(PostgreSQL.14).sql
index 417e471792de..570a385d87c8 100644
--- a/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestStringEnum(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DataTypesTests/Tests.Linq.DataTypesTests.TestStringEnum(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Column Text(7) -- String
SET @Column = 'value=2'
DECLARE @ColumnNullable Text(8) -- String
@@ -13,7 +13,7 @@ FROM
WHERE
r."Column" = :Column AND r."ColumnNullable" = :ColumnNullable
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -24,12 +24,12 @@ FROM
WHERE
r."Column" = 'value=2' AND r."ColumnNullable" = 'value=33'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"StringEnumTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Column Text(5) -- String
@@ -50,7 +50,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Column Text(7) -- String
@@ -71,7 +71,7 @@ VALUES
:ColumnNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -82,12 +82,12 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"StringEnumTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "StringEnumTable"
(
@@ -99,7 +99,7 @@ VALUES
(1,'val=1',NULL),
(2,'value=2','value=33')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -110,14 +110,14 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"StringEnumTable" t1
INSERT BULK "StringEnumTable"(Id, Column, ColumnNullable)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddDays(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddDays(PostgreSQL.14).sql
index 4eda6a5f97ec..a8a627b91648 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddDays(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddDays(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + 5 * Interval '1 Day'
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddMonths(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddMonths(PostgreSQL.14).sql
index 623f3fa8f3ee..bd7e1dc3e641 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddMonths(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddMonths(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + -2 * Interval '1 Month'
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddYears(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddYears(PostgreSQL.14).sql
index 66da0723b4df..9b462955d59b 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddYears(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.AddYears(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + 12 * Interval '1 Year'
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDay(PostgreSQL.14).sql
index 4eda6a5f97ec..a8a627b91648 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + 5 * Interval '1 Day'
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDayOfYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDayOfYear(PostgreSQL.14).sql
index 8eacb1d066a3..f934c80dea82 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDayOfYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddDayOfYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + 3 * Interval '1 Day'
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddMonth(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddMonth(PostgreSQL.14).sql
index 9342323d3219..353bed9ae467 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddMonth(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddMonth(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + 2 * Interval '1 Month'
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddQuarter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddQuarter(PostgreSQL.14).sql
index 7896e9fca8bb..f0d81236453e 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddQuarter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddQuarter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + (-Interval '1 Month') * 3
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeek(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeek(PostgreSQL.14).sql
index 18f4bd669fc9..a392e8157b35 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeek(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeek(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + (-Interval '1 Day') * 7
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeekDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeekDay(PostgreSQL.14).sql
index 6f538046a519..24c21a29d355 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeekDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddWeekDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + Interval '1 Day'
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddYear(PostgreSQL.14).sql
index 66da0723b4df..9b462955d59b 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateAddYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."TransactionDate" + 12 * Interval '1 Year'
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateDiffDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateDiffDay(PostgreSQL.14).sql
index c43f0ac46109..0f7d7fbaa7b6 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateDiffDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DateDiffDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Hour')::timestamp - t."DateTimeValue"::timestamp)) / 86400
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDay(PostgreSQL.14).sql
index 911c08c0b545..7d0633bc5cdb 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(day From t."TransactionDate"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDayOfYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDayOfYear(PostgreSQL.14).sql
index fc993fd4ca22..90324c1589b2 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDayOfYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartDayOfYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(doy From t."TransactionDate"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartMonth(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartMonth(PostgreSQL.14).sql
index f8cef692ca92..4a5df095e4d1 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartMonth(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartMonth(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(month From t."TransactionDate"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartQuarter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartQuarter(PostgreSQL.14).sql
index 13f100d41206..5bb51fa6e161 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartQuarter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartQuarter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(quarter From t."TransactionDate"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeek(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeek(PostgreSQL.14).sql
index 3661538b5514..7746935fee82 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeek(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeek(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From t."TransactionDate"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeekDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeekDay(PostgreSQL.14).sql
index 92ec6f62b0f6..2e8850f50bc2 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeekDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartWeekDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(dow From t."TransactionDate"))::Int + 1
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartYear(PostgreSQL.14).sql
index a7d7404b5508..5c01556197de 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatePartYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(year From t."TransactionDate"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.14,Day).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.14,Day).sql
index 911c08c0b545..7d0633bc5cdb 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.14,Day).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.14,Day).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(day From t."TransactionDate"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.14,Month).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.14,Month).sql
index f8cef692ca92..4a5df095e4d1 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.14,Month).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.14,Month).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(month From t."TransactionDate"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.14,Year).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.14,Year).sql
index a7d7404b5508..5c01556197de 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.14,Year).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DatepartDynamic(PostgreSQL.14,Year).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(year From t."TransactionDate"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Day(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Day(PostgreSQL.14).sql
index 911c08c0b545..7d0633bc5cdb 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Day(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Day(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(day From t."TransactionDate"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DayOfYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DayOfYear(PostgreSQL.14).sql
index fc993fd4ca22..90324c1589b2 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DayOfYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.DayOfYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(doy From t."TransactionDate"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnly(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnly(PostgreSQL.14).sql
index d550ed3ec27f..56ec09650679 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnly(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnly(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(2010, t."ID", 1, 0, 0, 0)
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParameters(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParameters(PostgreSQL.14).sql
index b43869abba8b..a19910e8140d 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParameters(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParameters(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @year Integer -- Int32
SET @year = 2010
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.14,1).sql
index 6e95bf81fd18..2ea037252f17 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @month Integer -- Int32
SET @month = 1
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.14,10).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.14,10).sql
index 5ccf229e8c10..5331d48fd324 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.14,10).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.MakeDateOnlyParametersMonth(PostgreSQL.14,10).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @month Integer -- Int32
SET @month = 10
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Month(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Month(PostgreSQL.14).sql
index f8cef692ca92..4a5df095e4d1 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Month(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Month(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(month From t."TransactionDate"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly1(PostgreSQL.14).sql
index 25ada32fa02f..88f1b0e19abf 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From t."DateTimeValue"))::Int, 10, 1, 0, 0, 0)
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly2(PostgreSQL.14).sql
index f7db5af263f2..9dc5fb722847 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.NewDateOnly2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From p."DateTimeValue"))::Int, 10, 1, 0, 0, 0)
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse1(PostgreSQL.14).sql
index 1a4391f9ee58..f17b504c421e 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
('2010-01-' || Lpad(t."TransactionId"::text,2,'0'))::Date
@@ -7,7 +7,7 @@ FROM
WHERE
Floor(Extract(day From ('2010-01-' || Lpad(t."TransactionId"::text,2,'0'))::Date))::Int > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."TransactionId",
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse2(PostgreSQL.14).sql
index dad6a16758db..132a9691d560 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Parse2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
d."TransactionDate"
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.SubDateDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.SubDateDay(PostgreSQL.14).sql
index c43f0ac46109..0f7d7fbaa7b6 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.SubDateDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.SubDateDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Hour')::timestamp - t."DateTimeValue"::timestamp)) / 86400
diff --git a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Year(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Year(PostgreSQL.14).sql
index a7d7404b5508..5c01556197de 100644
--- a/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Year(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateOnlyFunctionTests/Tests.Linq.DateOnlyFunctionTests.Year(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(year From t."TransactionDate"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDays(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDays(PostgreSQL.14).sql
index 5c389b56d7dc..ddc242212198 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDays(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDays(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + 5 * Interval '1 Day')
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysExpression(PostgreSQL.14).sql
index 3a4ff2a28878..d2cc7dea5d5a 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Date Integer -- Int32
SET @Date = 5
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumn(PostgreSQL.14).sql
index 6ce0d0fd9b20..296b0334b2f5 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Day'
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnExpression(PostgreSQL.14).sql
index 6ce0d0fd9b20..296b0334b2f5 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Day'
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegative(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegative(PostgreSQL.14).sql
index 69968570a258..e50226a14deb 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegative(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegative(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5000
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -39,7 +39,7 @@ VALUES
:StringValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -48,7 +48,7 @@ FROM
WHERE
t."ID" = 5000 AND t."DateTimeValue" + t."SmallIntValue" * Interval '1 Day' < make_timestamp(2018, 1, 2, 0, 0, 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegativeExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegativeExpression(PostgreSQL.14).sql
index 162e2ee9be82..2d08d5639fa2 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegativeExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnNegativeExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5000
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -39,7 +39,7 @@ VALUES
:StringValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
@@ -52,7 +52,7 @@ FROM
WHERE
t."ID" = 5000 AND t."DateTimeValue" + ((t."SmallIntValue" + :part1) - :part2) * Interval '1 Day' < make_timestamp(2018, 1, 2, 0, 0, 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositive(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositive(PostgreSQL.14).sql
index 2db913f28fd6..21f390468aaf 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositive(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositive(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5000
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -39,7 +39,7 @@ VALUES
:StringValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -48,7 +48,7 @@ FROM
WHERE
t."ID" = 5000 AND t."DateTimeValue" + t."SmallIntValue" * Interval '1 Day' > make_timestamp(2018, 1, 2, 0, 0, 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositiveExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositiveExpression(PostgreSQL.14).sql
index f0e01454af92..0abf4f0b547d 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositiveExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDaysFromColumnPositiveExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5000
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -39,7 +39,7 @@ VALUES
:StringValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
@@ -52,7 +52,7 @@ FROM
WHERE
t."ID" = 5000 AND t."DateTimeValue" + ((t."SmallIntValue" + :part1) - :part2) * Interval '1 Day' > make_timestamp(2018, 1, 2, 0, 0, 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Day).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Day).sql
index 6ce0d0fd9b20..296b0334b2f5 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Day).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Day).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Day'
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Hour).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Hour).sql
index 45d07ec34c71..54c6cf0a510f 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Hour).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Hour).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Hour'
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Minute).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Minute).sql
index 7b8d5b5db564..846fc2b43cb3 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Minute).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Minute).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Minute'
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Month).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Month).sql
index 6f44cd9f2e37..6255e0d24864 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Month).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Month).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Month'
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Second).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Second).sql
index b6e37d8591c2..9502ab787242 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Second).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Second).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Second'
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Year).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Year).sql
index 5c7ee31535c3..62e964b02a25 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Year).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumn(PostgreSQL.14,Year).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + t."SmallIntValue" * Interval '1 Year'
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Day).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Day).sql
index d4ace5cb33bc..28f42b262297 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Day).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Day).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Hour).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Hour).sql
index cfe819c3beaf..d2ce380f12b0 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Hour).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Hour).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Minute).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Minute).sql
index 0c5f17a862c9..7b3d76d9af7e 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Minute).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Minute).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Month).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Month).sql
index 9d04e6d199c5..a3b8f60bcc4b 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Month).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Month).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Second).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Second).sql
index 80c1a4041765..c46f43696754 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Second).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Second).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Year).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Year).sql
index f6d9e8d2d7e6..d2237d40de1d 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Year).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddDynamicFromColumnExpression(PostgreSQL.14,Year).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHours(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHours(PostgreSQL.14).sql
index 6eea00ca9746..eeca8c546f9f 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHours(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHours(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From (t."DateTimeValue" + 22 * Interval '1 Hour')))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHoursExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHoursExpression(PostgreSQL.14).sql
index 9831bec79095..96eba0ada864 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHoursExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddHoursExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Hour Integer -- Int32
SET @Hour = 22
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMilliseconds(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMilliseconds(PostgreSQL.14).sql
index 9d25653a6c6e..0cb16a3f8e28 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMilliseconds(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMilliseconds(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + 226 * Interval '1 Millisecond'
FROM
"LinqDataTypes" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue"
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMillisecondsExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMillisecondsExpression(PostgreSQL.14).sql
index a957cf81df66..f6d9b352ab42 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMillisecondsExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMillisecondsExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 226
@@ -7,7 +7,7 @@ SELECT
FROM
"LinqDataTypes" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue"
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutes(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutes(PostgreSQL.14).sql
index 06f53d08b21d..13934af6bd09 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutes(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutes(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From (t."DateTimeValue" + -8 * Interval '1 Minute')))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutesExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutesExpression(PostgreSQL.14).sql
index f63bc91a5700..1c3b52166d47 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutesExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMinutesExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Minute Integer -- Int32
SET @Minute = -8
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonths(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonths(PostgreSQL.14).sql
index da546ec934c8..aa33d269aff9 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonths(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonths(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + -2 * Interval '1 Month')
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonthsExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonthsExpression(PostgreSQL.14).sql
index 53735ed448b3..0851e7fa76d4 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonthsExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddMonthsExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Date Integer -- Int32
SET @Date = -2
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumn(PostgreSQL.14).sql
index 161d4a379374..c2ea8a6d2f81 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + (t."SmallIntValue" * Interval '1 Month') * 3)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumnExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumnExpression(PostgreSQL.14).sql
index f1139200df3d..c88881bbed6e 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumnExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddQuarterFromColumnExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSeconds(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSeconds(PostgreSQL.14).sql
index 433164636097..90bf3e999492 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSeconds(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSeconds(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From (t."DateTimeValue" + -35 * Interval '1 Second')))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSecondsExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSecondsExpression(PostgreSQL.14).sql
index 7fd388b2981b..69d6a86a4529 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSecondsExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddSecondsExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Second Integer -- Int32
SET @Second = -35
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumn(PostgreSQL.14).sql
index 8e0faf35a936..7c955ba0089e 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + (t."SmallIntValue" * Interval '1 Day') * 7)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumnExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumnExpression(PostgreSQL.14).sql
index 80c494a2c9bf..8545738ee8c9 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumnExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddWeekFromColumnExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumn(PostgreSQL.14).sql
index 6aa30bec0b5e..0341e7be8c55 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + t."SmallIntValue" * Interval '1 Year')
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumnExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumnExpression(PostgreSQL.14).sql
index aefffe7b8231..e02bbb769b0d 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumnExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearFromColumnExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @part1 Integer -- Int32
SET @part1 = 4
DECLARE @part2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYears(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYears(PostgreSQL.14).sql
index 93ae57f1be9e..49cd762cbe60 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYears(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYears(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + Interval '1 Year')
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearsExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearsExpression(PostgreSQL.14).sql
index 38a033339e06..6b94a8c627b1 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearsExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.AddYearsExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Date Integer -- Int32
SET @Date = 1
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.CurrentTimestampUpdate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.CurrentTimestampUpdate(PostgreSQL.14).sql
index 5adea5581765..6e52f08dd34a 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.CurrentTimestampUpdate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.CurrentTimestampUpdate(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Date(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Date(PostgreSQL.14).sql
index 88447626a24a..381d4098b110 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Date(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Date(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue")
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDay(PostgreSQL.14).sql
index 5c389b56d7dc..ddc242212198 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + 5 * Interval '1 Day')
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayExpression(PostgreSQL.14).sql
index fca428e4e860..cdcb8f9b0fae 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 5
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYear(PostgreSQL.14).sql
index 367e41546237..055ed5a9ea0d 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + 3 * Interval '1 Day')
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYearExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYearExpression(PostgreSQL.14).sql
index 743c1dbfa4d0..e1c145b0faae 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYearExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddDayOfYearExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 3
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHour(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHour(PostgreSQL.14).sql
index 700ab92e705a..2c9f5f24ad39 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHour(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHour(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From (t."DateTimeValue" + Interval '1 Hour')))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHourExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHourExpression(PostgreSQL.14).sql
index f76b128d0580..2bc224cbaa1f 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHourExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddHourExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecond(PostgreSQL.14).sql
index 9d25653a6c6e..0cb16a3f8e28 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecond(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue" + 226 * Interval '1 Millisecond'
FROM
"LinqDataTypes" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue"
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecondExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecondExpression(PostgreSQL.14).sql
index a957cf81df66..f6d9b352ab42 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecondExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMillisecondExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 226
@@ -7,7 +7,7 @@ SELECT
FROM
"LinqDataTypes" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue"
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinute(PostgreSQL.14).sql
index 1425ffce90e4..ca6e601cf03e 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From (t."DateTimeValue" + 5 * Interval '1 Minute')))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinuteExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinuteExpression(PostgreSQL.14).sql
index c253ade648da..249d2e700bbc 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinuteExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMinuteExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 5
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonth(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonth(PostgreSQL.14).sql
index 54403b1942c9..5c0262bb7623 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonth(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonth(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + 2 * Interval '1 Month')
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonthExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonthExpression(PostgreSQL.14).sql
index f9e7b79b1e90..ed2768c249a3 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonthExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddMonthExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 2
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarter(PostgreSQL.14).sql
index 4aae92820e0e..2985adadc84e 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + (-Interval '1 Month') * 3)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarterExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarterExpression(PostgreSQL.14).sql
index 01dba394cd4a..88a6829d57fe 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarterExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddQuarterExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = -1
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecond(PostgreSQL.14).sql
index 21534056083d..f936fc64b90f 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From (t."DateTimeValue" + 41 * Interval '1 Second')))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecondExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecondExpression(PostgreSQL.14).sql
index a79fe66ece34..a6520ff93c22 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecondExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddSecondExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 41
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeek(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeek(PostgreSQL.14).sql
index 970a7db389e2..8e74b03f99ec 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeek(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeek(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + (-Interval '1 Day') * 7)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDay(PostgreSQL.14).sql
index 05c9d72f102e..b208a5e03306 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + Interval '1 Day')
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDayExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDayExpression(PostgreSQL.14).sql
index 4e21945cba5b..f3b933977b3a 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDayExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekDayExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekExpression(PostgreSQL.14).sql
index 010be0bbaa00..6f1fc2cf4ad8 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddWeekExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = -1
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYear(PostgreSQL.14).sql
index e7c6ddbd0298..8964157ad734 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + 11 * Interval '1 Year')
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYearExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYearExpression(PostgreSQL.14).sql
index f9f0c869022b..4296a96c23f7 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYearExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateAddYearExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 11
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffDay(PostgreSQL.14).sql
index c43f0ac46109..0f7d7fbaa7b6 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Hour')::timestamp - t."DateTimeValue"::timestamp)) / 86400
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffHour(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffHour(PostgreSQL.14).sql
index 34660fdcee22..e661dcb182d7 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffHour(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffHour(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Hour')::timestamp - t."DateTimeValue"::timestamp)) / 3600
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMillisecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMillisecond(PostgreSQL.14).sql
index fcf2bd3acad7..cb36317f042f 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMillisecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMillisecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ROUND(EXTRACT(EPOCH FROM ((t."DateTimeValue" + 2023456789 * Interval '1 Millisecond')::timestamp - t."DateTimeValue"::timestamp)) * 1000)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMinute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMinute(PostgreSQL.14).sql
index 9f3a4d811d33..7487915164b9 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMinute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffMinute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Minute')::timestamp - t."DateTimeValue"::timestamp)) / 60
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffSecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffSecond(PostgreSQL.14).sql
index 9c34be63c8e9..9430037173fd 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffSecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateDiffSecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Minute')::timestamp - t."DateTimeValue"::timestamp))
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDay(PostgreSQL.14).sql
index 6881026702be..91b0eb4cc49a 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(day From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDayOfYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDayOfYear(PostgreSQL.14).sql
index 75552def8d3d..9fe287f84bc4 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDayOfYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartDayOfYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(doy From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartHour(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartHour(PostgreSQL.14).sql
index e58c00887525..9b16b59cf7e6 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartHour(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartHour(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMillisecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMillisecond(PostgreSQL.14).sql
index d165f65fc968..aeeee16ab861 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMillisecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMillisecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
To_Char(t."DateTimeValue", 'MS')::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMinute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMinute(PostgreSQL.14).sql
index 16c86f5c6705..29a455fcb42c 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMinute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMinute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMonth(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMonth(PostgreSQL.14).sql
index 5fe6002d1fb3..0c1a13614693 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMonth(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartMonth(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(month From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartQuarter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartQuarter(PostgreSQL.14).sql
index dc6743d5ee10..0c865fbb08b3 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartQuarter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartQuarter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(quarter From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartSecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartSecond(PostgreSQL.14).sql
index 3fc275c6bdc8..a784eaf9ce01 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartSecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartSecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeek(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeek(PostgreSQL.14).sql
index 10cf5d2bf4d1..034aeedb4b46 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeek(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeek(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekDay(PostgreSQL.14).sql
index bb8af2fdb15b..a6bff94494d6 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(dow From t."DateTimeValue"))::Int + 1
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekNumberingType(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekNumberingType(PostgreSQL.14).sql
index 9244c790aad0..4943d3104e74 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekNumberingType(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartWeekNumberingType(PostgreSQL.14).sql
@@ -1,59 +1,59 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2018-12-28'::date))::Int
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2018-12-29'::date))::Int
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2018-12-30'::date))::Int
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2018-12-31'::date))::Int
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-01'::date))::Int
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-02'::date))::Int
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-03'::date))::Int
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-04'::date))::Int
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-05'::date))::Int
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-06'::date))::Int
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-07'::date))::Int
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(week From '2019-01-08'::date))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartYear(PostgreSQL.14).sql
index 7f9c48014765..1bb3fa5e79a1 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatePartYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(year From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,000x003A010x003A01).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,000x003A010x003A01).sql
index a64a142f390f..1fa2562143b1 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,000x003A010x003A01).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,000x003A010x003A01).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 00:01:01
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,010x003A000x003A00).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,010x003A000x003A00).sql
index 6fd92170d789..f35eb60c5741 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,010x003A000x003A00).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,010x003A000x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 01:00:00
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,010x003A010x003A00).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,010x003A010x003A00).sql
index 378b5e7152c4..0d355ee1823d 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,010x003A010x003A00).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,010x003A010x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 01:01:00
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,020x003A000x003A00).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,020x003A000x003A00).sql
index 680489816822..731d8a578796 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,020x003A000x003A00).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,020x003A000x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 02:00:00
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,1.000x003A000x003A00).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,1.000x003A000x003A00).sql
index 987c818988cc..8c96604dc169 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,1.000x003A000x003A00).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,1.000x003A000x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 1.00:00:00
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,1.000x003A000x003A01).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,1.000x003A000x003A01).sql
index ec49297f7980..d8b132af37af 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,1.000x003A000x003A01).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,1.000x003A000x003A01).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 1.00:00:01
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,null).sql
index f6f890f3d6d9..e0c23004aa26 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeAddTimeSpan(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = NULL
@@ -36,7 +36,7 @@ SELECT
FROM
"DateTypes" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,000x003A010x003A01).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,000x003A010x003A01).sql
index e1ef938c3a30..9d3cc0abd418 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,000x003A010x003A01).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,000x003A010x003A01).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 00:01:01
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,010x003A000x003A00).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,010x003A000x003A00).sql
index b0bc35433429..5bb6a09c628a 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,010x003A000x003A00).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,010x003A000x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 01:00:00
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,010x003A010x003A00).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,010x003A010x003A00).sql
index e861020be28b..bf2afd2b37e8 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,010x003A010x003A00).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,010x003A010x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 01:01:00
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,020x003A000x003A00).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,020x003A000x003A00).sql
index ddebf53562ff..d7534a6f89e0 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,020x003A000x003A00).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,020x003A000x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 02:00:00
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,1.000x003A000x003A00).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,1.000x003A000x003A00).sql
index a650505866ef..77d23e8e40c2 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,1.000x003A000x003A00).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,1.000x003A000x003A00).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 1.00:00:00
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,1.000x003A000x003A01).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,1.000x003A000x003A01).sql
index 58b24650b6a4..01eae47f6e95 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,1.000x003A000x003A01).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,1.000x003A000x003A01).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = 1.00:00:01
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,null).sql
index c0f7c0b27777..2343b3be4c77 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeOffsetAddTimeSpan(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ts Interval -- Object
SET @ts = NULL
@@ -24,7 +24,7 @@ SELECT
FROM
"DateTypesOffset" t_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeSum(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeSum(PostgreSQL.14).sql
index c7325639590d..8e260b04f9a1 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeSum(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DateTimeSum(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Day).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Day).sql
index 6881026702be..91b0eb4cc49a 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Day).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Day).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(day From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Hour).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Hour).sql
index e58c00887525..9b16b59cf7e6 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Hour).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Hour).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Minute).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Minute).sql
index 16c86f5c6705..29a455fcb42c 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Minute).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Minute).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Month).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Month).sql
index 5fe6002d1fb3..0c1a13614693 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Month).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Month).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(month From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Second).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Second).sql
index 3fc275c6bdc8..a784eaf9ce01 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Second).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Second).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Year).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Year).sql
index 7f9c48014765..1bb3fa5e79a1 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Year).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DatepartDynamic(PostgreSQL.14,Year).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(year From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Day(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Day(PostgreSQL.14).sql
index 6881026702be..91b0eb4cc49a 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Day(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Day(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(day From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfWeek(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfWeek(PostgreSQL.14).sql
index b11ca1e6bf5a..f63ab74f6102 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfWeek(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfWeek(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(dow From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfYear(PostgreSQL.14).sql
index 75552def8d3d..9fe287f84bc4 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.DayOfYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(doy From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.GetDateTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.GetDateTest2(PostgreSQL.14).sql
index aaa11f774356..105b481eac28 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.GetDateTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.GetDateTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Hour(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Hour(PostgreSQL.14).sql
index e58c00887525..9b16b59cf7e6 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Hour(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Hour(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Issue1615Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Issue1615Test(PostgreSQL.14).sql
index 5c389b56d7dc..ddc242212198 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Issue1615Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Issue1615Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', t."DateTimeValue" + 5 * Interval '1 Day')
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime(PostgreSQL.14).sql
index d550ed3ec27f..56ec09650679 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(2010, t."ID", 1, 0, 0, 0)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime2(PostgreSQL.14).sql
index c83e598e60e0..52e2c126460f 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTime2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(2010, t."ID", 1, 20, 35, 44::Float)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParameters(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParameters(PostgreSQL.14).sql
index b43869abba8b..a19910e8140d 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParameters(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParameters(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @year Integer -- Int32
SET @year = 2010
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.14,1).sql
index 6e95bf81fd18..2ea037252f17 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @month Integer -- Int32
SET @month = 1
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.14,10).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.14,10).sql
index 5ccf229e8c10..5331d48fd324 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.14,10).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.MakeDateTimeParametersMonth(PostgreSQL.14,10).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @month Integer -- Int32
SET @month = 10
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Millisecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Millisecond(PostgreSQL.14).sql
index d165f65fc968..aeeee16ab861 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Millisecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Millisecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
To_Char(t."DateTimeValue", 'MS')::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Minute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Minute(PostgreSQL.14).sql
index 16c86f5c6705..29a455fcb42c 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Minute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Minute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Month(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Month(PostgreSQL.14).sql
index 5fe6002d1fb3..0c1a13614693 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Month(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Month(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(month From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime1(PostgreSQL.14).sql
index 25ada32fa02f..88f1b0e19abf 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From t."DateTimeValue"))::Int, 10, 1, 0, 0, 0)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime2(PostgreSQL.14).sql
index f7db5af263f2..9dc5fb722847 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From p."DateTimeValue"))::Int, 10, 1, 0, 0, 0)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime3(PostgreSQL.14).sql
index 8a4af74cd1c9..7ae0838bc2c9 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From t."DateTimeValue"))::Int, 10, 1, 20, 35, 44::Float)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime4(PostgreSQL.14).sql
index b3f52fb042f2..7fd2ae7924c1 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From p."DateTimeValue"))::Int, 10, 1, 20, 35, 44::Float)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime5(PostgreSQL.14).sql
index e34f66c620e5..093a00ea34d6 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NewDateTime5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
make_timestamp(Floor(Extract(year From t."DateTimeValue"))::Int + 1, 10, 1, 0, 0, 0)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NullabilityCheck(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NullabilityCheck(PostgreSQL.14).sql
index 085ce3e4496d..e9eaec7f8012 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NullabilityCheck(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.NullabilityCheck(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse1(PostgreSQL.14).sql
index b3603a3b18ee..98d88e4be45d 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', d."DateTimeValue")
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse2(PostgreSQL.14).sql
index 14f176971a5c..f04d11c67d8b 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Parse2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From d."DateTimeValue"))::Int || '-02-24 00:00:00')::TimeStamp
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Second(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Second(PostgreSQL.14).sql
index 3fc275c6bdc8..a784eaf9ce01 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Second(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Second(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateDay(PostgreSQL.14).sql
index c43f0ac46109..0f7d7fbaa7b6 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Hour')::timestamp - t."DateTimeValue"::timestamp)) / 86400
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateHour(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateHour(PostgreSQL.14).sql
index 34660fdcee22..e661dcb182d7 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateHour(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateHour(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Hour')::timestamp - t."DateTimeValue"::timestamp)) / 3600
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMillisecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMillisecond(PostgreSQL.14).sql
index fcf2bd3acad7..cb36317f042f 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMillisecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMillisecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ROUND(EXTRACT(EPOCH FROM ((t."DateTimeValue" + 2023456789 * Interval '1 Millisecond')::timestamp - t."DateTimeValue"::timestamp)) * 1000)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMinute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMinute(PostgreSQL.14).sql
index 9f3a4d811d33..7487915164b9 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMinute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateMinute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Minute')::timestamp - t."DateTimeValue"::timestamp)) / 60
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateSecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateSecond(PostgreSQL.14).sql
index 9c34be63c8e9..9430037173fd 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateSecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.SubDateSecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."DateTimeValue" + 100 * Interval '1 Minute')::timestamp - t."DateTimeValue"::timestamp))
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.TimeOfDay1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.TimeOfDay1(PostgreSQL.14).sql
index 26a50deaa87d..34fe840c96af 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.TimeOfDay1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.TimeOfDay1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."DateTimeValue"::Time
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Year(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Year(PostgreSQL.14).sql
index 7f9c48014765..1bb3fa5e79a1 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Year(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeFunctionsTests/Tests.Linq.DateTimeFunctionsTests.Year(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(year From t."DateTimeValue"))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDays(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDays(PostgreSQL.14).sql
index 47f6e572724e..ae8f90fd7c52 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDays(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDays(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + 5 * Interval '1 Day') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDaysExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDaysExpression(PostgreSQL.14).sql
index df217a9af1ec..775df4127395 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDaysExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddDaysExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Date Integer -- Int32
SET @Date = 5
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHours(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHours(PostgreSQL.14).sql
index a0c6feecf4bd..53051d0f9ab5 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHours(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHours(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From (t."TransactionDate" + 22 * Interval '1 Hour')))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHoursExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHoursExpression(PostgreSQL.14).sql
index a614a1543e2d..078054d9e8e9 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHoursExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddHoursExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Hour Integer -- Int32
SET @Hour = 22
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMillisecondsExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMillisecondsExpression(PostgreSQL.14).sql
index 3c1a1bd4bac0..e1e3dbdbbccb 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMillisecondsExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMillisecondsExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Millisecond Integer -- Int32
SET @Millisecond = 226
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutes(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutes(PostgreSQL.14).sql
index b7454dea7b30..ffba9a22d90a 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutes(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutes(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From (t."TransactionDate" + -8 * Interval '1 Minute')))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutesExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutesExpression(PostgreSQL.14).sql
index e20972e4721d..331f03acdb93 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutesExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMinutesExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Minute Integer -- Int32
SET @Minute = -8
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonths(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonths(PostgreSQL.14).sql
index c06c0cc37eff..cea577496e9e 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonths(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonths(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + -2 * Interval '1 Month') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonthsExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonthsExpression(PostgreSQL.14).sql
index e6136fe65e82..652a461951cc 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonthsExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddMonthsExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Date Integer -- Int32
SET @Date = -2
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSeconds(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSeconds(PostgreSQL.14).sql
index da58c8d0ecf9..2bf9de6e9d60 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSeconds(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSeconds(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From (t."TransactionDate" + -35 * Interval '1 Second')))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSecondsExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSecondsExpression(PostgreSQL.14).sql
index 027866f3e645..3948c10d3fff 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSecondsExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddSecondsExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Second Integer -- Int32
SET @Second = -35
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYears(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYears(PostgreSQL.14).sql
index e26f79def86b..fa5f87be6248 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYears(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYears(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + Interval '1 Year') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYearsExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYearsExpression(PostgreSQL.14).sql
index 2bb3b1b6dcde..1fe7dcf39272 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYearsExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.AddYearsExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Date Integer -- Int32
SET @Date = 1
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDay(PostgreSQL.14).sql
index 47f6e572724e..ae8f90fd7c52 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + 5 * Interval '1 Day') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayExpression(PostgreSQL.14).sql
index 59cb67e5cfd0..2c1f5f993313 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 5
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYear(PostgreSQL.14).sql
index cf7673a2a448..557db8f8443a 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + 3 * Interval '1 Day') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYearExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYearExpression(PostgreSQL.14).sql
index 79a1ca65b249..6d80a038d45c 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYearExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddDayOfYearExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 3
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHour(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHour(PostgreSQL.14).sql
index 6199c4c6f8bc..15e8dd3fb3e5 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHour(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHour(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(hour From (t."TransactionDate" + Interval '1 Hour')))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHourExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHourExpression(PostgreSQL.14).sql
index 5835ff77b452..9e9f2d56a077 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHourExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddHourExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinute(PostgreSQL.14).sql
index c9b48dec7569..1f9449547be2 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(minute From (t."TransactionDate" + 5 * Interval '1 Minute')))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinuteExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinuteExpression(PostgreSQL.14).sql
index 2183c2f94785..dbf205be3998 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinuteExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMinuteExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 5
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonth(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonth(PostgreSQL.14).sql
index 0b7f9759169f..d8e360d4c4fc 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonth(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonth(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + 2 * Interval '1 Month') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonthExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonthExpression(PostgreSQL.14).sql
index bf513a6e5010..a37661bb03d9 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonthExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddMonthExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 2
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarter(PostgreSQL.14).sql
index de6ed632131d..1b66eade0482 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + (-Interval '1 Month') * 3) AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarterExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarterExpression(PostgreSQL.14).sql
index e296a7028c6a..30d527416024 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarterExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddQuarterExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = -1
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecond(PostgreSQL.14).sql
index 10ecf07fe5f1..4ff9c3ca9cb2 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(Extract(second From (t."TransactionDate" + 41 * Interval '1 Second')))::Int
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecondExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecondExpression(PostgreSQL.14).sql
index c5c16149a2f9..16bdf00ee6dc 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecondExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddSecondExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 41
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeek(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeek(PostgreSQL.14).sql
index 246809c2a597..1e1611c98f2f 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeek(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeek(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + (-Interval '1 Day') * 7) AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDay(PostgreSQL.14).sql
index 1574056a94b5..b2f3d87c0bbd 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + Interval '1 Day') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDayExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDayExpression(PostgreSQL.14).sql
index 686da5df27dd..522d00491d65 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDayExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekDayExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekExpression(PostgreSQL.14).sql
index 9d73c117ca1c..8fb71b249229 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddWeekExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = -1
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYear(PostgreSQL.14).sql
index 1b7dab64adfc..97c53851bb82 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Date_Trunc('day', (t."TransactionDate" + 11 * Interval '1 Year') AT TIME ZONE 'UTC')::Date
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYearExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYearExpression(PostgreSQL.14).sql
index b4e93445fbfe..1cd14314553f 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYearExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateAddYearExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 11
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffDay(PostgreSQL.14).sql
index 412dbf3feec1..c81560281a28 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 96 * Interval '1 Hour')::timestamp - t."TransactionDate"::timestamp)) / 86400
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffHour(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffHour(PostgreSQL.14).sql
index a0747381b4fa..5a66590de036 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffHour(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffHour(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 100 * Interval '1 Hour')::timestamp - t."TransactionDate"::timestamp)) / 3600
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMillisecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMillisecond(PostgreSQL.14).sql
index 58183810d2d4..0110410edc46 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMillisecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMillisecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ROUND(EXTRACT(EPOCH FROM ((t."TransactionDate" + 1 * Interval '1 Second')::timestamp - t."TransactionDate"::timestamp)) * 1000)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMinute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMinute(PostgreSQL.14).sql
index c6d85b793206..a6a509b2b2e1 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMinute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffMinute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 100 * Interval '1 Minute')::timestamp - t."TransactionDate"::timestamp)) / 60
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffSecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffSecond(PostgreSQL.14).sql
index a5933264fd2b..9f70a12baa6b 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffSecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.DateDiffSecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 100 * Interval '1 Minute')::timestamp - t."TransactionDate"::timestamp))
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.GroupByDateTimeOffsetByDateTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.GroupByDateTimeOffsetByDateTest(PostgreSQL.14).sql
index 5869d2847940..15ddb8350c66 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.GroupByDateTimeOffsetByDateTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.GroupByDateTimeOffsetByDateTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Key_1",
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,0).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,0).sql
index d91f11687d3d..c752ec043569 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,0).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -19,7 +19,7 @@ VALUES
:SomeNullableDateTimeOffset
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -36,7 +36,7 @@ VALUES
:SomeDateTimeOffset
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @interval Integer -- Int32
SET @interval = 10
DECLARE @clientSideIn TimestampTz -- DateTime
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,1).sql
index 94af68848f98..7527812b68dd 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -19,7 +19,7 @@ VALUES
:SomeNullableDateTimeOffset
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -36,7 +36,7 @@ VALUES
:SomeDateTimeOffset
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @interval Integer -- Int32
SET @interval = 10
DECLARE @clientSideIn TimestampTz -- DateTime
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,2).sql
index 7836029c9cbf..128c514c5502 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -19,7 +19,7 @@ VALUES
:SomeNullableDateTimeOffset
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -36,7 +36,7 @@ VALUES
:SomeDateTimeOffset
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @clientSideIn TimestampTz -- DateTime
SET @clientSideIn = '2019-08-08T08:08:18.0000000+00:00'
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,3).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,3).sql
index 5fc64e4e946c..a0d81205f25d 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,3).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue1855Test(PostgreSQL.14,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -19,7 +19,7 @@ VALUES
:SomeNullableDateTimeOffset
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @SomeDateTimeOffset TimestampTz -- DateTime
@@ -36,7 +36,7 @@ VALUES
:SomeDateTimeOffset
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @clientSideIn TimestampTz -- DateTime
SET @clientSideIn = '2019-08-08T08:08:18.0000000+00:00'
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue2508Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue2508Test(PostgreSQL.14).sql
index 945a0d1f51b4..57710fab487b 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue2508Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.Issue2508Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value TimestampTz -- DateTime
SET @value = '2020-02-29T20:34:55.1231234+00:00'
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateDay(PostgreSQL.14).sql
index 412dbf3feec1..c81560281a28 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 96 * Interval '1 Hour')::timestamp - t."TransactionDate"::timestamp)) / 86400
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateHour(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateHour(PostgreSQL.14).sql
index a0747381b4fa..5a66590de036 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateHour(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateHour(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 100 * Interval '1 Hour')::timestamp - t."TransactionDate"::timestamp)) / 3600
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMillisecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMillisecond(PostgreSQL.14).sql
index 58183810d2d4..0110410edc46 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMillisecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMillisecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ROUND(EXTRACT(EPOCH FROM ((t."TransactionDate" + 1 * Interval '1 Second')::timestamp - t."TransactionDate"::timestamp)) * 1000)
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMinute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMinute(PostgreSQL.14).sql
index c6d85b793206..a6a509b2b2e1 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMinute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateMinute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 100 * Interval '1 Minute')::timestamp - t."TransactionDate"::timestamp)) / 60
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateSecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateSecond(PostgreSQL.14).sql
index a5933264fd2b..9f70a12baa6b 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateSecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.SubDateSecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXTRACT(EPOCH FROM ((t."TransactionDate" + 100 * Interval '1 Minute')::timestamp - t."TransactionDate"::timestamp))
diff --git a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.TestMinMaxValues(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.TestMinMaxValues(PostgreSQL.14).sql
index 8d5b650b91fd..db58e8e6974b 100644
--- a/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.TestMinMaxValues(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DateTimeOffsetTests/Tests.Linq.DateTimeOffsetTests.TestMinMaxValues(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."TransactionId",
diff --git a/PostgreSQL.14/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombining(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombining(PostgreSQL.14).sql
index 5281943f4fb1..2922fc1dc259 100644
--- a/PostgreSQL.14/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombining(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombining(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x.cond,
@@ -25,7 +25,7 @@ FROM
WHERE
NOT (x.cond AND x.cond_1 OR NOT x.cond)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -36,7 +36,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x.cond,
@@ -62,7 +62,7 @@ FROM
WHERE
x.cond
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -73,7 +73,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.cond,
@@ -129,7 +129,7 @@ FROM
WHERE
t2.cond
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -140,7 +140,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x_1."Color",
@@ -213,7 +213,7 @@ FROM
WHERE
NOT (x_1."Color" AND x_1."Color_1" IS NOT NULL AND x_1."Color_1" OR NOT x_1."Color")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -224,7 +224,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x_1."Color",
@@ -298,7 +298,7 @@ WHERE
x_1."Color" AND x_1."Color_1" IS NOT NULL AND x_1."Color_1" OR
NOT x_1."Color"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -309,7 +309,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x_1."Size_1",
@@ -382,7 +382,7 @@ FROM
WHERE
NOT (x_1."Size_1" AND x_1."Color" IS NULL AND x_1."Size_2" OR NOT x_1."Size_1")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -393,7 +393,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x_1."Size_1",
@@ -467,7 +467,7 @@ WHERE
x_1."Size_1" AND x_1."Color" IS NULL AND x_1."Size_2" OR
NOT x_1."Size_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
diff --git a/PostgreSQL.14/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombiningCoalesce(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombiningCoalesce(PostgreSQL.14).sql
index 988928df4742..aadfe2805e2d 100644
--- a/PostgreSQL.14/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombiningCoalesce(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DecompositionTests/Tests.Linq.DecompositionTests.ExtractValuesAndCombiningCoalesce(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Kind" = 1 OR t."Kind" = 2,
@@ -13,7 +13,7 @@ SELECT
FROM
"Item" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -24,7 +24,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x_1.cond_1,
@@ -56,7 +56,7 @@ FROM
WHERE
NOT (x_1.cond AND (x_1.cond_1 AND x_1.cond_2 OR NOT x_1.cond_1) OR NOT x_1.cond AND NOT x_1.cond_3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -67,7 +67,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x_1.cond_1,
@@ -100,7 +100,7 @@ WHERE
x_1.cond AND (x_1.cond_1 AND x_1.cond_2 OR NOT x_1.cond_1) OR
NOT x_1.cond AND NOT x_1.cond_3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -111,7 +111,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x_1.cond_1,
@@ -143,7 +143,7 @@ FROM
WHERE
NOT (NOT x_1.cond AND (x_1.cond_2 AND x_1.cond_3 OR NOT x_1.cond_2))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -154,7 +154,7 @@ SELECT
FROM
"Item" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x_1.cond_1,
@@ -186,7 +186,7 @@ FROM
WHERE
NOT x_1.cond AND (x_1.cond_2 AND x_1.cond_3 OR NOT x_1.cond_2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
diff --git a/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefault(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefault(PostgreSQL.14).sql
index bc561cc3da20..470dee4ed13f 100644
--- a/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefault(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefault(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 0
diff --git a/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSelectMany(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSelectMany(PostgreSQL.14).sql
index 3e23883717a4..d3165a358e28 100644
--- a/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSelectMany(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSelectMany(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."ParentID",
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ChildID" < 0 OR c_1."ParentID" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -25,7 +25,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSubquery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSubquery(PostgreSQL.14).sql
index 22afd0806e01..a99b2071dd20 100644
--- a/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSubquery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithDefaultInSubquery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
@@ -17,7 +17,7 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -32,7 +32,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithoutDefault(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithoutDefault(PostgreSQL.14).sql
index bc561cc3da20..470dee4ed13f 100644
--- a/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithoutDefault(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DefaultIfEmptyTests/Tests.Linq.DefaultIfEmptyTests.WithoutDefault(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 0
diff --git a/PostgreSQL.14/Tests/Linq/DistinctByTests/Tests.Linq.DistinctByTests.DistinctBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctByTests/Tests.Linq.DistinctByTests.DistinctBy(PostgreSQL.14).sql
index 93cc0fbd659a..e4311124b202 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctByTests/Tests.Linq.DistinctByTests.DistinctBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctByTests/Tests.Linq.DistinctByTests.DistinctBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -26,7 +26,7 @@ ORDER BY
t1."Name",
t1."Date_1" DESC
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct1(PostgreSQL.14).sql
index d99373dc6a83..9daa42879892 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
ch."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct2(PostgreSQL.14).sql
index 804a20f2d44d..15436514b6e9 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
Coalesce(p."Value1", (p."ParentID"::decimal % 2)::decimal)
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct3(PostgreSQL.14).sql
index b4f3a50dc2bf..339629a7ef9a 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
Coalesce(p."Value1", (p."ParentID"::decimal % 2)::decimal),
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct4(PostgreSQL.14).sql
index b4f3a50dc2bf..339629a7ef9a 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
Coalesce(p."Value1", (p."ParentID"::decimal % 2)::decimal),
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,2,0).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,2,0).sql
index 7941fec3eadf..f11d4504e0fa 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,2,0).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,2,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 3
@@ -8,7 +8,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -16,7 +16,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 3
@@ -26,7 +26,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,2,1).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,2,1).sql
index 7941fec3eadf..f11d4504e0fa 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,2,1).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,2,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 3
@@ -8,7 +8,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -16,7 +16,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 3
@@ -26,7 +26,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,3,0).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,3,0).sql
index 5447d60ea348..3eaa8c7970c5 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,3,0).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,3,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 4
@@ -8,7 +8,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -16,7 +16,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 4
@@ -26,7 +26,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,3,1).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,3,1).sql
index 5447d60ea348..3eaa8c7970c5 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,3,1).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct5(PostgreSQL.14,3,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 4
@@ -8,7 +8,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -16,7 +16,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 4
@@ -26,7 +26,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,2,0).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,2,0).sql
index 95164d05fb37..dc61df00d90a 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,2,0).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,2,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 0
DECLARE @Value1 Integer -- Int32
@@ -10,7 +10,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,2,1).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,2,1).sql
index 95164d05fb37..dc61df00d90a 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,2,1).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,2,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 0
DECLARE @Value1 Integer -- Int32
@@ -10,7 +10,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,3,0).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,3,0).sql
index 6051f3bc0e1c..132a07855ab0 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,3,0).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,3,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1
DECLARE @Value1 Integer -- Int32
@@ -10,7 +10,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,3,1).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,3,1).sql
index 6051f3bc0e1c..132a07855ab0 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,3,1).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Distinct6(PostgreSQL.14,3,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1
DECLARE @Value1 Integer -- Int32
@@ -10,7 +10,7 @@ SELECT DISTINCT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctCount(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctCount(PostgreSQL.14).sql
index e5116e6ca8a4..729c80541bde 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctCount(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctCount(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctJoin(PostgreSQL.14).sql
index 390e10a1a52e..3b2a5f349ffb 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."ID",
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctMax(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctMax(PostgreSQL.14).sql
index d481d2b8a972..391fca61584d 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctMax(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctMax(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ParentID")
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy(PostgreSQL.14).sql
index 378fda421360..a99031e8df4b 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy2(PostgreSQL.14).sql
index 542cb451dc30..5045064aed96 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBy2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."F2"
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkip(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkip(PostgreSQL.14).sql
index 2fb61f9f8f4c..7d01465c0ddb 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkip(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkip(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 2
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkipTake(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkipTake(PostgreSQL.14).sql
index a3887c39405c..be8cdc9147d9 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkipTake(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderBySkipTake(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderByTake(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderByTake(PostgreSQL.14).sql
index baa9022a362e..1c0098b4da2b 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderByTake(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.DistinctOrderByTake(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinct(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinct(PostgreSQL.14).sql
index a3a0692530f7..94373a930a58 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinct(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinct(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."F2"
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkip(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkip(PostgreSQL.14).sql
index 3b98b3c56598..892b5ae131e0 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkip(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkip(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 2
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipFirst(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipFirst(PostgreSQL.14).sql
index 569878d13f61..19da4b2a8b0c 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipFirst(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipFirst(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 2
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTake(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTake(PostgreSQL.14).sql
index 1f90bd8fb4d6..c7119c40a3a7 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTake(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTake(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTakeFirst(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTakeFirst(PostgreSQL.14).sql
index 57b6205f65fe..b5369176eeda 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTakeFirst(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctSkipTakeFirst(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 4
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTake(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTake(PostgreSQL.14).sql
index 7d894aec8e23..2df9e1538531 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTake(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTake(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTakeFirst(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTakeFirst(PostgreSQL.14).sql
index c6c218fd044e..afb2d43ff7c3 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTakeFirst(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.OrderByDistinctTakeFirst(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.TakeDistinct(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.TakeDistinct(PostgreSQL.14).sql
index 3349d3d8932b..feb1bd18bb0c 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.TakeDistinct(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.TakeDistinct(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 4
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test1(PostgreSQL.14).sql
index 00b351666255..6865b9f49e74 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
r."F1",
diff --git a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test2(PostgreSQL.14).sql
index 4ade4314f6de..97814e257852 100644
--- a/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DistinctTests/Tests.Linq.DistinctTests.Test2943Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
r."F1",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue2817Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue2817Test(PostgreSQL.14).sql
index ac209a869852..921dd9054820 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue2817Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue2817Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue3158(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue3158(PostgreSQL.14).sql
index f735905734a4..79905a7e97e9 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue3158(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue3158(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue4602(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue4602(PostgreSQL.14).sql
index b136e7b9e0ee..0282c92429cd 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue4602(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.Issue4602(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
it."ID"
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupBy(PostgreSQL.14).sql
index 9b7ce2ce95b2..469cbe2680b0 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupByAssociated(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupByAssociated(PostgreSQL.14).sql
index e63e11906b21..f951fec9f69f 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupByAssociated(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyGroupByAssociated(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Patient"."Diagnosis",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyJoin(PostgreSQL.14).sql
index 1f3b4c5423a6..1a4a4c4562dd 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyLoadWith(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyLoadWith(PostgreSQL.14).sql
index 22173dc23983..10908c5a081e 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyLoadWith(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyLoadWith(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping1(PostgreSQL.14).sql
index c05f039de5b5..5de49742b542 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping2(PostgreSQL.14).sql
index 511ad0187055..7e6bcf130440 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyNoStoreGrouping2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderBy(PostgreSQL.14).sql
index beb0cb4d8cb6..a63341f4b1a3 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderByAssociated(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderByAssociated(PostgreSQL.14).sql
index 2cf206246337..7759a1883571 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderByAssociated(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyOrderByAssociated(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAll(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAll(PostgreSQL.14).sql
index 3e1bf53a46f1..92d8ae1da7b7 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAll(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAll(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAssociated(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAssociated(PostgreSQL.14).sql
index 1f6b568685f6..fc135d425050 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAssociated(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectAssociated(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Patient"."Diagnosis"
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectOne(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectOne(PostgreSQL.14).sql
index 511d5b21ae54..f3bc3e8d2452 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectOne(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectOne(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName"
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectProject(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectProject(PostgreSQL.14).sql
index 0b6b4b8e3155..5524c6d039a1 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectProject(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertySelectProject(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhere(PostgreSQL.14).sql
index 81968a5b8ee5..b2052c38b109 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhereAssociated(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhereAssociated(PostgreSQL.14).sql
index 531821a16114..a78821be0f30 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhereAssociated(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWhereAssociated(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicAssociation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicAssociation(PostgreSQL.14).sql
index 13301678bd3c..e9ec1890a6ab 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicAssociation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicAssociation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicColumn(PostgreSQL.14).sql
index 471bc43a108b..5f141689517a 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithDynamicColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNavigationalNonDynamicColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNavigationalNonDynamicColumn(PostgreSQL.14).sql
index 7e6253e56dac..48e557ea805f 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNavigationalNonDynamicColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNavigationalNonDynamicColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociation(PostgreSQL.14).sql
index 7e6253e56dac..48e557ea805f 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject1(PostgreSQL.14).sql
index 7e6253e56dac..48e557ea805f 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject2(PostgreSQL.14).sql
index 1f6b568685f6..fc135d425050 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicAssociationViaObject2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Patient"."Diagnosis"
diff --git a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicColumn(PostgreSQL.14).sql
index e2c128f43842..f257f7e5ab32 100644
--- a/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/DynamicColumnsTests/Tests.Linq.DynamicColumnsTests.SqlPropertyWithNonDynamicColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Original(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Original(PostgreSQL.14).sql
index 17fde10110ea..3d471cc8878d 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Original(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Original(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Value2", "Value4")
AS
@@ -34,7 +34,7 @@ FROM
) m_1
INNER JOIN "CteTable" d_1 ON m_1."Id" = d_1."Value3"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte
(
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_RecursiveChain(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_RecursiveChain(PostgreSQL.14).sql
index 8b13f8f896ee..b465e7e1b5d8 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_RecursiveChain(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_RecursiveChain(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Value2")
AS
@@ -82,7 +82,7 @@ FROM
) m_1
INNER JOIN "CteTable" d_1 ON m_1."Id" = d_1."Value3"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE cte ("Value2")
AS
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Simple(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Simple(PostgreSQL.14).sql
index 054bdebe78cb..5872569c8fbf 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Simple(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_Simple(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Value4")
AS
@@ -26,7 +26,7 @@ FROM
) m_1
INNER JOIN "CteTable" d_1 ON m_1."Id" = d_1."Value3"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_SimpleChain(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_SimpleChain(PostgreSQL.14).sql
index f24a511df949..e091a68b3533 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_SimpleChain(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.CteCloning_SimpleChain(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Id")
AS
@@ -42,7 +42,7 @@ FROM
) m_1
INNER JOIN "CteTable" d_1 ON m_1."Id" = d_1."Value3"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test1(PostgreSQL.14).sql
index e355bd1bfa64..1f5cb8fb9cc1 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test2(PostgreSQL.14).sql
index 3bee925fea43..721e610f8159 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3140Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test1(PostgreSQL.14).sql
index e657a47440b7..1f6dcea11fc2 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test2(PostgreSQL.14).sql
index e2b3e4cc6889..da254381c9c7 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -7,7 +7,7 @@ FROM
"Item" m_1
INNER JOIN "ItemValue" d ON m_1."Id" = d."ItemId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test3(PostgreSQL.14).sql
index 616553a4e4f5..d258e159e59e 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -7,7 +7,7 @@ FROM
"Item" m_1
INNER JOIN "ItemValue" d ON m_1."Id" = d."ItemId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test4(PostgreSQL.14).sql
index 108f15d3c69a..9d3127b2fb71 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3226Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -7,7 +7,7 @@ FROM
"Item" m_1
INNER JOIN "ItemValue" d ON m_1."Id" = d."ItemId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3664Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3664Test(PostgreSQL.14).sql
index b572ecf16944..61c2a5f5a18a 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3664Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3664Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
@@ -11,7 +11,7 @@ VALUES
:Id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 11
@@ -25,14 +25,14 @@ FROM
WHERE
d."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Test3664" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 12
@@ -46,7 +46,7 @@ FROM
WHERE
d."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3799Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3799Test(PostgreSQL.14).sql
index e3a8a810d38d..9ea24476e553 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3799Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue3799Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Children",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "Test3799Item" d ON m_1."Children" = d."ParentId" OR m_1."Children" IS NULL AND d."ParentId" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
item_1."Name",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async(PostgreSQL.14).sql
index fa94f0e85ca9..0e0b06303caf 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -27,7 +27,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -45,7 +45,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -56,7 +56,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -74,7 +74,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async_ExplicitTransaction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async_ExplicitTransaction(PostgreSQL.14).sql
index fa94f0e85ca9..0e0b06303caf 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async_ExplicitTransaction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Async_ExplicitTransaction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -27,7 +27,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -45,7 +45,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -56,7 +56,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -74,7 +74,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync(PostgreSQL.14).sql
index fa94f0e85ca9..0e0b06303caf 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -27,7 +27,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -45,7 +45,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -56,7 +56,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -74,7 +74,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync_ExplicitTransaction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync_ExplicitTransaction(PostgreSQL.14).sql
index fa94f0e85ca9..0e0b06303caf 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync_ExplicitTransaction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4057_Sync_ExplicitTransaction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -27,7 +27,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -45,7 +45,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -56,7 +56,7 @@ WHERE
x."ParentID" = 3
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -74,7 +74,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4060(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4060(PostgreSQL.14).sql
index f74757ff01e9..f2710474d2d3 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4060(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4060(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test1(PostgreSQL.14).sql
index cdca159fb4db..37a827732c8e 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test2(PostgreSQL.14).sql
index 59ce3f846c33..103eb531eb83 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4497Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4588Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4588Test(PostgreSQL.14).sql
index ea6494b46ae5..ae9c9ef1e1e0 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4588Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.Issue4588Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @skip Integer -- Int32
@@ -38,7 +38,7 @@ FROM
) m_1
INNER JOIN "SubOrderDetail" d_1 ON m_1."Id" = d_1."SubOrderId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @skip Integer -- Int32
@@ -67,7 +67,7 @@ FROM
) m_1
INNER JOIN "SubOrder" d ON m_1."Id" = d."OrderId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionAfterLoadWithTable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionAfterLoadWithTable(PostgreSQL.14).sql
index d58eff2da912..b48c7e389b7d 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionAfterLoadWithTable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionAfterLoadWithTable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 10
@@ -11,7 +11,7 @@ VALUES
:Id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @UserId Integer -- Int32
SET @UserId = 10
DECLARE @Age Integer -- Int32
@@ -28,7 +28,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionFirst(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionFirst(PostgreSQL.14).sql
index d58eff2da912..b48c7e389b7d 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionFirst(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TableExpressionFirst(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 10
@@ -11,7 +11,7 @@ VALUES
:Id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @UserId Integer -- Int32
SET @UserId = 10
DECLARE @Age Integer -- Int32
@@ -28,7 +28,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregate(PostgreSQL.14).sql
index cab5746ed505..e278991768e8 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregate(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
@@ -46,7 +46,7 @@ SELECT
FROM
"MasterClass" m_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id1",
@@ -62,7 +62,7 @@ FROM
) m_1
INNER JOIN "DetailClass" d ON m_1."Id1" = d."MasterId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id1",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregateAverage(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregateAverage(PostgreSQL.14).sql
index 906be32891e1..64ef489e216e 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregateAverage(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestAggregateAverage(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
@@ -34,7 +34,7 @@ WHERE
m_1."Id1" = "a_Details_1"."MasterId"
) > 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id1",
@@ -50,7 +50,7 @@ FROM
) m_1
INNER JOIN "DetailClass" d ON m_1."Id1" = d."MasterId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id1",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.14,1).sql
index 38016769b9fa..eeb620c2d299 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.14,2).sql
index ce64658a9316..d70d2f0d4054 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.14,3).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.14,3).sql
index 0bd664ba3788..fd844fcdccc0 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.14,3).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad1(PostgreSQL.14,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.14,1).sql
index 9ab935f912f1..0785880f3019 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -33,7 +33,7 @@ FROM
"EntityMA" m_1
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.14,2).sql
index 5e5d5377d48e..555e31ddd219 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -12,7 +12,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.14,3).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.14,3).sql
index 7e9885a0a245..84e1c320b085 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.14,3).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoad2(PostgreSQL.14,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.14,1).sql
index a9ec60a64261..702c653b9fed 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.14,2).sql
index f14b4b3969af..511d477a513c 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.14,3).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.14,3).sql
index 2672fb7f7ffe..7d25d8aad9a6 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.14,3).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional1(PostgreSQL.14,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.14,1).sql
index 9ab935f912f1..0785880f3019 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -33,7 +33,7 @@ FROM
"EntityMA" m_1
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.14,2).sql
index 5e5d5377d48e..555e31ddd219 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -12,7 +12,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.14,3).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.14,3).sql
index 7e9885a0a245..84e1c320b085 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.14,3).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional2(PostgreSQL.14,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.14,1).sql
index 914feede6e3f..6f5b2d2c30f4 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.14,2).sql
index f14b4b3969af..511d477a513c 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.14,3).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.14,3).sql
index 48499ca1eff5..9d7fb69667ce 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.14,3).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityEagerLoadOptional3(PostgreSQL.14,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.14,1).sql
index 4e015dc96871..7130330cdbd1 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.14,2).sql
index 94d32c111eb6..4a58bf2e62ba 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.14,3).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.14,3).sql
index cd711366aff2..ece696463d33 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.14,3).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected1(PostgreSQL.14,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.14,1).sql
index f8a873ff2795..7837cb39d7a6 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -30,7 +30,7 @@ FROM
"EntityMA" m_1
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id"
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.14,2).sql
index 1adbfb2ee774..2ef18a9a5db2 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -10,7 +10,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id"
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.14,3).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.14,3).sql
index f370be239ced..48e7bdcea4fc 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.14,3).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjected2(PostgreSQL.14,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -33,7 +33,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id"
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.14,1).sql
index 91140cf186b9..ff1fd604b61f 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.14,2).sql
index 209f46c1b5c2..9c628150d7bc 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.14,3).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.14,3).sql
index 975da6a669ce..b90fb9ec5611 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.14,3).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional1(PostgreSQL.14,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.14,1).sql
index f8a873ff2795..7837cb39d7a6 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -30,7 +30,7 @@ FROM
"EntityMA" m_1
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id"
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.14,2).sql
index 1adbfb2ee774..2ef18a9a5db2 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -10,7 +10,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id"
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.14,3).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.14,3).sql
index f370be239ced..48e7bdcea4fc 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.14,3).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional2(PostgreSQL.14,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "EntityMC" d_1 ON m_1."Id" = d_1."FK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -33,7 +33,7 @@ FROM
INNER JOIN "EntityMB" d ON m_1."Id" = d."FK"
LEFT JOIN "EntityMD" "a_ObjectD" ON d."FKD" = "a_ObjectD"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id"
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.14,1).sql
index 04ef97f948a4..d501a2e16e05 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.14,2).sql
index 209f46c1b5c2..9c628150d7bc 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.14,3).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.14,3).sql
index 209b5f238cc5..eb8eba43dbd5 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.14,3).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestCardinalityProjectedOptional3(PostgreSQL.14,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "EntityD" d ON m_1."Id" = d."FK" OR m_1."Id" IS NULL AND d."FK" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestSkipTake(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestSkipTake(PostgreSQL.14).sql
index f9e4b8500619..62439e5a0b14 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestSkipTake(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.TestSkipTake(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_2."Id1",
@@ -14,7 +14,7 @@ FROM
) m_2
INNER JOIN "DetailClass" d ON m_2."Id1" = d."MasterId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_2."Id1",
@@ -42,7 +42,7 @@ FROM
LIMIT 2 OFFSET 1
) d_1 ON 1=1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id1",
@@ -52,7 +52,7 @@ SELECT
FROM
"MasterClass" m_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id1",
@@ -68,7 +68,7 @@ FROM
) m_1
INNER JOIN "DetailClass" d ON m_1."Id1" = d."MasterId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id1",
diff --git a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.WithTableAttributeMethods(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.WithTableAttributeMethods(PostgreSQL.14).sql
index 1cdf8756e152..0bd3ae271550 100644
--- a/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.WithTableAttributeMethods(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EagerLoadingTests/Tests.Linq.EagerLoadingTests.WithTableAttributeMethods(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 10
@@ -11,7 +11,7 @@ VALUES
:Id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @UserId Integer -- Int32
SET @UserId = 10
DECLARE @Age Integer -- Int32
@@ -28,7 +28,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.First(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.First(PostgreSQL.14).sql
index 90f4afaf2756..804a4c2c9bb4 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.First(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.First(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefault(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefault(PostgreSQL.14).sql
index d660a11559cb..a05b259fffee 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefault(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefault(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultScalar(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultScalar(PostgreSQL.14).sql
index c1352bef14a4..f45faa5c5f98 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultScalar(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultScalar(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultWhere(PostgreSQL.14).sql
index 346ef91f3cfd..c4ae50b0fc72 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstOrDefaultWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstWhere(PostgreSQL.14).sql
index 346ef91f3cfd..c4ae50b0fc72 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.FirstWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault1(PostgreSQL.14).sql
index af213cea32cd..895ef136b3b1 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault2(PostgreSQL.14).sql
index aba1a638b0e1..cb8cd7fb23ef 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault3(PostgreSQL.14).sql
index 1be95016375b..97d701adb4c7 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault4(PostgreSQL.14).sql
index 3286c48ef2e5..d3f471e25a8c 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault5(PostgreSQL.14).sql
index 852e37692c11..c05ef8324828 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefault5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar1(PostgreSQL.14).sql
index 4f042d441914..a6ca8fa8bccb 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar2(PostgreSQL.14).sql
index 2b6ed483ec95..0322fa6d35a2 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedFirstOrDefaultScalar2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedSingleOrDefault1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedSingleOrDefault1(PostgreSQL.14).sql
index d813c12aa61f..d600c4575cc3 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedSingleOrDefault1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.NestedSingleOrDefault1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.Single(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.Single(PostgreSQL.14).sql
index 662bed2772f5..efdecb565677 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.Single(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.Single(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefault(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefault(PostgreSQL.14).sql
index 525cf25bf948..d72beac536d6 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefault(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefault(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefaultWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefaultWhere(PostgreSQL.14).sql
index 5bd6f5eeda2a..9a3b480bf971 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefaultWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleOrDefaultWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleWhere(PostgreSQL.14).sql
index 5bd6f5eeda2a..9a3b480bf971 100644
--- a/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ElementOperationTests/Tests.Linq.ElementOperationTests.SingleWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest0(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest0(PostgreSQL.14).sql
index 9e327686dbac..b5d160fc6f5f 100644
--- a/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest0(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest0(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest1(PostgreSQL.14).sql
index 9e327686dbac..b5d160fc6f5f 100644
--- a/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest2(PostgreSQL.14).sql
index 3c17bff8e536..abdc56d2712a 100644
--- a/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.14,False).sql
index 53b96041a7a0..5bf4294a26f0 100644
--- a/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.14,True).sql
index 53b96041a7a0..5bf4294a26f0 100644
--- a/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/EntityCreatedTests/Tests.Linq.EntityCreatedTests.EntityCreatedTest3(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains1(PostgreSQL.14).sql
index 927489699961..89087919bf7e 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" IN (12)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains2(PostgreSQL.14).sql
index 927489699961..89087919bf7e 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" IN (12)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains3(PostgreSQL.14).sql
index 927489699961..89087919bf7e 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" IN (12)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains4(PostgreSQL.14).sql
index 927489699961..89087919bf7e 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapContains4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" IN (12)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate1(PostgreSQL.14).sql
index d90f9dcdcada..380cca60d114 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
entity."ID",
@@ -30,7 +30,7 @@ FROM
WHERE
entity."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate2(PostgreSQL.14).sql
index 4062398f9959..9051081ac1e6 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapCustomPredicate2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
entity."ID",
@@ -31,7 +31,7 @@ FROM
WHERE
entity."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete1(PostgreSQL.14).sql
index d2a8edc74568..9bbe7e7719ed 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete2(PostgreSQL.14).sql
index d2a8edc74568..9bbe7e7719ed 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete3(PostgreSQL.14).sql
index d2a8edc74568..9bbe7e7719ed 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete4(PostgreSQL.14).sql
index d2a8edc74568..9bbe7e7719ed 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDelete4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals1(PostgreSQL.14).sql
index d2a8edc74568..9bbe7e7719ed 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals2(PostgreSQL.14).sql
index d2a8edc74568..9bbe7e7719ed 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals3(PostgreSQL.14).sql
index d2a8edc74568..9bbe7e7719ed 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals4(PostgreSQL.14).sql
index d2a8edc74568..9bbe7e7719ed 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapDeleteEquals4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,14 +20,14 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert1(PostgreSQL.14).sql
index 534c0c8df343..07ece1e62e0a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert2(PostgreSQL.14).sql
index 534c0c8df343..07ece1e62e0a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert3(PostgreSQL.14).sql
index 534c0c8df343..07ece1e62e0a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert4(PostgreSQL.14).sql
index 534c0c8df343..07ece1e62e0a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsert4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam1(PostgreSQL.14).sql
index e0abd0227e03..241191dc9e34 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 11
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -46,7 +46,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam2(PostgreSQL.14).sql
index e0abd0227e03..241191dc9e34 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 11
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -46,7 +46,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam3(PostgreSQL.14).sql
index e0abd0227e03..241191dc9e34 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 11
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -46,7 +46,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam4(PostgreSQL.14).sql
index e0abd0227e03..241191dc9e34 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertFromSelectWithParam4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 11
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -46,7 +46,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject1(PostgreSQL.14).sql
index 18a09313128d..454461b71ab1 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @TestField Bigint -- Int64
@@ -24,7 +24,7 @@ VALUES
:TestField
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject2(PostgreSQL.14).sql
index f38bef55b7bc..b5a7ab7c211b 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @TestField Bigint -- Int64
@@ -28,7 +28,7 @@ VALUES
:Int32Field
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject3(PostgreSQL.14).sql
index 18a09313128d..454461b71ab1 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @TestField Bigint -- Int64
@@ -24,7 +24,7 @@ VALUES
:TestField
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject4(PostgreSQL.14).sql
index b8cccc14b85a..e4f70d4eae4a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapInsertObject4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @TestField Bigint -- Int64
@@ -28,7 +28,7 @@ VALUES
:Int32Field
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -37,7 +37,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject1(PostgreSQL.14).sql
index 534c0c8df343..07ece1e62e0a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject2(PostgreSQL.14).sql
index 534c0c8df343..07ece1e62e0a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject3(PostgreSQL.14).sql
index 534c0c8df343..07ece1e62e0a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject4(PostgreSQL.14).sql
index 534c0c8df343..07ece1e62e0a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapIntermediateObject4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
r."ID" = 101 AND r."BigIntValue" = 12
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon1(PostgreSQL.14).sql
index 3f9afb0e0b68..640555991b89 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon2(PostgreSQL.14).sql
index 3f9afb0e0b68..640555991b89 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon3(PostgreSQL.14).sql
index 3f9afb0e0b68..640555991b89 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon4(PostgreSQL.14).sql
index 3f9afb0e0b68..640555991b89 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectAnon4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull1(PostgreSQL.14).sql
index 2dd9f95a2b62..7223ee89d3a0 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -18,7 +18,7 @@ VALUES
101
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -28,7 +28,7 @@ WHERE
r."ID" = 101
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull2(PostgreSQL.14).sql
index 2dd9f95a2b62..7223ee89d3a0 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -18,7 +18,7 @@ VALUES
101
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -28,7 +28,7 @@ WHERE
r."ID" = 101
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull_Regression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull_Regression(PostgreSQL.14).sql
index 41c3e0014bd9..220f79d02f91 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull_Regression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSelectNull_Regression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet1(PostgreSQL.14).sql
index 1f5141c8be83..cf9ee7fb8e38 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @TestField Bigint -- Int64
SET @TestField = 12
@@ -31,7 +31,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -41,7 +41,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet2(PostgreSQL.14).sql
index 1f5141c8be83..cf9ee7fb8e38 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @TestField Bigint -- Int64
SET @TestField = 12
@@ -31,7 +31,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -41,7 +41,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet3(PostgreSQL.14).sql
index 8d6deba51481..f396c870efbc 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
3
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
@@ -29,7 +29,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."IntValue" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -38,7 +38,7 @@ FROM
WHERE
r."ID" = 101 AND r."IntValue" = 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet4(PostgreSQL.14).sql
index 1f5141c8be83..cf9ee7fb8e38 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @TestField Bigint -- Int64
SET @TestField = 12
@@ -31,7 +31,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -41,7 +41,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet5(PostgreSQL.14).sql
index 1f5141c8be83..cf9ee7fb8e38 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @TestField Bigint -- Int64
SET @TestField = 12
@@ -31,7 +31,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -41,7 +41,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet6(PostgreSQL.14).sql
index 8d6deba51481..f396c870efbc 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapSet6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
3
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
@@ -29,7 +29,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."IntValue" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -38,7 +38,7 @@ FROM
WHERE
r."ID" = 101 AND r."IntValue" = 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate1(PostgreSQL.14).sql
index 039ba3e2a8ce..21e459fde41b 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
@@ -29,7 +29,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -39,7 +39,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate2(PostgreSQL.14).sql
index 039ba3e2a8ce..21e459fde41b 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
@@ -29,7 +29,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -39,7 +39,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate3(PostgreSQL.14).sql
index 039ba3e2a8ce..21e459fde41b 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
@@ -29,7 +29,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -39,7 +39,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate4(PostgreSQL.14).sql
index 039ba3e2a8ce..21e459fde41b 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapUpdate4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
11
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
@@ -29,7 +29,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 101 AND "LinqDataTypes"."BigIntValue" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -39,7 +39,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere1(PostgreSQL.14).sql
index 3f9afb0e0b68..640555991b89 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere2(PostgreSQL.14).sql
index 3f9afb0e0b68..640555991b89 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere3(PostgreSQL.14).sql
index 3f9afb0e0b68..640555991b89 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere4(PostgreSQL.14).sql
index 3f9afb0e0b68..640555991b89 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhere4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
12
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -30,7 +30,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" = 12
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull1(PostgreSQL.14).sql
index e8ea712412c0..c8bc394b32ce 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -18,7 +18,7 @@ VALUES
101
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -28,7 +28,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" IS NULL
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull2(PostgreSQL.14).sql
index e8ea712412c0..c8bc394b32ce 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMapWhereNull2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -18,7 +18,7 @@ VALUES
101
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."BigIntValue"
@@ -28,7 +28,7 @@ WHERE
r."ID" = 101 AND r."BigIntValue" IS NULL
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingReadUndefinedValue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingReadUndefinedValue(PostgreSQL.14).sql
index 016d66f5e6f6..eac2b97941ea 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingReadUndefinedValue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingReadUndefinedValue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
5
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -30,7 +30,7 @@ FROM
WHERE
r."ID" = 101
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingWriteUndefinedValue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingWriteUndefinedValue(PostgreSQL.14).sql
index 016d66f5e6f6..eac2b97941ea 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingWriteUndefinedValue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.EnumMappingWriteUndefinedValue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
5
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -30,7 +30,7 @@ FROM
WHERE
r."ID" = 101
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Issue1622Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Issue1622Test(PostgreSQL.14).sql
index 4712633ff0a8..a07cb44d48fd 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Issue1622Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Issue1622Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SomeText Text(13) -- String
@@ -15,7 +15,7 @@ VALUES
:SomeText
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -26,7 +26,7 @@ WHERE
e."SomeText" = 'Value1_suffix'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue01(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue01(PostgreSQL.14).sql
index 065d3333d8ce..d5e230b80155 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue01(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue01(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 104
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @Value Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 102
DECLARE @Value Integer -- Int32
@@ -41,7 +41,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 103
DECLARE @Value Integer -- Int32
@@ -58,7 +58,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -70,7 +70,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -83,7 +83,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 104
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue02(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue02(PostgreSQL.14).sql
index 07fc16854266..dcad57153f23 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue02(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue02(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 105
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @Value Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 102
DECLARE @Value Integer -- Int32
@@ -41,7 +41,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 103
DECLARE @Value Integer -- Int32
@@ -58,7 +58,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 104
DECLARE @Value Integer -- Int32
@@ -75,7 +75,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -87,7 +87,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -100,7 +100,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 105
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue03(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue03(PostgreSQL.14).sql
index fc270df4b3fa..5c1c3c9e2ba0 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue03(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue03(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 104
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @Value Text(2) -- String
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 102
DECLARE @Value Text(2) -- String
@@ -41,7 +41,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 103
DECLARE @Value Text -- String
@@ -58,7 +58,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -70,7 +70,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -83,7 +83,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 104
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue04(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue04(PostgreSQL.14).sql
index 939ef3466c7c..52c0a802ec18 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue04(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue04(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 105
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @Value Text(2) -- String
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 102
DECLARE @Value Text(2) -- String
@@ -41,7 +41,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 103
DECLARE @Value Text -- String
@@ -58,7 +58,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 104
DECLARE @Value Text -- String
@@ -75,7 +75,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -87,7 +87,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -100,7 +100,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 105
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue05(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue05(PostgreSQL.14).sql
index 27509751ed67..0ea82eaf0135 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue05(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue05(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 104
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @Value Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 102
DECLARE @Value Integer -- Int32
@@ -41,7 +41,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 103
DECLARE @Value Integer -- Int32
@@ -58,7 +58,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -70,7 +70,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -83,7 +83,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 104
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue06(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue06(PostgreSQL.14).sql
index 9c576efecff7..1e5134e29e91 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue06(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.NullableEnumWithNullValue06(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 105
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 101
DECLARE @Value Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 102
DECLARE @Value Integer -- Int32
@@ -41,7 +41,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 103
DECLARE @Value Integer -- Int32
@@ -58,7 +58,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 104
DECLARE @Value Integer -- Int32
@@ -75,7 +75,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -87,7 +87,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -100,7 +100,7 @@ WHERE
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 105
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.TestFlagEnum(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.TestFlagEnum(PostgreSQL.14).sql
index 732b7a0c2817..7b26e06945cb 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.TestFlagEnum(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.TestFlagEnum(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression1(PostgreSQL.14).sql
index 856b45835e97..b6755978b443 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -22,7 +22,7 @@ VALUES
10
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."BigIntValue" IS NOT NULL AND t1."IntValue" IS NOT NULL,
@@ -33,7 +33,7 @@ FROM
WHERE
t1."ID" = 101
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression2(PostgreSQL.14).sql
index b63498a366e0..ecefb3d74408 100644
--- a/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumMappingTests/Tests.Linq.EnumMappingTests.Test_4_1_18_Regression2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
r."ID" >= 101 AND r."ID" < :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -22,7 +22,7 @@ VALUES
10
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."BigIntValue" IS NOT NULL AND t1."IntValue" IS NOT NULL,
@@ -33,7 +33,7 @@ FROM
WHERE
t1."ID" = 101
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 102
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.EnumerableAsQueryable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.EnumerableAsQueryable(PostgreSQL.14).sql
index 00052d867ca2..57184b616738 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.EnumerableAsQueryable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.EnumerableAsQueryable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -9,7 +9,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithAssociations(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithAssociations(PostgreSQL.14).sql
index 4c3c3eb22820..bbe79f56f1b9 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithAssociations(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithAssociations(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
it_1.cond,
@@ -22,7 +22,7 @@ FROM
WHERE
it_1."ColorName" = 'Red'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithComplexProjection(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithComplexProjection(PostgreSQL.14).sql
index 258575fd22d8..a57f34a2aa58 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithComplexProjection(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithComplexProjection(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
it_1.cond,
@@ -41,7 +41,7 @@ FROM
WHERE
it_1."ColorName" = 'Red' OR it_1."Count_1" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -56,7 +56,7 @@ FROM
LEFT JOIN "SomeColor" "a_Color" ON t1."ColorId" = "a_Color"."Id"
LEFT JOIN "SomeStyle" "a_Style" ON t1."StyleId" = "a_Style"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -65,7 +65,7 @@ SELECT
FROM
"SomeItem" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
it."Conditional"
@@ -88,7 +88,7 @@ FROM
WHERE
it."ColorName" = 'Red' OR it."Count" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -103,7 +103,7 @@ FROM
LEFT JOIN "SomeColor" "a_Color" ON t1."ColorId" = "a_Color"."Id"
LEFT JOIN "SomeStyle" "a_Style" ON t1."StyleId" = "a_Style"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithGroupedProjection(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithGroupedProjection(PostgreSQL.14).sql
index 5860f995ce9a..46452e79b422 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithGroupedProjection(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithGroupedProjection(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
it_1.cond,
@@ -51,7 +51,7 @@ FROM
WHERE
it_1."ColorName" = 'Red' OR it_1."Count_1" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithSubqueries(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithSubqueries(PostgreSQL.14).sql
index c3832ff33265..f291d4bd0b4f 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithSubqueries(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableInQuery/Tests.Linq.EnumerableInQuery.WithSubqueries(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
it_1.cond,
@@ -29,7 +29,7 @@ FROM
WHERE
it_1."ColorName" = 'Red'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -44,7 +44,7 @@ FROM
LEFT JOIN "SomeColor" "a_Color" ON t1."ColorId" = "a_Color"."Id"
LEFT JOIN "SomeStyle" "a_Style" ON t1."StyleId" = "a_Style"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.14,1).sql
index 0ccba3faa2fb..7984fb0e2389 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.14,2).sql
index 0ccba3faa2fb..7984fb0e2389 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.14,1).sql
index 012ac1d7165e..74a1c66078bc 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
n."Name"
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.14,2).sql
index 012ac1d7165e..74a1c66078bc 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinAnonymousClassArray2(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
n."Name"
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.14,1).sql
index bde5a0e9746b..1c023922bf64 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @doe Text(3) -- String
SET @doe = 'Doe'
@@ -10,7 +10,7 @@ FROM
(p."FirstName"), (p."LastName"), ('John'), (:doe)
) n(item) ON 1=1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @doe Text(4) -- String
SET @doe = 'Doe1'
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.14,2).sql
index bde5a0e9746b..1c023922bf64 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinArray(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @doe Text(3) -- String
SET @doe = 'Doe'
@@ -10,7 +10,7 @@ FROM
(p."FirstName"), (p."LastName"), ('John'), (:doe)
) n(item) ON 1=1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @doe Text(4) -- String
SET @doe = 'Doe1'
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.14,1).sql
index 7e0692089235..df69a106b642 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.14,2).sql
index 7e0692089235..df69a106b642 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ApplyJoinClassArray(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.14,1).sql
index 2e1a5f15fd79..ee4083c9df3a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.14,2).sql
index 2e1a5f15fd79..ee4083c9df3a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ConstantProjection(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.14,1).sql
index c97cee81ee97..4952ce8825f0 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableToInsert" t1
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.14,2).sql
index 66b7809493cf..07ad8a8a833d 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.DeleteTest(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableToInsert" t1
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.14,1).sql
index 8cd437845a47..843c5a71d2fa 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.14,2).sql
index 8cd437845a47..843c5a71d2fa 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptySubQuery(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.14,1).sql
index 8930db2ba609..66f622a6d345 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.14,2).sql
index 8930db2ba609..66f622a6d345 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValues(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.14,1).sql
index e5b942561a3b..a38493bdc68a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.14,2).sql
index e5b942561a3b..a38493bdc68a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.EmptyValuesWithTypeSpecificUsage(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExceptContains(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExceptContains(PostgreSQL.14).sql
index 76c60b193481..6b21353462b9 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExceptContains(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExceptContains(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."PersonID" IN (1, 2, 3)
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.14,1).sql
index cd56ecbff3eb..f3fc8aef7ab6 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 2
DECLARE @ID_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.14,2).sql
index be1f24795377..2e082ce9b390 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.ExpressionProjection(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 3
DECLARE @ID_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.14,1).sql
index 0ccba3faa2fb..7984fb0e2389 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.14,2).sql
index 0ccba3faa2fb..7984fb0e2389 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinAnonymousClassRecords(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.14,1).sql
index c4e3b3102d99..5be0ac86537d 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.14,2).sql
index c4e3b3102d99..5be0ac86537d 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.14,1).sql
index c4e3b3102d99..5be0ac86537d 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.14,2).sql
index c4e3b3102d99..5be0ac86537d 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray2(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.14,1).sql
index 428aecf5239f..316276efd8de 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -12,7 +12,7 @@ FROM
('Janet'), ('Doe'), ('John'), ('Doe')
) n(item) ON p."LastName" = n.item
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.14,2).sql
index 428aecf5239f..316276efd8de 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray3(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -12,7 +12,7 @@ FROM
('Janet'), ('Doe'), ('John'), ('Doe')
) n(item) ON p."LastName" = n.item
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.14,1).sql
index eab04181975b..9c5cc41e1ea8 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -12,7 +12,7 @@ FROM
('Janet'), ('Doe'), ('John'), ('Doe')
) n(item) ON p."LastName" = n.item
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.14,2).sql
index eab04181975b..9c5cc41e1ea8 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray4(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -12,7 +12,7 @@ FROM
('Janet'), ('Doe'), ('John'), ('Doe')
) n(item) ON p."LastName" = n.item
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.14,1).sql
index 4e8a55a8e89d..74b4fcfd47c5 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.14,2).sql
index 4e8a55a8e89d..74b4fcfd47c5 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray5(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.14,1).sql
index 6c428806d093..f401638c4eb9 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.14,2).sql
index 6c428806d093..f401638c4eb9 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinArray6(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.14,1).sql
index 0ccba3faa2fb..7984fb0e2389 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.14,2).sql
index 0ccba3faa2fb..7984fb0e2389 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassArray(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.14,1).sql
index 56f75414fb55..e1609d2cad6a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.14,2).sql
index 56f75414fb55..e1609d2cad6a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecords(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.14,1).sql
index 48ea46ed2536..9044d060c5ea 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -12,7 +12,7 @@ FROM
(2), (3)
) n("ID") ON p."PersonID" = n."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.14,2).sql
index f6bbac808a82..442c3bd7f0dc 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InnerJoinClassRecordsCache(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -12,7 +12,7 @@ FROM
(3), (4)
) n("ID") ON p."PersonID" = n."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.14,1).sql
index a2634486f24b..2d570e58aac7 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TableToInsert"
(
@@ -16,7 +16,7 @@ FROM
WHERE
t."Id" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TableToInsert"
(
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.14,2).sql
index c69eea967195..31877d6cdfca 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.InsertTest(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TableToInsert"
(
@@ -16,7 +16,7 @@ FROM
WHERE
t."Id" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TableToInsert"
(
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test1(PostgreSQL.14).sql
index 2feb7bfa8d4c..4b87bf465f00 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."PersonID" + y.item
@@ -8,7 +8,7 @@ FROM
(0), (1), (2), (3)
) y(item)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test2(PostgreSQL.14).sql
index 2feb7bfa8d4c..4b87bf465f00 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."PersonID" + y.item
@@ -8,7 +8,7 @@ FROM
(0), (1), (2), (3)
) y(item)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test3(PostgreSQL.14).sql
index 5bba168c9f87..347763f40f89 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."PersonID" + y.item
@@ -8,7 +8,7 @@ FROM
(1), (3)
) y(item)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test4(PostgreSQL.14).sql
index 5bba168c9f87..347763f40f89 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."PersonID" + y.item
@@ -8,7 +8,7 @@ FROM
(1), (3)
) y(item)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test5(PostgreSQL.14).sql
index 1db63b61901a..e9fac057f392 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Issue3665Test5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
y.item
@@ -8,7 +8,7 @@ FROM
('M'), ('F'), ('U'), ('O')
) y(item)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.14,1).sql
index 27fd8178e965..be178838794b 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.14,2).sql
index 5d102831aad7..8e4d426590e8 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NestingProperties(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.14,1).sql
index 2e1a5f15fd79..ee4083c9df3a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.14,2).sql
index 2e1a5f15fd79..ee4083c9df3a 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.NullConstantProjection(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.14,1).sql
index 6227177b7f60..c4e92c86a657 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.14,2).sql
index 6227177b7f60..c4e92c86a657 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.OuterApplyJoinClassArray(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.14,1).sql
index 873b677d6be2..bd20100e9dec 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.14,2).sql
index dc57dc43cf8a..152a9f999bef 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.Projection(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StaticEnumerable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StaticEnumerable(PostgreSQL.14).sql
index 5791efb1df3f..60cf4faa0900 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StaticEnumerable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StaticEnumerable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -20,7 +20,7 @@ WHERE
v.item = p."PersonID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.14,1).sql
index d6f45ec3c6a8..65d6584c1150 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.14,2).sql
index d6f45ec3c6a8..65d6584c1150 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.StringSubQuery(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.14,1).sql
index cfd88548683e..4e5bcf2cca64 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -17,7 +17,7 @@ WHERE
t."Id" = r."Id" AND (t."Value" = r."Value" OR t."Value" IS NULL AND r."Value" IS NULL)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.14,2).sql
index c666028c9e2b..e40b29d56c9e 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.SubQuery(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -17,7 +17,7 @@ WHERE
t."Id" = r."Id" AND (t."Value" = r."Value" OR t."Value" IS NULL AND r."Value" IS NULL)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.14,1).sql
index 50c97f39deaa..dc5395e5d007 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TableToInsert"
@@ -11,7 +11,7 @@ FROM
WHERE
"TableToInsert"."Id" = r."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.14,2).sql
index f2662ec7ff00..d5c42d6b42a9 100644
--- a/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/EnumerableSourceTests/Tests.Linq.EnumerableSourceTests.UpdateTest(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TableToInsert"
@@ -11,7 +11,7 @@ FROM
WHERE
"TableToInsert"."Id" = r."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionTests/Tests.Linq.ExpressionTests.TestAsProperty(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionTests/Tests.Linq.ExpressionTests.TestAsProperty(PostgreSQL.14).sql
index 6734a4e24b84..1562b52e7520 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionTests/Tests.Linq.ExpressionTests.TestAsProperty(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionTests/Tests.Linq.ExpressionTests.TestAsProperty(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
10
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpression(PostgreSQL.14).sql
index 2b6f8d228576..af46898408e9 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpressionAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpressionAsync(PostgreSQL.14).sql
index dcaf8f27d957..5ebd1f638c68 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpressionAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationMethodExpressionAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest(PostgreSQL.14).sql
index 1e60fc5e62da..ff243290a9b3 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest2(PostgreSQL.14).sql
index 4c0123228381..2bb5328dd8e0 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.AssociationTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
gc."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.14,1).sql
index ebea030877ce..591ee8af7bb1 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 0
DECLARE @personId_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.14,2).sql
index ebea030877ce..591ee8af7bb1 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest1(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 0
DECLARE @personId_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest2(PostgreSQL.14).sql
index d33fc3eb3f21..0274777705d4 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ComparisonTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 0
DECLARE @personId_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerCrash(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerCrash(PostgreSQL.14).sql
index 897f40fe93b7..f8cc28e6233f 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerCrash(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerCrash(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerNoCrash(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerNoCrash(PostgreSQL.14).sql
index 897f40fe93b7..f8cc28e6233f 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerNoCrash(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ExpressionCompilerNoCrash(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2431Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2431Test(PostgreSQL.14).sql
index 41f64516a4b7..c0d1b2e57f52 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2431Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2431Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2434Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2434Test(PostgreSQL.14).sql
index 26b4a96cd943..b1ade47e3fc0 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2434Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue2434Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue3472Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue3472Test(PostgreSQL.14).sql
index 0576e7066526..55b7504fb03d 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue3472Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue3472Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue4613Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue4613Test(PostgreSQL.14).sql
index bfd207b32c95..e7a833b252e2 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue4613Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.Issue4613Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
contract."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest1(PostgreSQL.14).sql
index d58e203f3d4b..91e59fa22cb7 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest2(PostgreSQL.14).sql
index 7185b0dc16f9..cce76cb112f6 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.LeftJoinTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember1(PostgreSQL.14).sql
index fd0e52579212..208aa6002dd8 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember2(PostgreSQL.14).sql
index 12e5f0bca78d..16ff81909c75 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember3(PostgreSQL.14).sql
index 5d80ab6ef0d0..b9c4b192e04b 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MapMember3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 2
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression4(PostgreSQL.14).sql
index 67b7f15e1e91..0b00e5287f6c 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.14,1).sql
index c378380af56c..acef08e4b4b9 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.14,2).sql
index d9544e7ef9cb..6e1a62a752bf 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression5(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 2
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression6(PostgreSQL.14).sql
index d88f967dc10b..3e9137bc36d3 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression7(PostgreSQL.14).sql
index d9544e7ef9cb..6e1a62a752bf 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 2
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression8(PostgreSQL.14).sql
index 006e9d56f057..589e26f75300 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.MethodExpression8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest1(PostgreSQL.14).sql
index 3c77f04fd319..bd03751ab3c5 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest2(PostgreSQL.14).sql
index 356f38aeaaa5..a939899826c4 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.PredicateExpressionTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ToLowerInvariantTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ToLowerInvariantTest(PostgreSQL.14).sql
index c93d97bb8a8b..348c5a774759 100644
--- a/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ToLowerInvariantTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ExpressionsTests/Tests.Linq.ExpressionsTests.ToLowerInvariantTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Lower(p."Taxonomy")
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.ComplexRecordParametersMapping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.ComplexRecordParametersMapping(PostgreSQL.14).sql
index accf3a8ca66f..c269d7d35b09 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.ComplexRecordParametersMapping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.ComplexRecordParametersMapping(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert1(PostgreSQL.14).sql
index 3120738bb18b..b8796fb085e6 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert1(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1
DECLARE @ChildID Integer -- Int32
@@ -22,7 +22,7 @@ VALUES
:ChildID
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -31,7 +31,7 @@ FROM
WHERE
c_1."ChildID" = 1001
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert2(PostgreSQL.14).sql
index 2144f71773a5..a33209120922 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Insert2(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."PersonID")
FROM
"Person" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(2) -- String
@@ -30,7 +30,7 @@ VALUES
:Name_LastName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -44,7 +44,7 @@ WHERE
p."PersonID" > 4
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test2(PostgreSQL.14).sql
index 03c8e7bdd391..ef7f6fc5fd45 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -15,7 +15,7 @@ VALUES
:Name
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(5) -- String
@@ -32,7 +32,7 @@ VALUES
:Name
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Text Text(7) -- String
@@ -49,7 +49,7 @@ VALUES
:Text
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -61,7 +61,7 @@ FROM
ORDER BY
m_1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"tupledArg"."Id",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test3(PostgreSQL.14).sql
index 6cc112a570f1..75e8dfbde31d 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue1813Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -15,7 +15,7 @@ VALUES
:Name
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(5) -- String
@@ -32,7 +32,7 @@ VALUES
:Name
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Text Text(7) -- String
@@ -49,7 +49,7 @@ VALUES
:Text
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"tupledArg"."Id",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp1(PostgreSQL.14).sql
index 30ea67912937..187d4b9257b5 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp2(PostgreSQL.14).sql
index 30ea67912937..187d4b9257b5 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp3(PostgreSQL.14).sql
index 30ea67912937..187d4b9257b5 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3357_FSharp3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3699_Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3699_Test(PostgreSQL.14).sql
index 39cf6ff046b7..83b8df19764b 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3699_Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3699_Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test1(PostgreSQL.14).sql
index e44792ea1cad..ab1a16ee3da9 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"tupledArg"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test2(PostgreSQL.14).sql
index ddc21b388e9e..9c1305fce342 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.Issue3743Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadColumnOfDeeplyComplexPerson(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadColumnOfDeeplyComplexPerson(PostgreSQL.14).sql
index 13421d51383b..c4b2b4c22bee 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadColumnOfDeeplyComplexPerson(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadColumnOfDeeplyComplexPerson(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingle(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingle(PostgreSQL.14).sql
index 2f1b7d41e0e1..f2450ee6e6ff 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingle(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingle(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleCLIMutable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleCLIMutable(PostgreSQL.14).sql
index 91ff1d60300e..11721a80d7c9 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleCLIMutable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleCLIMutable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -15,7 +15,7 @@ WHERE
p."PersonID" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleComplexPerson(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleComplexPerson(PostgreSQL.14).sql
index 7ec820855f85..fbf2d6ee5332 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleComplexPerson(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleComplexPerson(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleDeeplyComplexPerson(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleDeeplyComplexPerson(PostgreSQL.14).sql
index 7ec820855f85..fbf2d6ee5332 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleDeeplyComplexPerson(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleDeeplyComplexPerson(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleWithOptions(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleWithOptions(PostgreSQL.14).sql
index 040fa2011c53..4a0c6ec7f6a4 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleWithOptions(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSingleWithOptions(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSinglesWithPatient(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSinglesWithPatient(PostgreSQL.14).sql
index 91ff1d60300e..11721a80d7c9 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSinglesWithPatient(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.LoadSinglesWithPatient(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -15,7 +15,7 @@ WHERE
p."PersonID" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordParametersMapping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordParametersMapping(PostgreSQL.14).sql
index 79f74b448c0d..96c8afd36f80 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordParametersMapping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordParametersMapping(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordProjectionAll(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordProjectionAll(PostgreSQL.14).sql
index f51a4c1e7c2e..804dfdb8636a 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordProjectionAll(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.RecordProjectionAll(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.SelectLeftJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.SelectLeftJoin(PostgreSQL.14).sql
index 2a123d76d51e..1067b78de1d9 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.SelectLeftJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.SelectLeftJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"Item1"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord1(PostgreSQL.14).sql
index acca1574c164..3d3faae18a99 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord2(PostgreSQL.14).sql
index e044060e0ca6..fc40d33c1827 100644
--- a/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FSharpTests/Tests.Linq.FSharpTests.UnionRecord2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.14,False).sql
index f318d9a87d71..5ba76b2fc4b1 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.value
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.14,True).sql
index f318d9a87d71..5ba76b2fc4b1 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test1(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.value
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.14,False).sql
index 6b661201c942..5f343756c0ed 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.14,True).sql
index 6b661201c942..5f343756c0ed 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.Issue3782Test2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQuery(PostgreSQL.14).sql
index 71dda5739ec7..bb54dc451c42 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQueryWithoutExplicitAlias(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQueryWithoutExplicitAlias(PostgreSQL.14).sql
index 5a1bf99d5f28..906c4ac16d28 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQueryWithoutExplicitAlias(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestBasicScalarQueryWithoutExplicitAlias(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.14,14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.14,14).sql
index f5c0a286ec96..4ae2165e49a7 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.14,14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.14,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.14,15).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.14,15).sql
index f8daae6c9745..93b1ac65551b 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.14,15).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable(PostgreSQL.14,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.14,14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.14,14).sql
index 4ed18644354c..80de0e9e0304 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.14,14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.14,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.14,15).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.14,15).sql
index bf93bb908304..0b37fc75c146 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.14,15).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattable2(PostgreSQL.14,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.14,14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.14,14).sql
index ebd00481718e..7313ab96e225 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.14,14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.14,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.14,15).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.14,15).sql
index 422924790087..b735a3ab6774 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.14,15).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr(PostgreSQL.14,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.14,14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.14,14).sql
index 2ed50ef6ad33..c5651eee4241 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.14,14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.14,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @endId Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.14,15).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.14,15).sql
index 65c8bb014800..cb85a48b39a5 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.14,15).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableInExpr2(PostgreSQL.14,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @endId Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.14,14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.14,14).sql
index 4ed18644354c..80de0e9e0304 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.14,14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.14,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.14,15).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.14,15).sql
index bf93bb908304..0b37fc75c146 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.14,15).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestFormattableSameParam(PostgreSQL.14,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,1,14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,1,14).sql
index 8f53d75d2ce1..b81c1160c3a0 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,1,14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,1,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -18,7 +18,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,1,15).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,1,15).sql
index 555ec1c6917a..6bf21a7d16aa 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,1,15).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,1,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -18,7 +18,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,2,14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,2,14).sql
index 8f53d75d2ce1..b81c1160c3a0 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,2,14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,2,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -18,7 +18,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,2,15).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,2,15).sql
index 555ec1c6917a..6bf21a7d16aa 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,2,15).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParameters(PostgreSQL.14,2,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -18,7 +18,7 @@ WHERE
ORDER BY
c_1.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.14,14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.14,14).sql
index 4010db5cfabe..57370404aa1b 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.14,14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.14,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 1
DECLARE @endId Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 1
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.14,15).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.14,15).sql
index b43388738c03..fd6dde736c02 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.14,15).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr(PostgreSQL.14,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 1
DECLARE @endId Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 1
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.14,14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.14,14).sql
index 322e006e1275..2b9cce878f68 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.14,14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.14,14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.14,15).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.14,15).sql
index 9f6d5e1e6b15..6395b2058fc9 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.14,15).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestParametersInExpr2(PostgreSQL.14,15).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Bigint -- Int64
SET @p = 5
DECLARE @p_1 Integer -- Int32
@@ -17,7 +17,7 @@ WHERE
ORDER BY
s.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @startId Integer -- Int32
SET @startId = 5
DECLARE @endId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestScalarSubquery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestScalarSubquery(PostgreSQL.14).sql
index 7b180a9e159c..ed00c515e2ba 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestScalarSubquery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestScalarSubquery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnest(PostgreSQL.14).sql
index c021b1a9210a..91478f794bc5 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s.value
diff --git a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnestFunction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnestFunction(PostgreSQL.14).sql
index 186dc2e6e4c9..e18de3551f72 100644
--- a/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnestFunction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FromSqlTests/Tests.Linq.FromSqlTests.TestUnnestFunction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s.value,
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNotNullTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNotNullTest(PostgreSQL.14).sql
index 4057ae0ea334..679405153ee6 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNotNullTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNotNullTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNullTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNullTest(PostgreSQL.14).sql
index 65e8929baba1..8ab376087ae4 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNullTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.AsNullTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between1(PostgreSQL.14).sql
index 41cd8055ebef..838befb46f43 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between2(PostgreSQL.14).sql
index 7e9e6056b1f0..68a842984b4b 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Between2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains1(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains2(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains3(PostgreSQL.14).sql
index 254dd5d989de..685759485d22 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 2
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains4(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains5(PostgreSQL.14).sql
index bb3fd6b556a2..48b4928fe8dc 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."ParentID" IN (1, 2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains6(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains7(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Contains7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsHashSet1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsHashSet1(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsHashSet1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsHashSet1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey1(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey2(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey21(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey21(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey21(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey21(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey22(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey22(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey22(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey22(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey31(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey31(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey31(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey31(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey32(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsKey32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsReadOnlySet(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsReadOnlySet(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsReadOnlySet(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsReadOnlySet(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString11(PostgreSQL.14).sql
index 7dc1b8e2b599..b73da31b84ee 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString12(PostgreSQL.14).sql
index 7dc1b8e2b599..b73da31b84ee 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString13(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString13(PostgreSQL.14).sql
index 7dc1b8e2b599..b73da31b84ee 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString13(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString13(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString21(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString21(PostgreSQL.14).sql
index 7dc1b8e2b599..b73da31b84ee 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString21(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString21(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString22(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString22(PostgreSQL.14).sql
index e97e8afc9ca3..8a050a5f3a1f 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString22(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString22(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nm Text(4) -- String
SET @nm = 'John'
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString23(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString23(PostgreSQL.14).sql
index 7dc1b8e2b599..b73da31b84ee 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString23(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsString23(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue1(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue2(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue21(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue21(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue21(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue21(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue31(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue31(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue31(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.ContainsValue31(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Count1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Count1(PostgreSQL.14).sql
index 27de1a7d06df..abd3ebd7d325 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Count1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Count1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomAggregate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomAggregate(PostgreSQL.14).sql
index 5b06e141dc0a..c313ee4a3a9d 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomAggregate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomAggregate(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(g_1."Value1"),
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomFunc(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomFunc(PostgreSQL.14).sql
index 8f2715a81b99..325c17a19af2 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomFunc(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.CustomFunc(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."LastName" || ', ' || p."FirstName"
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.EmptyContains1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.EmptyContains1(PostgreSQL.14).sql
index 8d7959a5da45..d6fcccbef1b9 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.EmptyContains1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.EmptyContains1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals1(PostgreSQL.14).sql
index 8d7959a5da45..d6fcccbef1b9 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals2(PostgreSQL.14).sql
index 492ba86f84be..e972df7ed8f5 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
DECLARE @ChildID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals3(PostgreSQL.14).sql
index f7d02df231d9..d36befd0fd2f 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Equals3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.GetValueOrDefault(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.GetValueOrDefault(PostgreSQL.14).sql
index fb05e277c1a4..54f99012d4ba 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.GetValueOrDefault(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.GetValueOrDefault(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.14).sql
new file mode 100644
index 000000000000..1b8daa8d66d8
--- /dev/null
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.14).sql
@@ -0,0 +1,9 @@
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
+
+SELECT
+ p."GuidValue"
+FROM
+ "LinqDataTypes" p
+WHERE
+ p."GuidValue" <> gen_random_uuid()
+
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.14).sql
new file mode 100644
index 000000000000..b9f63e9def4e
--- /dev/null
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.14).sql
@@ -0,0 +1,8 @@
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
+
+SELECT
+ gen_random_uuid()
+FROM
+ "LinqDataTypes" p
+LIMIT 1
+
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum1(PostgreSQL.14).sql
index 23b2be53ae4b..324097bfc3ca 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(t1."ParentID")
diff --git a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum2(PostgreSQL.14).sql
index 928543ff57ac..8dc286f04564 100644
--- a/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.Sum2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByCube(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByCube(PostgreSQL.14).sql
index 336a05c0b97f..1f88ae5b0b16 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByCube(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByCube(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
GROUPING(g_2."Id1"),
diff --git a/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSets(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSets(PostgreSQL.14).sql
index d43d231186d4..911c6bf56755 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSets(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSets(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
GROUPING(g_2."Id1"),
diff --git a/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving(PostgreSQL.14).sql
index f0b56e08562b..9cbdb8276f39 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Id1",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving2(PostgreSQL.14).sql
index 67c5150dd1b2..d63a92f1c076 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByGroupingSetsHaving2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Id1",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollup(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollup(PostgreSQL.14).sql
index 09d23926c112..304bd4597c9b 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollup(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollup(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Id1",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollupGrouping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollupGrouping(PostgreSQL.14).sql
index 078cfb86398a..8ff26be4e526 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollupGrouping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByExtensionsTests/Tests.Linq.GroupByExtensionsTests.GroupByRollupGrouping(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
GROUPING(g_2."Id1"),
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AggregateAssociation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AggregateAssociation(PostgreSQL.14).sql
index b31f08ded877..94522f851e34 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AggregateAssociation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AggregateAssociation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(Coalesce("a_Parent"."Value1", 0))
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates1(PostgreSQL.14).sql
index 7b7800bdfb5c..0708f787d05b 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*),
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates2(PostgreSQL.14).sql
index 2219ff2e5a9f..4fede524b393 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(g_1."ChildID"),
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates3(PostgreSQL.14).sql
index c7ccf32f36ce..96f1877322c7 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" > 30),
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates4(PostgreSQL.14).sql
index 0448204cfb3c..a567a7f39cf1 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" > 30),
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates5(PostgreSQL.14).sql
index 3ead3a23429c..8f65effb9bc8 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Aggregates5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" > 30),
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average1(PostgreSQL.14).sql
index 67ab545e5907..bc7605d72ce6 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
AVG(t1."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average2(PostgreSQL.14).sql
index 70a34776a389..5dfdcd3b1703 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Average2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
AVG(c_1."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AverageInGroup(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AverageInGroup(PostgreSQL.14).sql
index 694d8a2d9199..3325bfdcae15 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AverageInGroup(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.AverageInGroup(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."GroupId",
@@ -16,7 +16,7 @@ WHERE
GROUP BY
g_1."GroupId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.ByJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.ByJoin(PostgreSQL.14).sql
index ce452e414da7..ddcbebf65a0d 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.ByJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.ByJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(c2."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CalcMember(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CalcMember(PostgreSQL.14).sql
index 4f44d791240b..d6dbcbdc74c1 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CalcMember(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CalcMember(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"groupedData_1"."Key_1",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated1(PostgreSQL.14).sql
index eacca824f3f2..311403b8dda9 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -25,7 +25,7 @@ FROM
ELSE '3'
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated2(PostgreSQL.14).sql
index c477224a35f4..bf5418d8bc0e 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Calculated2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p.c1
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy1(PostgreSQL.14).sql
index a19af7577628..f35e2076a7e4 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy2(PostgreSQL.14).sql
index 9cb009571185..8dd669b8530e 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy3(PostgreSQL.14).sql
index dfcacdc3c862..32830d9a34ed 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountGroupBy3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountInGroup(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountInGroup(PostgreSQL.14).sql
index 76ec257db749..7bee23eb26b7 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountInGroup(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.CountInGroup(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."GroupId",
@@ -19,7 +19,7 @@ WHERE
GROUP BY
t."GroupId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy1(PostgreSQL.14).sql
index 21688e321437..7020fe282179 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy2(PostgreSQL.14).sql
index 21688e321437..7020fe282179 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.DoubleGroupBy2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.EmptySetAggregateNullability(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.EmptySetAggregateNullability(PostgreSQL.14).sql
index 9fcf343ad038..5957baea8bbc 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.EmptySetAggregateNullability(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.EmptySetAggregateNullability(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -14,7 +14,7 @@ FROM
WHERE
t1."Min_1" <> 0 OR t1."Min_1" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -30,7 +30,7 @@ FROM
WHERE
t1."Max_1" <> 0 OR t1."Max_1" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -46,7 +46,7 @@ FROM
WHERE
t1."Avg_1" <> 0 OR t1."Avg_1" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -62,7 +62,7 @@ FROM
WHERE
t1."Sum_1" <> 0 OR t1."Sum_1" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.FirstGroupBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.FirstGroupBy(PostgreSQL.14).sql
index 197c417f2511..4864a65cef21 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.FirstGroupBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.FirstGroupBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy1(PostgreSQL.14).sql
index 46bc8cd253b3..73bf2f85fb3a 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_2."Key_1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy2(PostgreSQL.14).sql
index 5962be257dde..508b0e99528c 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
gr_1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy3(PostgreSQL.14).sql
index ec619e5beb7b..86f85ebe6a7c 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupBy3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
gr_1."Key_1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate1(PostgreSQL.14).sql
index 2fab34aa4d7c..3c8814571355 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate11(PostgreSQL.14).sql
index de08f1cea43d..43fee23dc93d 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate12(PostgreSQL.14).sql
index 2fab34aa4d7c..3c8814571355 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate3(PostgreSQL.14).sql
index 2cd6430031a6..ddd2c3f2e997 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAggregate3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1(PostgreSQL.14).sql
index f5095ebf32ac..7a68920df2b9 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation101(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation101(PostgreSQL.14).sql
index 731aa3df3bd5..a553ba95d65d 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation101(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation101(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation102(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation102(PostgreSQL.14).sql
index 8be3eb2b24fc..08e3345e4b7c 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation102(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation102(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1022(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1022(PostgreSQL.14).sql
index 59b02137e606..42701ebf5717 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1022(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1022(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1023(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1023(PostgreSQL.14).sql
index 7663f388af84..a01cea9d0f41 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1023(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1023(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1024(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1024(PostgreSQL.14).sql
index d04ebd181718..3dc2af728c8d 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1024(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation1024(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation2(PostgreSQL.14).sql
index a79abb4865c6..2e519ca92634 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByAssociation2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstants(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstants(PostgreSQL.14).sql
index 5a48136bf343..f69b5042043e 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstants(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstants(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."ChildId",
@@ -16,7 +16,7 @@ GROUP BY
g_2."ChildId",
g_2."ParentId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstantsEmpty(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstantsEmpty(PostgreSQL.14).sql
index 25a2fa203412..8addd14128cd 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstantsEmpty(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByConstantsEmpty(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."ChildId",
@@ -18,7 +18,7 @@ GROUP BY
g_2."ChildId",
g_2."ParentId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCount(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCount(PostgreSQL.14).sql
index 1c8b38751942..f3c131d11fd5 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCount(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCount(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity1(PostgreSQL.14).sql
index f19379c31b0e..21593fe7e174 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity2(PostgreSQL.14).sql
index f19379c31b0e..21593fe7e174 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByCustomEntity2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate1(PostgreSQL.14).sql
index 8801c727bfea..e5b96b22dc72 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(grp_1."MoneyValue"),
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate2(PostgreSQL.14).sql
index 8801c727bfea..e5b96b22dc72 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(grp_1."MoneyValue"),
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate3(PostgreSQL.14).sql
index 48a320f9dafe..0fe763b50fcb 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByDate3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(grp_1."MoneyValue"),
@@ -15,7 +15,7 @@ FROM
GROUP BY
grp_1."Date_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(grp_1."MoneyValue"),
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression(PostgreSQL.14).sql
index 64d1ecb2e47e..0c0289916a08 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @defValue Integer -- Int32
SET @defValue = 10
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression2(PostgreSQL.14).sql
index 2efadb507686..e111b39cea6c 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByExpression2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByMax(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByMax(PostgreSQL.14).sql
index 2fa5f40c91ee..ee74aae6b8e5 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByMax(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByMax(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ParentID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByNone(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByNone(PostgreSQL.14).sql
index da08dfa1e7f1..8a31f809a871 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByNone(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByNone(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MIN(gr."ParentID"),
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByWithSubquery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByWithSubquery(PostgreSQL.14).sql
index da52151791c6..5556e046f216 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByWithSubquery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupByWithSubquery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."Key_1",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest1(PostgreSQL.14).sql
index ee0dd0cd2bd6..13ab1a6ea074 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pmp1."ChildID"
@@ -13,7 +13,7 @@ FROM
) pmp
CROSS JOIN "Child" pmp1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest2(PostgreSQL.14).sql
index d7d7ef4b8d9b..7be1fd6e1217 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pmp1."ChildID"
@@ -13,7 +13,7 @@ FROM
pmp."ParentID"
) pmp_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest3(PostgreSQL.14).sql
index 646c4dda41b9..881f34a76426 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.GroupSubqueryTest3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pmp."ParentID"
@@ -7,7 +7,7 @@ FROM
GROUP BY
pmp."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InnerQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InnerQuery(PostgreSQL.14).sql
index 2c7b7f15d42d..6ab16bf5cd09 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InnerQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InnerQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Taxonomy"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InsertFirstFromGroup(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InsertFirstFromGroup(PostgreSQL.14).sql
index 8aac1955782b..dcd152825891 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InsertFirstFromGroup(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.InsertFirstFromGroup(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE temp_table_1
(
@@ -8,7 +8,7 @@ CREATE TABLE temp_table_1
CONSTRAINT "PK_temp_table_1" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table_1
(
@@ -18,7 +18,7 @@ INSERT INTO temp_table_1
VALUES
(1,'Value')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE temp_table_2
(
@@ -27,7 +27,7 @@ CREATE TABLE temp_table_2
CONSTRAINT "PK_temp_table_2" PRIMARY KEY ("Value")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table_2
(
@@ -54,11 +54,11 @@ FROM
LIMIT 1
) t1 ON 1=1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table_2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table_1
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1078Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1078Test(PostgreSQL.14).sql
index 78a5a0cb37a4..3b20f020400e 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1078Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1078Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
grp."SiteID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1198Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1198Test(PostgreSQL.14).sql
index 3c1f0f4c3351..f7c9c9294146 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1198Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue1198Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE t."Status" = 3)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test1(PostgreSQL.14).sql
index 1afc8cb5245e..b234519182c1 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -10,7 +10,7 @@ SELECT
FROM
"Person" m_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
@@ -19,7 +19,7 @@ FROM
GROUP BY
t1."PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -31,7 +31,7 @@ SELECT
FROM
"Person" m_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test2(PostgreSQL.14).sql
index 1afc8cb5245e..b234519182c1 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -10,7 +10,7 @@ SELECT
FROM
"Person" m_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
@@ -19,7 +19,7 @@ FROM
GROUP BY
t1."PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -31,7 +31,7 @@ SELECT
FROM
"Person" m_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test3(PostgreSQL.14).sql
index 1afc8cb5245e..b234519182c1 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2306Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -10,7 +10,7 @@ SELECT
FROM
"Person" m_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
@@ -19,7 +19,7 @@ FROM
GROUP BY
t1."PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -31,7 +31,7 @@ SELECT
FROM
"Person" m_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2821Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2821Test(PostgreSQL.14).sql
index b11f46ff7760..6c509eae0cab 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2821Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue2821Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @currentDate Timestamp -- DateTime2
SET @currentDate = '2020-02-29 17:54:55.123'::timestamp
DECLARE @currentDate_1 Timestamp -- DateTime2
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test1(PostgreSQL.14).sql
index e59f386fa583..89e84a72b57d 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(COUNT(*)::text || ' items have not been processed, e.g. #' || Coalesce(MIN(g_1."PersonID")::text, '')) || '.'
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test2(PostgreSQL.14).sql
index 76aaf284f771..29b676984eb3 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3250Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(COUNT(*)::text || ' items have not been processed, e.g. #' || MIN(s."PersonID")::text) || '.'
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test1(PostgreSQL.14).sql
index 231f71972b4f..101cd92da18d 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
gr."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test2(PostgreSQL.14).sql
index 231f71972b4f..101cd92da18d 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3486Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
gr."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3668Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3668Test(PostgreSQL.14).sql
index b1b55c8a37f7..eeb4e739ce63 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3668Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3668Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
DECLARE @name Text(4) -- String
@@ -17,7 +17,7 @@ WHERE
m_1."PersonID" = :id AND m_1."LastName" <> :name OR
m_1."FirstName" <> :name AND m_1."PersonID" - 1 = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
DECLARE @name Text(4) -- String
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test1(PostgreSQL.14).sql
index b5a00db9fa04..2160416c2019 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Year_1",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test2(PostgreSQL.14).sql
index 41764eaf4888..21f6e0d918ef 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3761Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Year_1",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3872(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3872(PostgreSQL.14).sql
index eae0c1ab48a4..07508e50a85c 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3872(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue3872(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(r."PersonID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098(PostgreSQL.14).sql
index 02edcd7d0b8f..107486be0845 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ip."InvestorId",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098WithCte(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098WithCte(PostgreSQL.14).sql
index 1c43c10ed594..4d97237437a5 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098WithCte(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4098WithCte(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("InvestorId", "SecurityClass", "Units")
AS
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4349Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4349Test(PostgreSQL.14).sql
index 017f11274dd9..602d7de51dc7 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4349Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue4349Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."A",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test1(PostgreSQL.14).sql
index 2d4585125be2..fbb27fbce75f 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @input Text(6) -- String
SET @input = '%test%'
@@ -12,7 +12,7 @@ FROM
WHERE
Lower(m_1."FirstName") LIKE :input ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @input Text(6) -- String
SET @input = '%test%'
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test2(PostgreSQL.14).sql
index e5670582954d..7ebd46b34819 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue434Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."PersonID",
@@ -10,7 +10,7 @@ FROM
WHERE
Lower(m_1."FirstName") LIKE '%test%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue5070Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue5070Test(PostgreSQL.14).sql
index 7052616628c1..62185b6eef60 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue5070Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue5070Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t_1."FinalCustomerId",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue672Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue672Test(PostgreSQL.14).sql
index 182f452c02b5..df2eca29abe8 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue672Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue672Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(6) -- String
SET @Name = 'group1'
DECLARE @Enabled Boolean
@@ -19,7 +19,7 @@ VALUES
:ImageFullUrl
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(6) -- String
SET @Name = 'group1'
DECLARE @Enabled Boolean
@@ -40,7 +40,7 @@ VALUES
:ImageFullUrl
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(6) -- String
SET @Name = 'group2'
DECLARE @Enabled Boolean
@@ -61,7 +61,7 @@ VALUES
:ImageFullUrl
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue680Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue680Test(PostgreSQL.14).sql
index 2beef6d32472..34278e53cbde 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue680Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue680Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."TimeStamp" > '2020-02-29 17:54:55.123'::timestamp)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue913Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue913Test(PostgreSQL.14).sql
index 48d72fe3c76f..82a812a79372 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue913Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue913Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2.cond,
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.IssueGroupByNonTableColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.IssueGroupByNonTableColumn(PostgreSQL.14).sql
index 4c34bdb15610..acc10c5b6e3c 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.IssueGroupByNonTableColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.IssueGroupByNonTableColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_FilterByOrderedGroupBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_FilterByOrderedGroupBy(PostgreSQL.14).sql
index 2dba3eebadce..5661544362ed 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_FilterByOrderedGroupBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_FilterByOrderedGroupBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
@@ -23,7 +23,7 @@ WHERE
) t1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_HavingConditionTranslation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_HavingConditionTranslation(PostgreSQL.14).sql
index df24656ce1ba..dffda9404206 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_HavingConditionTranslation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_HavingConditionTranslation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."MiddleName",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_PlaceholderDuplicate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_PlaceholderDuplicate(PostgreSQL.14).sql
index 1af5d3e6e1dc..78bc9eee3eab 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_PlaceholderDuplicate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_PlaceholderDuplicate(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 100
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_UnusedColumnsElimination(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_UnusedColumnsElimination(PostgreSQL.14).sql
index 277e0ae3bc0c..39a4977172be 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_UnusedColumnsElimination(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Issue_UnusedColumnsElimination(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy1(PostgreSQL.14).sql
index ed16ab57e6c0..1c6451c8aac6 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy2(PostgreSQL.14).sql
index 3c25d502808d..1c9903d83c01 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinGroupBy2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinMax(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinMax(PostgreSQL.14).sql
index 59bbf7b381ea..915806e80e9f 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinMax(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.JoinMax(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max1(PostgreSQL.14).sql
index 2231c6940c0e..b74670b3a3e1 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max11(PostgreSQL.14).sql
index c6d5f9f368e2..49cd3645585d 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(CASE
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max12(PostgreSQL.14).sql
index c6d5f9f368e2..49cd3645585d 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(CASE
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max2(PostgreSQL.14).sql
index 9ca6c12106ca..38cc5a818f68 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(p."ParentID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max3(PostgreSQL.14).sql
index dcfe6c197eb6..ff2394f5eedb 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(c_1."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max4(PostgreSQL.14).sql
index 072b5f2a3ecd..d546d4876979 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Max4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1_1."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MaxInGroup(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MaxInGroup(PostgreSQL.14).sql
index 046714d29850..7b4ea91c3bbe 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MaxInGroup(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MaxInGroup(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."GroupId",
@@ -14,7 +14,7 @@ FROM
GROUP BY
g_1."GroupId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit1(PostgreSQL.14).sql
index 831bc4ee24ad..67e05fe4ffcf 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit2(PostgreSQL.14).sql
index 2fb683293397..9367e456bd35 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit3(PostgreSQL.14).sql
index 2fb683293397..9367e456bd35 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MemberInit3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min1(PostgreSQL.14).sql
index d22a62df30d3..b11811934dd1 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MIN(t1."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min2(PostgreSQL.14).sql
index a013f1772cef..a5654f2ea0ec 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Min2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MIN(c_1."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MinInGroup(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MinInGroup(PostgreSQL.14).sql
index c9fdd401b543..fa48e51b7d7d 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MinInGroup(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.MinInGroup(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."GroupId",
@@ -14,7 +14,7 @@ FROM
GROUP BY
g_1."GroupId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.OrderByGroupBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.OrderByGroupBy(PostgreSQL.14).sql
index bac91af6e4da..edcd0541f2e8 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.OrderByGroupBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.OrderByGroupBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c2."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar1(PostgreSQL.14).sql
index 6070bc6d9ced..aa1d7166a4ee 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar10(PostgreSQL.14).sql
index ba0f20ec4cc0..80b2a53af999 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" < 30 AND g_1."ChildID" >= 20)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar101(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar101(PostgreSQL.14).sql
index aa3b95b677b3..ca6a1bf07f24 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar101(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar101(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar2(PostgreSQL.14).sql
index 0855f1cf8660..9d086f95cac3 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ChildID"),
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar3(PostgreSQL.14).sql
index 21f61d419acb..49e795537cf6 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ChildID") FILTER (WHERE g_1."ChildID" > 0)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar4(PostgreSQL.14).sql
index 3349a8e77fb2..11bcd366c722 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Min_2"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar41(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar41(PostgreSQL.14).sql
index ec4e537cf961..5cba6a44b11e 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar41(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar41(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Min_1"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar5(PostgreSQL.14).sql
index 0d79065d39e1..b094d44729ce 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ParentID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar6(PostgreSQL.14).sql
index b4567bb72c70..61e137b86d39 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ChildID") FILTER (WHERE g_1."ParentID" < 3)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar7(PostgreSQL.14).sql
index f4000fa5de88..b3dca975135f 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(id."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar8(PostgreSQL.14).sql
index f4000fa5de88..b3dca975135f 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(id."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar9(PostgreSQL.14).sql
index 4db4d829b7ee..07b9ffb6f884 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Scalar9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*) FILTER (WHERE g_1."ChildID" < 30)
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMany(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMany(PostgreSQL.14).sql
index 68b369001e34..932ce14d4776 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMany(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMany(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMax(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMax(PostgreSQL.14).sql
index 6070bc6d9ced..aa1d7166a4ee 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMax(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SelectMax(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple1(PostgreSQL.14).sql
index f181b6972a28..7cb3e4edf2b0 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."Key_1" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple10(PostgreSQL.14).sql
index 60607e5f386e..a80afaa48aba 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."Key_1" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple11(PostgreSQL.14).sql
index 46f1de81a998..94cb441778cc 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "GrandChild" d ON (m_1."ParentID" = d."ParentID" + 1 OR m_1."ParentID" IS NULL AND d."ParentID" IS NULL) AND (m_1."ChildID" = d."ChildID" OR m_1."ChildID" IS NULL AND d."ChildID" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple12(PostgreSQL.14).sql
index d976fd604d68..6615077d13a1 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."ChildID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple13(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple13(PostgreSQL.14).sql
index d976fd604d68..6615077d13a1 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple13(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple13(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."ChildID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple14(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple14(PostgreSQL.14).sql
index 2fa0e51993a0..0a59972a2dec 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple14(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple14(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -19,7 +19,7 @@ FROM
d."ParentID"
) d_1 ON m_1."ParentID" = d_1."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple2(PostgreSQL.14).sql
index 060a67b9dc10..0d7fa4b18785 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "GrandChild" d ON (m_1."ParentID" = d."ParentID" OR m_1."ParentID" IS NULL AND d."ParentID" IS NULL) AND (m_1."ChildID" = d."ChildID" OR m_1."ChildID" IS NULL AND d."ChildID" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple3(PostgreSQL.14).sql
index 831bc4ee24ad..67e05fe4ffcf 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple4(PostgreSQL.14).sql
index 1522ae653ca3..592ada852a1b 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple5(PostgreSQL.14).sql
index be452cd626ec..b4db4521b4e8 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple6(PostgreSQL.14).sql
index f68cdaa69d14..59a85a5d2617 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "GrandChild" d ON (m_1."ParentID" = d."ParentID" OR m_1."ParentID" IS NULL AND d."ParentID" IS NULL) AND (m_1."ChildID" = d."ChildID" OR m_1."ChildID" IS NULL AND d."ChildID" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple7(PostgreSQL.14).sql
index 0b4df64e2f79..8a9e7cb0a7f4 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
gr."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple8(PostgreSQL.14).sql
index 7f5befc26115..2dae7accd84a 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple9(PostgreSQL.14).sql
index 7f5befc26115..2dae7accd84a 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Simple9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery1(PostgreSQL.14).sql
index 770178f04069..26fe34cf7942 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery2(PostgreSQL.14).sql
index 94adac5704be..0764b9ef6c6c 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery3(PostgreSQL.14).sql
index d31435c747db..8777999becd2 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery31(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery31(PostgreSQL.14).sql
index d31435c747db..8777999becd2 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery31(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery31(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery32(PostgreSQL.14).sql
index d31435c747db..8777999becd2 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery4(PostgreSQL.14).sql
index 9b7bc875a244..362dd33ee2f0 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2.n,
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery5(PostgreSQL.14).sql
index f839f3bf81a4..e93990f0d7f6 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(g_1."ParentID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery6(PostgreSQL.14).sql
index 97181a80380f..211086a30b3b 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery7(PostgreSQL.14).sql
index 711c53e1e557..b201a4412791 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SubQuery7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID"
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum1(PostgreSQL.14).sql
index a91ceac9109e..9cea66b1df3a 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(g_1."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum2(PostgreSQL.14).sql
index a91ceac9109e..9cea66b1df3a 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
SUM(g_1."ChildID")
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum3(PostgreSQL.14).sql
index 4a6336228bcf..69a863e08c48 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.Sum3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumInGroup(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumInGroup(PostgreSQL.14).sql
index 0379388fa203..20daaa962d9b 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumInGroup(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumInGroup(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."GroupId",
@@ -14,7 +14,7 @@ FROM
GROUP BY
g_1."GroupId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumSubQuery1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumSubQuery1(PostgreSQL.14).sql
index e6dbce0ee67b..5ed658519df5 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumSubQuery1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.SumSubQuery1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256AnonymousClass(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256AnonymousClass(PostgreSQL.14).sql
index cdb022908021..9f115f5f6785 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256AnonymousClass(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256AnonymousClass(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
it_1."IsActive",
@@ -15,7 +15,7 @@ GROUP BY
it_1."IsActive",
it_1."Other"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256Class(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256Class(PostgreSQL.14).sql
index cdb022908021..9f115f5f6785 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256Class(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256Class(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
it_1."IsActive",
@@ -15,7 +15,7 @@ GROUP BY
it_1."IsActive",
it_1."Other"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256ClassNullableFlag(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256ClassNullableFlag(PostgreSQL.14).sql
index cdb022908021..9f115f5f6785 100644
--- a/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256ClassNullableFlag(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GroupByTests/Tests.Linq.GroupByTests.TestIssue4256ClassNullableFlag(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
it_1."IsActive",
@@ -15,7 +15,7 @@ GROUP BY
it_1."IsActive",
it_1."Other"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToString(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToString(PostgreSQL.14).sql
index 14f76dca1bfd..1a61931a44d8 100644
--- a/PostgreSQL.14/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToString(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToString(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id"::VarChar(36)
@@ -6,7 +6,7 @@ FROM
"TableWithGuid" t
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -16,7 +16,7 @@ FROM
WHERE
t."Id"::VarChar(36) LIKE '%63d-0f%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -26,7 +26,7 @@ FROM
WHERE
t."Id"::VarChar(36) LIKE 'bc7b6%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -36,7 +36,7 @@ FROM
WHERE
t."Id"::VarChar(36) LIKE '%8f4-53%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToStringIsNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToStringIsNull(PostgreSQL.14).sql
index a5fc484c04dc..8a4cec07873b 100644
--- a/PostgreSQL.14/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToStringIsNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/GuidTests/Tests.Linq.GuidTests.GuidToStringIsNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Guid1 Uuid -- Guid
SET @Guid1 = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
diff --git a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Latin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Latin(PostgreSQL.14).sql
index 96878ccaf636..2e7a2ffd5864 100644
--- a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Latin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Latin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcd."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Localized(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Localized(PostgreSQL.14).sql
index 9c5413253941..d1c933300002 100644
--- a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Localized(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestAliasLengthName_Localized(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
z."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,1p).sql b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,1p).sql
index 473f2afd2a7c..ed84d7400bb2 100644
--- a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,1p).sql
+++ b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,1p).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,Test-Name).sql b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,Test-Name).sql
index e2863d6d99b8..c51c422c0c45 100644
--- a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,Test-Name).sql
+++ b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,Test-Name).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @TestName Integer -- Int32
SET @TestName = 2
diff --git "a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,Test\320\230\320\274\321\217).sql" "b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,Test\320\230\320\274\321\217).sql"
index b3cf2fea21b7..9fb979bbd941 100644
--- "a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,Test\320\230\320\274\321\217).sql"
+++ "b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,Test\320\230\320\274\321\217).sql"
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Test Integer -- Int32
SET @Test = 2
diff --git a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,_p).sql b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,_p).sql
index b446cbaa4f65..8311040efd0d 100644
--- a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,_p).sql
+++ b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,_p).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,from).sql b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,from).sql
index e5a8eee76912..3668f6ec6fc7 100644
--- a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,from).sql
+++ b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,from).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @from Integer -- Int32
SET @from = 2
diff --git a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,p_p).sql b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,p_p).sql
index b76fe845bfe2..67d6740c58ef 100644
--- a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,p_p).sql
+++ b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterCharactersTrimming(PostgreSQL.14,p_p).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p_p Integer -- Int32
SET @p_p = 2
diff --git a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLength(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLength(PostgreSQL.14).sql
index 2058d54f55be..7bdf74701742 100644
--- a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLength(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLength(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @A123456789b123456789c123456789d123456789e123456789 Integer -- Int32
SET @A123456789b123456789c123456789d123456789e123456789 = 2
diff --git a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Latin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Latin(PostgreSQL.14).sql
index a92ad38b0840..3117f639aa44 100644
--- a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Latin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Latin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @abcdefghijabcdefghijabcdefghijabcdefghijabcdefghij Integer -- Int32
SET @abcdefghijabcdefghijabcdefghijabcdefghijabcdefghij = 1
diff --git a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Localized(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Localized(PostgreSQL.14).sql
index 5d899f27e589..1660807c2d09 100644
--- a/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Localized(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IdentifierTests/Tests.Linq.IdentifierTests.TestParameterLengthName_Localized(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,False,False).sql
index 96eafc37fcbb..a200c040b91c 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
@@ -15,7 +15,7 @@ WHERE
"Child" c_1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,False,True).sql
index 96eafc37fcbb..a200c040b91c 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
@@ -15,7 +15,7 @@ WHERE
"Child" c_1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,True,False).sql
index e6d0bf5911c2..48770dabd67c 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
@@ -17,7 +17,7 @@ WHERE
p."ParentID" + :n = c_1."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -25,7 +25,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,True,True).sql
index e6d0bf5911c2..48770dabd67c 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsExprTest(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
@@ -17,7 +17,7 @@ WHERE
p."ParentID" + :n = c_1."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -25,7 +25,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.14,False).sql
index ea326f532895..304933a64a56 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.14,True).sql
index ea326f532895..304933a64a56 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsNullTest(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,False,False).sql
index 619663f416e3..0fd552194742 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,False,True).sql
index 619663f416e3..0fd552194742 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,True,False).sql
index a148c935b923..b6f1673fe7c6 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,True,True).sql
index a148c935b923..b6f1673fe7c6 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ContainsTest(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,False,False).sql
index d0fa3826a440..a79039c428cc 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -13,7 +13,7 @@ WHERE
"Parent" p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,False,True).sql
index d0fa3826a440..a79039c428cc 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -13,7 +13,7 @@ WHERE
"Parent" p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,True,False).sql
index 5237a2b93722..7f09837f0e40 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
1 = p."Value1"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,True,True).sql
index 5237a2b93722..7f09837f0e40 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InConstTest(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
1 = p."Value1"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,False,False).sql
index f50b60c2a936..b5063d46fb54 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -13,7 +13,7 @@ WHERE
"Parent" p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -21,7 +21,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,False,True).sql
index f50b60c2a936..b5063d46fb54 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -13,7 +13,7 @@ WHERE
"Parent" p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -21,7 +21,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,True,False).sql
index 98f8bb54c9f9..7d5c31d23b17 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
c_1."ParentID" = p."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,True,True).sql
index 98f8bb54c9f9..7d5c31d23b17 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
c_1."ParentID" = p."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,False,False).sql
index 1ca49fdf338a..e9672a9c0855 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -16,7 +16,7 @@ WHERE
c_1."ParentID" = p."Value1"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -25,7 +25,7 @@ SELECT
FROM
"GrandChild" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,False,True).sql
index 6e8a3861f5da..481e3dad6744 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -16,7 +16,7 @@ WHERE
c_1."ParentID" = p."Value1" OR c_1."ParentID" IS NULL AND p."Value1" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -25,7 +25,7 @@ SELECT
FROM
"GrandChild" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,True,False).sql
index 1ca49fdf338a..e9672a9c0855 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -16,7 +16,7 @@ WHERE
c_1."ParentID" = p."Value1"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -25,7 +25,7 @@ SELECT
FROM
"GrandChild" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,True,True).sql
index 6e8a3861f5da..481e3dad6744 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InTest2(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -16,7 +16,7 @@ WHERE
c_1."ParentID" = p."Value1" OR c_1."ParentID" IS NULL AND p."Value1" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -25,7 +25,7 @@ SELECT
FROM
"GrandChild" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,False,False).sql
index 0f3d7cfdb737..6beaed4048f5 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -19,7 +19,7 @@ WHERE
) t1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -27,7 +27,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,False,True).sql
index 0f3d7cfdb737..6beaed4048f5 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -19,7 +19,7 @@ WHERE
) t1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -27,7 +27,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,True,False).sql
index 5eaedec6d1ef..998043cf5c9c 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -21,7 +21,7 @@ WHERE
c_1."ParentID" = t1."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -29,7 +29,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,True,True).sql
index 5eaedec6d1ef..998043cf5c9c 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.InWithTakeTest(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -21,7 +21,7 @@ WHERE
c_1."ParentID" = t1."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -29,7 +29,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,False,False).sql
index cf54498bc83a..9d3c121f969a 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -13,7 +13,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -21,7 +21,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,False,True).sql
index cf54498bc83a..9d3c121f969a 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -13,7 +13,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -21,7 +21,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,True,False).sql
index 5d905bb04660..a19bbcd1e116 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -15,7 +15,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,True,True).sql
index 5d905bb04660..a19bbcd1e116 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_NotNull_Test(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -15,7 +15,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,False,False).sql
index 76d3d6e55f3f..ff8fdef8c141 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -13,7 +13,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -21,7 +21,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,False,True).sql
index 76d3d6e55f3f..ff8fdef8c141 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -13,7 +13,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -21,7 +21,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,True,False).sql
index 238e5eb2dc65..888a29dc630e 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -15,7 +15,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,True,True).sql
index 238e5eb2dc65..888a29dc630e 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_In_Null_Test(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -15,7 +15,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,False,False).sql
index cd512fbf76d2..e2fddc936fba 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -15,7 +15,7 @@ WHERE
ORDER BY
t."PK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,False,True).sql
index cd512fbf76d2..e2fddc936fba 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -15,7 +15,7 @@ WHERE
ORDER BY
t."PK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,True,False).sql
index d1250afa6c44..5fbfa2ecf78a 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -17,7 +17,7 @@ WHERE
ORDER BY
t."PK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,True,True).sql
index d1250afa6c44..5fbfa2ecf78a 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.NotNull_NotIn_NotNull_Test(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -17,7 +17,7 @@ WHERE
ORDER BY
t."PK"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,False,False).sql
index 96b6a3a86632..9c4a55b833eb 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -14,7 +14,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,False,True).sql
index 96b6a3a86632..9c4a55b833eb 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -14,7 +14,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,True,False).sql
index 1a1a3198e3bd..c77ea1cba425 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,True,True).sql
index 1a1a3198e3bd..c77ea1cba425 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_NotNull_Test(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Aggregation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Aggregation(PostgreSQL.14).sql
index 78ac994762ac..bb405b880f8f 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Aggregation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Aggregation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -23,7 +23,7 @@ WHERE
t."ID" = t1."In_1" OR t."ID" IS NULL AND t1."In_1" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -32,7 +32,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,False,False).sql
index 5b9fb0227c60..3f16a179a51d 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,False,True).sql
index 97032f902bf5..292b75efdec9 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,True,False).sql
index 5b9fb0227c60..3f16a179a51d 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,True,True).sql
index 97032f902bf5..292b75efdec9 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test1(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,False,False).sql
index 5b9fb0227c60..3f16a179a51d 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,False,True).sql
index 97032f902bf5..292b75efdec9 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,True,False).sql
index 5b9fb0227c60..3f16a179a51d 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,True,True).sql
index 97032f902bf5..292b75efdec9 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test2(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,False,False).sql
index 35daabbbb08d..027896ab1793 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,False,True).sql
index 97032f902bf5..292b75efdec9 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,True,False).sql
index 35daabbbb08d..027896ab1793 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,True,True).sql
index 97032f902bf5..292b75efdec9 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_In_Null_Test3(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,False,False).sql
index af8c348ee6cf..ec982a301247 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -14,7 +14,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,False,True).sql
index af8c348ee6cf..ec982a301247 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -14,7 +14,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,True,False).sql
index d498ca332578..af9cba661df7 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,True,True).sql
index 28e9928373d9..63211ca9f5cb 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test1(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,False,False).sql
index 4c3539eb3155..d15e6709c144 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -14,7 +14,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,False,True).sql
index af8c348ee6cf..ec982a301247 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -14,7 +14,7 @@ WHERE
test_in_2 p
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -23,7 +23,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,True,False).sql
index d85ce384d457..9d98cc4a1ebc 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,True,True).sql
index d498ca332578..af9cba661df7 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_NotNull_Test2(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,False,False).sql
index c4b1322e1199..0338b2aee93e 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,False,True).sql
index 1325ad03b6f2..1ebea4b0e3f7 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,True,False).sql
index c4b1322e1199..0338b2aee93e 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,True,True).sql
index 1325ad03b6f2..1ebea4b0e3f7 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test1(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,False,False).sql
index 3a3b7f10410a..daf7ecf219cb 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,False,True).sql
index 1325ad03b6f2..1ebea4b0e3f7 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,True,False).sql
index 3a3b7f10410a..daf7ecf219cb 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,True,True).sql
index 1325ad03b6f2..1ebea4b0e3f7 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test2(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,False,False).sql
index 3a3b7f10410a..daf7ecf219cb 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,False,True).sql
index 1325ad03b6f2..1ebea4b0e3f7 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,True,False).sql
index 3a3b7f10410a..daf7ecf219cb 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,True,True).sql
index 1325ad03b6f2..1ebea4b0e3f7 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.Null_NotIn_Null_Test3(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PK",
@@ -16,7 +16,7 @@ WHERE
t."ID" = p."ID" OR t."ID" IS NULL AND p."ID" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
@@ -25,7 +25,7 @@ SELECT
FROM
test_in_1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PK",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,False,False).sql
index 3df15f812ff5..c0252586cac1 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND Coalesce(param."Value1", -1) = c_1."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,False,True).sql
index 3df15f812ff5..c0252586cac1 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND Coalesce(param."Value1", -1) = c_1."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,True,False).sql
index 3df15f812ff5..c0252586cac1 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND Coalesce(param."Value1", -1) = c_1."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,True,True).sql
index 3df15f812ff5..c0252586cac1 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInTest(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND Coalesce(param."Value1", -1) = c_1."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -23,7 +23,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,False,False).sql
index 301fc5c4e400..597ea4c9b3f1 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -22,7 +22,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND param."Value_1" = c_1."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -30,7 +30,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,False,True).sql
index 301fc5c4e400..597ea4c9b3f1 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -22,7 +22,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND param."Value_1" = c_1."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -30,7 +30,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,True,False).sql
index 301fc5c4e400..597ea4c9b3f1 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -22,7 +22,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND param."Value_1" = c_1."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -30,7 +30,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,True,True).sql
index 301fc5c4e400..597ea4c9b3f1 100644
--- a/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InSubqueryTests/Tests.Linq.InSubqueryTests.ObjectInWithTakeTest(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -22,7 +22,7 @@ WHERE
param."ParentID" = c_1."ParentID" AND param."Value_1" = c_1."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -30,7 +30,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1(PostgreSQL.14).sql
index 8839846a144f..302298be48a1 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1Async(PostgreSQL.14).sql
index 8839846a144f..302298be48a1 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast1Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast2(PostgreSQL.14).sql
index e249a71813e5..59711c9ab47e 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Cast2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceAssociationTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceAssociationTest(PostgreSQL.14).sql
index 592e454a9ca1..9cc20ca2b3fb 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceAssociationTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceAssociationTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ SELECT
FROM
"LinqDataTypes" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_A1"."ID",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssue106Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssue106Test(PostgreSQL.14).sql
index 27618f61271f..e2e7f0c5b7c3 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssue106Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssue106Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID"
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssueTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssueTest(PostgreSQL.14).sql
index 8839846a144f..302298be48a1 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssueTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.InheritanceMappingIssueTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429MethodsTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429MethodsTest1(PostgreSQL.14).sql
index bfb7133f2f06..eab452ba829a 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429MethodsTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429MethodsTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -9,7 +9,7 @@ WHERE
x."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429PropertiesTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429PropertiesTest1(PostgreSQL.14).sql
index bfb7133f2f06..eab452ba829a 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429PropertiesTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue2429PropertiesTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -9,7 +9,7 @@ WHERE
x."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891AttributesMapping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891AttributesMapping(PostgreSQL.14).sql
index fd20d65ad2dd..f288511744c5 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891AttributesMapping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891AttributesMapping(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Type Integer -- Int32
@@ -27,7 +27,7 @@ VALUES
:Name_Second
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Type",
@@ -39,7 +39,7 @@ FROM
"Base" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Type Integer -- Int32
SET @Type = 1
DECLARE @ChildId Integer -- Int32
@@ -61,7 +61,7 @@ SET
WHERE
"Base"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Type",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891FluentMapping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891FluentMapping(PostgreSQL.14).sql
index 0d0c3e09906b..e044726d9ad3 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891FluentMapping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue3891FluentMapping(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Type Integer -- Int32
@@ -27,7 +27,7 @@ VALUES
:Name_Second
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Type",
@@ -39,7 +39,7 @@ FROM
"Base2" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Type Integer -- Int32
SET @Type = 1
DECLARE @ChildId Integer -- Int32
@@ -61,7 +61,7 @@ SET
WHERE
"Base2"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Type",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test12(PostgreSQL.14).sql
index d4183da37490..779533c56f74 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
b."Type",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test22(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test22(PostgreSQL.14).sql
index f2d5a51243d0..4c02da9f1689 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test22(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test22(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
b."Type",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test32(PostgreSQL.14).sql
index f2d5a51243d0..4c02da9f1689 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
b."Type",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test42(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test42(PostgreSQL.14).sql
index 2da5935bb0e2..a4bc18976fe2 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test42(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test42(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Type",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test52(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test52(PostgreSQL.14).sql
index 2da5935bb0e2..a4bc18976fe2 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test52(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test52(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Type",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test62(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test62(PostgreSQL.14).sql
index 2da5935bb0e2..a4bc18976fe2 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test62(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4364Test62(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Type",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_CodeFilter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_CodeFilter(PostgreSQL.14).sql
index 3f3f4c6b38c9..a3b9e7a0ade0 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_CodeFilter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_CodeFilter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Code Text(5) -- String
SET @Code = 'Child'
DECLARE @Id Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Name
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Code Text(6) -- String
SET @Code = 'Child2'
DECLARE @Id Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.14,False).sql
index eb6338d4c846..206ed7c06aed 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Code Text(5) -- String
SET @Code = 'Child'
DECLARE @Id Integer -- Int32
@@ -23,7 +23,7 @@ VALUES
:IsMale
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Code Text(6) -- String
SET @Code = 'Child2'
DECLARE @Id Integer -- Int32
@@ -48,7 +48,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.14,True).sql
index cb65990190c4..c91094e2e782 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_ConditionTranslation(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Code Text(5) -- String
SET @Code = 'Child'
DECLARE @Id Integer -- Int32
@@ -23,7 +23,7 @@ VALUES
:IsMale
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Code Text(6) -- String
SET @Code = 'Child2'
DECLARE @Id Integer -- Int32
@@ -48,7 +48,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_InterfaceFilter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_InterfaceFilter(PostgreSQL.14).sql
index 3f3f4c6b38c9..a3b9e7a0ade0 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_InterfaceFilter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_InterfaceFilter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Code Text(5) -- String
SET @Code = 'Child'
DECLARE @Id Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Name
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Code Text(6) -- String
SET @Code = 'Child2'
DECLARE @Id Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustFindRecord(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustFindRecord(PostgreSQL.14).sql
index c51bf5a8573d..0ac1d27cfc44 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustFindRecord(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustFindRecord(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Code Text(10) -- String
@@ -23,7 +23,7 @@ VALUES
:Surname
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,Default).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,Default).sql
index c18140d372e7..c9a6768d5d1f 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,Default).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4460Table"
(
@@ -10,7 +10,7 @@ INSERT INTO "Issue4460Table"
VALUES
(1,'GrandChild','Tom','Black')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,MultipleRows).sql
index c18140d372e7..c9a6768d5d1f 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4460Table"
(
@@ -10,7 +10,7 @@ INSERT INTO "Issue4460Table"
VALUES
(1,'GrandChild','Tom','Black')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,ProviderSpecific).sql
index 1aa66de1f71c..8aaf528c9729 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "Issue4460Table"(Id, Code, Name, Surname)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,RowByRow).sql
index fe7b62b7f61a..37c889ed9a16 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustInsertAllFields(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Code Text(10) -- String
@@ -23,7 +23,7 @@ VALUES
:Surname
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustTypeResultProperly(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustTypeResultProperly(PostgreSQL.14).sql
index fe7b62b7f61a..37c889ed9a16 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustTypeResultProperly(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Issue4460Test_MustTypeResultProperly(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Code Text(10) -- String
@@ -23,7 +23,7 @@ VALUES
:Surname
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.QuerySyntaxSimpleTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.QuerySyntaxSimpleTest(PostgreSQL.14).sql
index e249a71813e5..59711c9ab47e 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.QuerySyntaxSimpleTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.QuerySyntaxSimpleTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test1(PostgreSQL.14).sql
index 8de9a815de5c..36dfe2167190 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test10(PostgreSQL.14).sql
index fbc77067a313..a90c3106e5c2 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test11(PostgreSQL.14).sql
index ab1c37bda3d7..1bc8d23138d0 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test12(PostgreSQL.14).sql
index 4d9b14eefc83..746ad1fefe6b 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test14(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test14(PostgreSQL.14).sql
index 8e56887d3ee6..db8be41c1fa3 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test14(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test14(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 10
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test17(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test17(PostgreSQL.14).sql
index 20029aabfb81..57db996b4119 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test17(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test17(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18(PostgreSQL.14).sql
index 788ffc040808..ee48a81f77cd 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
p1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18Async(PostgreSQL.14).sql
index 788ffc040808..ee48a81f77cd 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test18Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
p1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test19(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test19(PostgreSQL.14).sql
index 788ffc040808..ee48a81f77cd 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test19(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test19(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
p1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test2(PostgreSQL.14).sql
index 4bbb05abe1e0..f71bbc03a0c4 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test3(PostgreSQL.14).sql
index 20dc47c94baf..ce10d106d1af 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test4(PostgreSQL.14).sql
index d8df4a468197..3e2088bffea2 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test5(PostgreSQL.14).sql
index 983b2eb83307..8580f9b6789c 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test6(PostgreSQL.14).sql
index ab1c37bda3d7..1bc8d23138d0 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test7(PostgreSQL.14).sql
index 4bbb05abe1e0..f71bbc03a0c4 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test8(PostgreSQL.14).sql
index 8839846a144f..302298be48a1 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test9(PostgreSQL.14).sql
index 7abb1bbe01ae..049463725939 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.Test9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestFullTreeSelectionWithoutDefaultDiscriminator(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestFullTreeSelectionWithoutDefaultDiscriminator(PostgreSQL.14).sql
index 7829d676a231..1256a68a7418 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestFullTreeSelectionWithoutDefaultDiscriminator(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestFullTreeSelectionWithoutDefaultDiscriminator(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestGetBaseClass(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestGetBaseClass(PostgreSQL.14).sql
index b859cbabd22c..0a601fcdd787 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestGetBaseClass(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestGetBaseClass(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,Default).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,Default).sql
index a3d38c5cb82e..5f22236c9a22 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,Default).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "InheritanceFilter"
(
@@ -19,7 +19,7 @@ VALUES
(5,21,0,25,0,0,15,0),
(6,22,0,26,0,0,0,16)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,MultipleRows).sql
index a3d38c5cb82e..5f22236c9a22 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "InheritanceFilter"
(
@@ -19,7 +19,7 @@ VALUES
(5,21,0,25,0,0,15,0),
(6,22,0,26,0,0,0,16)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,ProviderSpecific).sql
index 41dbd10bc5c9..6c19448e3d4a 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "InheritanceFilter"(Id, Code, Child1Field, Child2Field, Grandchild11Field, Grandchild12Field, Grandchild21Field, Grandchild22Field)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,RowByRow).sql
index 5e410549aca3..3de39732a11d 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestInheritanceInsert(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Code Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Child1Field
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Code Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Child2Field
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Code Integer -- Int32
@@ -65,7 +65,7 @@ VALUES
:Grandchild11Field
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 4
DECLARE @Code Integer -- Int32
@@ -90,7 +90,7 @@ VALUES
:Grandchild12Field
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 5
DECLARE @Code Integer -- Int32
@@ -115,7 +115,7 @@ VALUES
:Grandchild21Field
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Code Integer -- Int32
@@ -140,7 +140,7 @@ VALUES
:Grandchild22Field
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsBase(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsBase(PostgreSQL.14).sql
index 54867e4e2654..ba286a2bab7c 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsBase(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsBase(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @SerialNumber Text(7) -- String
@@ -23,7 +23,7 @@ VALUES
:Location
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SerialNumber Text(9) -- String
@@ -44,7 +44,7 @@ VALUES
:DeviceType
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."DeviceType",
@@ -56,7 +56,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @SerialNumber Text(7) -- String
SET @SerialNumber = 'TV00002'
DECLARE @DeviceType Text(2) -- String
@@ -75,7 +75,7 @@ SET
WHERE
"Issue4280"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @SerialNumber Text(9) -- String
SET @SerialNumber = 'Disp00002'
DECLARE @DeviceType Text(7) -- String
@@ -91,7 +91,7 @@ SET
WHERE
"Issue4280"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."DeviceType",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsIs(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsIs(PostgreSQL.14).sql
index 54867e4e2654..ba286a2bab7c 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsIs(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestIssue4280AsIs(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @SerialNumber Text(7) -- String
@@ -23,7 +23,7 @@ VALUES
:Location
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @SerialNumber Text(9) -- String
@@ -44,7 +44,7 @@ VALUES
:DeviceType
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."DeviceType",
@@ -56,7 +56,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @SerialNumber Text(7) -- String
SET @SerialNumber = 'TV00002'
DECLARE @DeviceType Text(2) -- String
@@ -75,7 +75,7 @@ SET
WHERE
"Issue4280"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @SerialNumber Text(9) -- String
SET @SerialNumber = 'Disp00002'
DECLARE @DeviceType Text(7) -- String
@@ -91,7 +91,7 @@ SET
WHERE
"Issue4280"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."DeviceType",
diff --git a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestSubTreeSelectionWithDefaultDiscriminator(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestSubTreeSelectionWithDefaultDiscriminator(PostgreSQL.14).sql
index b2f4e6eccfa3..e5e02ee747b4 100644
--- a/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestSubTreeSelectionWithDefaultDiscriminator(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InheritanceTests/Tests.Linq.InheritanceTests.TestSubTreeSelectionWithDefaultDiscriminator(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Code",
diff --git a/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.ExtensionRegression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.ExtensionRegression(PostgreSQL.14).sql
index d0a4e26efc43..edcee65efa66 100644
--- a/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.ExtensionRegression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.ExtensionRegression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
"a_Child"."ID"
diff --git a/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.InterfaceFilterRegression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.InterfaceFilterRegression(PostgreSQL.14).sql
index d469754493c6..20725791f13b 100644
--- a/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.InterfaceFilterRegression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.InterfaceFilterRegression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
@@ -8,7 +8,7 @@ WHERE
t1."Id" = 2
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
@@ -18,7 +18,7 @@ WHERE
t1."Id" = 2
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @UserId Integer -- Int32
SET @UserId = 2
@@ -30,7 +30,7 @@ WHERE
x."Id" = :UserId
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @UserId Integer -- Int32
SET @UserId = 2
diff --git a/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4607Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4607Test(PostgreSQL.14).sql
index 4f83b030217e..b862a0916038 100644
--- a/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4607Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4607Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SomeTable"
(
@@ -13,7 +13,7 @@ VALUES
False
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4715TestMapping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4715TestMapping(PostgreSQL.14).sql
index f4c74778d838..0f5e3406f88c 100644
--- a/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4715TestMapping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Issue4715TestMapping(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @ImplicitPropertyRW Integer -- Int32
@@ -27,7 +27,7 @@ VALUES
:Tests_Linq_InterfaceTests_IExplicitInterfaceTest
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Test(PostgreSQL.14).sql
index c8d2d11bbe85..0ee872234824 100644
--- a/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/InterfaceTests/Tests.Linq.InterfaceTests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.14,2).sql
index b08d3f6e4c9e..5e5e0b9a9ab0 100644
--- a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 2
@@ -9,7 +9,7 @@ FROM
WHERE
s."Int" IS DISTINCT FROM :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 2
@@ -20,7 +20,7 @@ FROM
WHERE
s."NullableInt" IS DISTINCT FROM :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 2
@@ -31,7 +31,7 @@ FROM
WHERE
s."Int" IS NOT DISTINCT FROM :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 2
diff --git a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.14,4).sql b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.14,4).sql
index 06eb0f5fedc9..01d2701e1cdb 100644
--- a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.14,4).sql
+++ b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.14,4).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 4
@@ -9,7 +9,7 @@ FROM
WHERE
s."Int" IS DISTINCT FROM :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 4
@@ -20,7 +20,7 @@ FROM
WHERE
s."NullableInt" IS DISTINCT FROM :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 4
@@ -31,7 +31,7 @@ FROM
WHERE
s."Int" IS NOT DISTINCT FROM :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 4
diff --git a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.14,null).sql
index ab30bbf8d298..aa01bbb7c130 100644
--- a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Ints(PostgreSQL.14,null).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -14,7 +14,7 @@ FROM
WHERE
s."NullableInt" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -23,7 +23,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.14,5).sql b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.14,5).sql
index 99fefb6c18a7..1eeb50aae636 100644
--- a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.14,5).sql
+++ b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.14,5).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.14,6).sql b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.14,6).sql
index 84290d737261..eb5b9fd9a4bd 100644
--- a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.14,6).sql
+++ b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.14,6).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.14,null).sql
index 84290d737261..eb5b9fd9a4bd 100644
--- a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.OptimizeConstants(PostgreSQL.14,null).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.14,abc).sql b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.14,abc).sql
index 0e70b46e2739..988311d03295 100644
--- a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.14,abc).sql
+++ b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.14,abc).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'abc'
@@ -9,7 +9,7 @@ FROM
WHERE
s."String" IS DISTINCT FROM :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'abc'
@@ -20,7 +20,7 @@ FROM
WHERE
s."NullableString" IS DISTINCT FROM :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'abc'
@@ -31,7 +31,7 @@ FROM
WHERE
s."String" IS NOT DISTINCT FROM :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'abc'
diff --git a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.14,null).sql
index 5ba04e330514..9c84dc2020a2 100644
--- a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
s."String" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
s."NullableString" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
s."String" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.14,xyz).sql b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.14,xyz).sql
index 0f51b0c85439..d0f355ff557e 100644
--- a/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.14,xyz).sql
+++ b/PostgreSQL.14/Tests/Linq/IsDistinctFromTests/Tests.Linq.IsDistinctFromTests.Strings(PostgreSQL.14,xyz).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'xyz'
@@ -9,7 +9,7 @@ FROM
WHERE
s."String" IS DISTINCT FROM :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'xyz'
@@ -20,7 +20,7 @@ FROM
WHERE
s."NullableString" IS DISTINCT FROM :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'xyz'
@@ -31,7 +31,7 @@ FROM
WHERE
s."String" IS NOT DISTINCT FROM :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Text(3) -- String
SET @value = 'xyz'
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.InsertFromSelectWithNullableFilter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.InsertFromSelectWithNullableFilter(PostgreSQL.14).sql
index 2c4375cf9fcc..e49031a50fa0 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.InsertFromSelectWithNullableFilter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.InsertFromSelectWithNullableFilter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "InsertIssueTest"
(
@@ -21,7 +21,7 @@ FROM
1 = 0
) t2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cond Smallint -- Int16
SET @cond = 1234
@@ -46,7 +46,7 @@ FROM
t1."ID" = :cond
) t2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue115Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue115Test(PostgreSQL.14).sql
index 102cd8cc72f5..06f188d2e85e 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue115Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue115Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue173(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue173(PostgreSQL.14).sql
index 5242a399fec1..39a6d0707efe 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue173(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue173(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue376(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue376(PostgreSQL.14).sql
index 21bf2c4340fb..2f640bafe3d0 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue376(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue376(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue38Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue38Test(PostgreSQL.14).sql
index 90e0ff6a2103..e750f5fc076d 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue38Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue38Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test1(PostgreSQL.14).sql
index 5764cbe8d395..cc0649ec5f89 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
@@ -17,7 +17,7 @@ ORDER BY
t2."ParentID"
LIMIT :take
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test2(PostgreSQL.14).sql
index c79128afcd79..8ef531f6f9ff 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
@@ -19,7 +19,7 @@ ORDER BY
t2."ParentID"
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test3(PostgreSQL.14).sql
index 2c6b747ec2f1..c54416b8bb87 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue424Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
@@ -19,7 +19,7 @@ ORDER BY
t2."ParentID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue42Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue42Test(PostgreSQL.14).sql
index 5c833b82e610..68ad5282d80c 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue42Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue42Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -17,7 +17,7 @@ WHERE
r."ID" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -36,7 +36,7 @@ WHERE
r."ID" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @MoneyValue Numeric(5, 4) -- Decimal
SET @MoneyValue = 1.1100
DECLARE @DateTimeValue Timestamp -- DateTime2
@@ -73,7 +73,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
@@ -94,7 +94,7 @@ WHERE
r."ID" = :ID
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @MoneyValue Numeric(5, 4) -- Decimal
SET @MoneyValue = 1.1100
DECLARE @DateTimeValue Timestamp -- DateTime2
@@ -131,7 +131,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue498Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue498Test(PostgreSQL.14).sql
index c65e7d210450..86c153ffcacc 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue498Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue498Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue508Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue508Test(PostgreSQL.14).sql
index 92320a9b43b7..6aefbc5533da 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue508Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue508Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test1(PostgreSQL.14).sql
index 11a4960b64ef..3dd7b1d14e08 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Person" d ON m_1."Key_1" = d."FirstName"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test2(PostgreSQL.14).sql
index 11a4960b64ef..3dd7b1d14e08 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Person" d ON m_1."Key_1" = d."FirstName"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test3(PostgreSQL.14).sql
index 11a4960b64ef..3dd7b1d14e08 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue528Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Key_1",
@@ -16,7 +16,7 @@ FROM
) m_1
INNER JOIN "Person" d ON m_1."Key_1" = d."FirstName"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test1(PostgreSQL.14).sql
index 93f12c386bcc..b4e97c8adb2c 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test2(PostgreSQL.14).sql
index 0cccdef23389..189d71507844 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @filter Text(6) -- String
SET @filter = '%test%'
DECLARE @filter_1 Text(6) -- String
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test3(PostgreSQL.14).sql
index f162271d8e9f..0e9cdbb97ebd 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue535Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
cb."Id",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue67Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue67Test(PostgreSQL.14).sql
index 33eb35d86839..d5b3c57c0421 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue67Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue67Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue75Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue75Test(PostgreSQL.14).sql
index ec0fae4c3ad2..098c6c3e83c7 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue75Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue75Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue88(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue88(PostgreSQL.14).sql
index ebd14a1b5051..3f386ce94686 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue88(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue88(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
t1."PersonID" = 1 AND t1."Gender" = 'M'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -24,7 +24,7 @@ FROM
WHERE
t1."PersonID" = 1 AND 'M' = t1."Gender"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @gender Char -- String
SET @gender = 'M'
@@ -39,7 +39,7 @@ FROM
WHERE
t1."PersonID" = 1 AND t1."Gender" = :gender
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @gender Char -- String
SET @gender = 'M'
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909(PostgreSQL.14).sql
index 92fc5f52d57e..ef798532c532 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -8,7 +8,7 @@ FROM
WHERE
(p."Value1" NOT IN (1, 2, 3) OR p."Value1" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Join(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Join(PostgreSQL.14).sql
index a59ae0a6a8fd..72ada7cea131 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Join(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Join(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -9,7 +9,7 @@ FROM
WHERE
p."ParentID" = c_1."ParentID" AND (p."Value1" NOT IN (1, 2, 3) OR p."Value1" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -17,7 +17,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Subquery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Subquery(PostgreSQL.14).sql
index 6cb239b9ceaa..78e05cff8fed 100644
--- a/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Subquery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/IssueTests/Tests.Linq.IssueTests.Issue909Subquery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ApplyJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ApplyJoin(PostgreSQL.14).sql
index 4831f8d3b69a..7736a6264333 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ApplyJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ApplyJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.BltIssue257(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.BltIssue257(PostgreSQL.14).sql
index 032d16f20d96..df4afcac158d 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.BltIssue257(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.BltIssue257(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
b_1."Date_1",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FourTableJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FourTableJoin(PostgreSQL.14).sql
index 2cacbc4aeb7a..d93a6dd6f3f8 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FourTableJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FourTableJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinCondition_Regression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinCondition_Regression(PostgreSQL.14).sql
index 26093cfe898b..e9848cae37cc 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinCondition_Regression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinCondition_Regression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection1(PostgreSQL.14).sql
index 517abcd1ed36..fbc048e67c78 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection2(PostgreSQL.14).sql
index 517abcd1ed36..fbc048e67c78 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection3(PostgreSQL.14).sql
index a215c96d1047..1f0945751123 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection4(PostgreSQL.14).sql
index a215c96d1047..1f0945751123 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.FullJoinWithRecordSelection4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin1(PostgreSQL.14).sql
index 3c77f04fd319..bd03751ab3c5 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin2(PostgreSQL.14).sql
index a633a2f513a5..2f7a4fc52fba 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin3(PostgreSQL.14).sql
index 7d6dc405c3c9..3f79dcaa10df 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin4(PostgreSQL.14).sql
index 27a1ff9f0087..6724eee9267a 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin5(PostgreSQL.14).sql
index 033c3ed34080..29d38aa33595 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin51(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin51(PostgreSQL.14).sql
index b1d95aff6092..135ae190d6f1 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin51(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin51(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -26,7 +26,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin52(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin52(PostgreSQL.14).sql
index d7f15f46d149..be4ef31481a1 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin52(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin52(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin53(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin53(PostgreSQL.14).sql
index d7f15f46d149..be4ef31481a1 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin53(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin53(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin54(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin54(PostgreSQL.14).sql
index 50af7c792095..c3b048ee3e49 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin54(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin54(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin6(PostgreSQL.14).sql
index ca1032fbd245..7d840bc8d0ad 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
@@ -17,7 +17,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" + :n = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin7(PostgreSQL.14).sql
index 84a722ad6420..227c27426f41 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
@@ -17,7 +17,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID" - :n
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin8(PostgreSQL.14).sql
index 2d200b0e10c3..e3b106a8851f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin9(PostgreSQL.14).sql
index 06994b62511c..37cd2341243a 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoin9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
a_2."ParentID",
@@ -21,7 +21,7 @@ FROM
LEFT JOIN "Parent" z_1 ON a_2."ParentID" = Coalesce(z_1."Value1", 1)
LEFT JOIN "Parent" a_1 ON a_2."ParentID" = a_1."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny1(PostgreSQL.14).sql
index f7f7fa376466..e76f44bfe68f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny2(PostgreSQL.14).sql
index b6e95d7f6260..d1c9901ba129 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny3(PostgreSQL.14).sql
index 653e83c58d03..50cb233c5406 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny4(PostgreSQL.14).sql
index 653e83c58d03..50cb233c5406 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny5(PostgreSQL.14).sql
index ab00143253fa..fca68a4b9ebc 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.GroupJoinAny5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin1(PostgreSQL.14).sql
index 8f7067fd86d5..c2a651140ab2 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin10(PostgreSQL.14).sql
index d8c866a8f2b7..760361a133ed 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin2(PostgreSQL.14).sql
index 8f7067fd86d5..c2a651140ab2 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin3(PostgreSQL.14).sql
index a4707d70a45a..6a57834c4f04 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin4(PostgreSQL.14).sql
index a4707d70a45a..6a57834c4f04 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin5(PostgreSQL.14).sql
index a4707d70a45a..6a57834c4f04 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin6(PostgreSQL.14).sql
index 8f7067fd86d5..c2a651140ab2 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin7(PostgreSQL.14).sql
index ffd0b46b6339..0aa4231dd8d7 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin8(PostgreSQL.14).sql
index 452e9b810eb5..0bf7540829b4 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID"
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin9(PostgreSQL.14).sql
index 3bff02a020f3..531e2e35fd7a 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.InnerJoin9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test1(PostgreSQL.14).sql
index f6f69c26ffed..4edabc1994d0 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cpty Text(3) -- String
SET @cpty = '%C%'
DECLARE @cpty_1 Text(3) -- String
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test2(PostgreSQL.14).sql
index 59f4c3c53d34..964629e89217 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1455Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cond Text(3) -- String
SET @cond = '%C%'
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815(PostgreSQL.14).sql
index ea3d70bda881..123325805e4e 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."InId",
@@ -17,7 +17,7 @@ WHERE
t1."InId" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."InId",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation1(PostgreSQL.14).sql
index ea3d70bda881..123325805e4e 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."InId",
@@ -17,7 +17,7 @@ WHERE
t1."InId" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."InId",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation2(PostgreSQL.14).sql
index ea3d70bda881..123325805e4e 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1815WithServerEvaluation2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."InId",
@@ -17,7 +17,7 @@ WHERE
t1."InId" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."InId",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v1(PostgreSQL.14).sql
index 01603f43118f..62503f4c102c 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v."inId",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v2(PostgreSQL.14).sql
index 1b83ddce6731..e36e900d7552 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue1816v2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v."inId",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2421(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2421(PostgreSQL.14).sql
index 84bb20e10b9a..38926e57dc23 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2421(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2421(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."SectorId",
@@ -11,7 +11,7 @@ FROM
WHERE
"a_UserPosition"."PositionId" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."SectorId"
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test1(PostgreSQL.14).sql
index ecaf2f6d2f21..2418bea6c48a 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test2(PostgreSQL.14).sql
index a5507f3ccf68..41f86a580434 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
user_1."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test3(PostgreSQL.14).sql
index 0cc72db6eb62..4d20725c7b1f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue2912Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test1(PostgreSQL.14).sql
index 5f1240ea29d6..d02ae1c03c6c 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."PersonID" + 1
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test2(PostgreSQL.14).sql
index 5f1240ea29d6..d02ae1c03c6c 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."PersonID" + 1
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test3(PostgreSQL.14).sql
index e02e933084c5..8b8a064e6f83 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3311Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
u."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.14,LikeClr).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.14,LikeClr).sql
index 657b7c9e95ae..2c942fff982f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.14,LikeClr).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.14,LikeClr).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.14,LikeSql).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.14,LikeSql).sql
index a0563cde217c..ed09560f3945 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.14,LikeSql).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.14,LikeSql).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.14,LikeSqlExceptParameters).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.14,LikeSqlExceptParameters).sql
index 657b7c9e95ae..2c942fff982f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.14,LikeSqlExceptParameters).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test1(PostgreSQL.14,LikeSqlExceptParameters).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.14,LikeClr).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.14,LikeClr).sql
index 39e340f9e2d2..dc4cd978ad9a 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.14,LikeClr).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.14,LikeClr).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.14,LikeSql).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.14,LikeSql).sql
index 39e340f9e2d2..dc4cd978ad9a 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.14,LikeSql).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.14,LikeSql).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.14,LikeSqlExceptParameters).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.14,LikeSqlExceptParameters).sql
index 39e340f9e2d2..dc4cd978ad9a 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.14,LikeSqlExceptParameters).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test2(PostgreSQL.14,LikeSqlExceptParameters).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.14,LikeClr).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.14,LikeClr).sql
index f42a93446f38..0bf1e34211f1 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.14,LikeClr).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.14,LikeClr).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.14,LikeSql).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.14,LikeSql).sql
index 60aed3b7f895..9a6c59a2e0dc 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.14,LikeSql).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.14,LikeSql).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.14,LikeSqlExceptParameters).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.14,LikeSqlExceptParameters).sql
index f42a93446f38..0bf1e34211f1 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.14,LikeSqlExceptParameters).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue3560Test3(PostgreSQL.14,LikeSqlExceptParameters).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test1(PostgreSQL.14).sql
index 33046282ac77..79f8526a03dd 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
(
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test2(PostgreSQL.14).sql
index a977b59984ef..c185005a0c22 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4160Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
cc_1."Name"
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4714Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4714Test(PostgreSQL.14).sql
index ee93ea107830..2aa548150d3e 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4714Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.Issue4714Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
source_2."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinByAnonymousTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinByAnonymousTest(PostgreSQL.14).sql
index efcec2450602..82c6a6869015 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinByAnonymousTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinByAnonymousTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQueryCount(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQueryCount(PostgreSQL.14).sql
index af07a31926cd..13e1d5af9701 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQueryCount(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQueryCount(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQuerySum(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQuerySum(PostgreSQL.14).sql
index 352c8af4fd13..870282809259 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQuerySum(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.JoinSubQuerySum(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin1(PostgreSQL.14).sql
index 343d81a786c9..e30347b0c514 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin2(PostgreSQL.14).sql
index 0e5e9796d9b5..adb736229d3b 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin3(PostgreSQL.14).sql
index f77da38809f9..cda9ff173021 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin4(PostgreSQL.14).sql
index 22efd3d996a7..8ea2823337ad 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"Parent_1"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin5(PostgreSQL.14).sql
index fd576313066c..37c4d7df9259 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin6(PostgreSQL.14).sql
index 343d81a786c9..e30347b0c514 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoin6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinRemoval(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinRemoval(PostgreSQL.14).sql
index c9cfd1a8bbee..0bd69c22e9c4 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinRemoval(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinRemoval(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch1."ParentID",
@@ -8,7 +8,7 @@ FROM
INNER JOIN "Child" ch ON t1."ParentID" = ch."ParentID"
INNER JOIN "Child" ch1 ON ch."ChildID" = ch1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -16,7 +16,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinSubqueryDoNotOptimize(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinSubqueryDoNotOptimize(PostgreSQL.14).sql
index c5d76de6a856..4d470398d4b9 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinSubqueryDoNotOptimize(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinSubqueryDoNotOptimize(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -13,7 +13,7 @@ FROM
"Person" m_1
) m_2 ON p."PersonID" = m_2.c1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinTest(PostgreSQL.14).sql
index 16d7ac769934..3fd8817b6ff0 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection1(PostgreSQL.14).sql
index 0924de423a31..6af66115808c 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection2(PostgreSQL.14).sql
index 822b3393896f..1d85e4b2a32a 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection3(PostgreSQL.14).sql
index 822b3393896f..1d85e4b2a32a 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection4(PostgreSQL.14).sql
index 822b3393896f..1d85e4b2a32a 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection5(PostgreSQL.14).sql
index 8f9d228d6f63..3a20d4a5bb6d 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection6(PostgreSQL.14).sql
index 8f9d228d6f63..3a20d4a5bb6d 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection7(PostgreSQL.14).sql
index 822b3393896f..1d85e4b2a32a 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.LeftJoinWithRecordSelection7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.MultipleLeftJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.MultipleLeftJoin(PostgreSQL.14).sql
index d99939bff782..79889f7c0683 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.MultipleLeftJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.MultipleLeftJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
parent_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin1(PostgreSQL.14).sql
index 145e3976036d..c688e7880e93 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin2(PostgreSQL.14).sql
index 145e3976036d..c688e7880e93 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullJoin2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullWhereJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullWhereJoin(PostgreSQL.14).sql
index 145e3976036d..c688e7880e93 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullWhereJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullWhereJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullableCoalesceJoinTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullableCoalesceJoinTest(PostgreSQL.14).sql
index 41d0914abbe7..701bdf205c38 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullableCoalesceJoinTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.NullableCoalesceJoinTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE tmptbl1
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE tmptbl1
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO tmptbl1
(
@@ -20,7 +20,7 @@ VALUES
(1,'Value1'),
(2,NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE tmptbl2
(
@@ -31,7 +31,7 @@ CREATE TEMPORARY TABLE tmptbl2
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO tmptbl2
(
@@ -42,7 +42,7 @@ VALUES
(1,'Value1'),
(3,'Value2')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE tmptbl3
(
@@ -53,7 +53,7 @@ CREATE TEMPORARY TABLE tmptbl3
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO tmptbl3
(
@@ -64,7 +64,7 @@ VALUES
(1,'Value1'),
(2,NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t4."ID",
@@ -74,7 +74,7 @@ FROM
LEFT JOIN tmptbl2 t3 ON t2."ID" = t3."ID"
LEFT JOIN tmptbl3 t4 ON Coalesce(t3."Value", t2."Value") = t4."Value" OR t3."Value" IS NULL AND t2."Value" IS NULL AND t4."Value" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -82,7 +82,7 @@ SELECT
FROM
tmptbl1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -90,7 +90,7 @@ SELECT
FROM
tmptbl2 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -98,15 +98,15 @@ SELECT
FROM
tmptbl3 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS tmptbl3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS tmptbl2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS tmptbl1
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ProjectionTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ProjectionTest1(PostgreSQL.14).sql
index f74d4c37c5ec..7a5924b7e954 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ProjectionTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ProjectionTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin1(PostgreSQL.14).sql
index 32f847475f15..5ef5f1219036 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -9,7 +9,7 @@ FROM
LEFT JOIN "Child" "a_Child" ON g_1."ParentID" = "a_Child"."ParentID" AND g_1."ChildID" = "a_Child"."ChildID"
ON c_1."ParentID" = "a_Child"."ParentID" AND c_1."ChildID" = "a_Child"."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin2(PostgreSQL.14).sql
index 6b00935a2710..15a08658d83e 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.ReferenceJoin2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection1(PostgreSQL.14).sql
index 388d4e004c7c..0f15e74695d9 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection2(PostgreSQL.14).sql
index 388d4e004c7c..0f15e74695d9 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
fact_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection3(PostgreSQL.14).sql
index 6bff9ac69179..7f9c75fc26ad 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection4(PostgreSQL.14).sql
index 6bff9ac69179..7f9c75fc26ad 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.RightJoinWithRecordSelection4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFilters(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFilters(PostgreSQL.14).sql
index 31db827d9690..523dd054101b 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFilters(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFilters(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
DECLARE @id2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFiltersAlternative(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFiltersAlternative(PostgreSQL.14).sql
index 528b384ffb13..b78db0a37769 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFiltersAlternative(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithBothFiltersAlternative(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
DECLARE @id2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount1(PostgreSQL.14).sql
index c2dff1818d6a..af8c4c555f65 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(t1."ParentID") = COUNT(right_1."ParentID") AND COUNT(t1."ParentID") = COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount2(PostgreSQL.14).sql
index aa6d483f1d9e..fc2669c2f093 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount3(PostgreSQL.14).sql
index 1b5cb93415a3..12b58cb7cd4d 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount4(PostgreSQL.14).sql
index 332788a0f2f0..c8a0b5fc7568 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
DECLARE @id2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount5(PostgreSQL.14).sql
index 91da2db1a60f..4e681d9e4c16 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlFullJoinWithCount5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Full).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Full).sql
index 0624a5ab87ca..ab670ad555a4 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Full).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Inner).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Inner).sql
index dcf7b547eedf..0a711a823a8f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Inner).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Left).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Left).sql
index 86a23941f05c..f8ccb1662f2f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Left).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Right).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Right).sql
index 2a96a10b94de..ee12e13921d6 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Right).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSimple(PostgreSQL.14,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Full).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Full).sql
index 607ec9535db1..ba0e0e6dd014 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Full).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Inner).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Inner).sql
index ddf37fc4a1f0..32ac3a8d3a74 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Inner).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Left).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Left).sql
index 58c7a70d92d1..a763becc1211 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Left).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Right).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Right).sql
index 052f63d40c03..a2b3e2c0a1d7 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Right).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlJoinSubQuery(PostgreSQL.14,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple1(PostgreSQL.14).sql
index 86a23941f05c..f8ccb1662f2f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple2(PostgreSQL.14).sql
index 86a23941f05c..f8ccb1662f2f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLeftJoinSimple2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqCrossJoinSubQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqCrossJoinSubQuery(PostgreSQL.14).sql
index 8788a3941309..5ae3bebc69a8 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqCrossJoinSubQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqCrossJoinSubQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @take_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Full).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Full).sql
index 0624a5ab87ca..ab670ad555a4 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Full).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Inner).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Inner).sql
index dcf7b547eedf..0a711a823a8f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Inner).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Left).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Left).sql
index 86a23941f05c..f8ccb1662f2f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Left).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Right).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Right).sql
index 2a96a10b94de..ee12e13921d6 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Right).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSimple(PostgreSQL.14,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Full).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Full).sql
index 607ec9535db1..ba0e0e6dd014 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Full).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Inner).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Inner).sql
index ddf37fc4a1f0..32ac3a8d3a74 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Inner).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Left).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Left).sql
index 58c7a70d92d1..a763becc1211 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Left).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Right).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Right).sql
index 052f63d40c03..a2b3e2c0a1d7 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Right).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqJoinSubQuery(PostgreSQL.14,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple1(PostgreSQL.14).sql
index 86a23941f05c..f8ccb1662f2f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple2(PostgreSQL.14).sql
index 86a23941f05c..f8ccb1662f2f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqLeftJoinSimple2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Full).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Full).sql
index b3b0dbe16382..5fe62fee7bd1 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Full).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Inner).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Inner).sql
index 145e3976036d..c688e7880e93 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Inner).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Left).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Left).sql
index fdd3f8631f19..f130f105868f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Left).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Right).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Right).sql
index 8d664bdf1f6a..dcb50263d972 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Right).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereJoin(PostgreSQL.14,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Full).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Full).sql
index ee46e2d90e36..2ff902decf7f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Full).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @take_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Inner).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Inner).sql
index ff140a2b9ed8..edf890f49750 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Inner).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @take_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Left).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Left).sql
index 0bcff9f7b397..06bc0794e282 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Left).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @take_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Right).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Right).sql
index e343c7a759ed..d0af4638b484 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Right).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlLinqNullWhereSubqueryJoin(PostgreSQL.14,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @take_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Full).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Full).sql
index b3b0dbe16382..5fe62fee7bd1 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Full).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Inner).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Inner).sql
index 145e3976036d..c688e7880e93 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Inner).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Left).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Left).sql
index fdd3f8631f19..f130f105868f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Left).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Right).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Right).sql
index 8d664bdf1f6a..dcb50263d972 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Right).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereJoin(PostgreSQL.14,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Full).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Full).sql
index da2c939125e2..e8343c4a7263 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Full).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Full).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Inner).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Inner).sql
index 7e7a47d82181..335417dbc802 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Inner).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Inner).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Left).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Left).sql
index af12eb491c09..0ea3e15fa494 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Left).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Left).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Right).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Right).sql
index 6a20c83cb04d..9cd1d52b6dfd 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Right).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlNullWhereSubqueryJoin(PostgreSQL.14,Right).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithConditions(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithConditions(PostgreSQL.14).sql
index b2f02f006866..f273be54328f 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithConditions(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithConditions(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
DECLARE @id2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutAllConditions(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutAllConditions(PostgreSQL.14).sql
index a918add2de8e..326a2b5f9db0 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutAllConditions(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutAllConditions(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutConditions(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutConditions(PostgreSQL.14).sql
index fa0d38274c82..abf8b6486e58 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutConditions(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnLeftWithoutConditions(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithConditions(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithConditions(PostgreSQL.14).sql
index 2adc0183bd27..ebf13326fe54 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithConditions(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithConditions(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id2 Integer -- Int32
SET @id2 = 2
DECLARE @id1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutAllConditions(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutAllConditions(PostgreSQL.14).sql
index 39d1b8b19fac..ad676b11f830 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutAllConditions(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutAllConditions(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
left_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutConditions(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutConditions(PostgreSQL.14).sql
index 91b05f3cd20c..4b130644c66c 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutConditions(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SqlRightJoinWithInnerJoinOnRightWithoutConditions(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.StackOverflow(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.StackOverflow(PostgreSQL.14).sql
index e2ac53efba75..d9ae8e1a816e 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.StackOverflow(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.StackOverflow(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_100."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SubQueryJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SubQueryJoin(PostgreSQL.14).sql
index e4a9d2bbc7f6..494d8ebdd016 100644
--- a/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SubQueryJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinTests/Tests.Linq.JoinTests.SubQueryJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct(PostgreSQL.14).sql
index b2c2e9bd904d..09631288f136 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct2(PostgreSQL.14).sql
index b2c2e9bd904d..09631288f136 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinct2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinctWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinctWhere(PostgreSQL.14).sql
index be2645baf884..0601249e9a7b 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinctWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinDistinctWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited(PostgreSQL.14).sql
index 16c94bc16625..d3ca65388348 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited2(PostgreSQL.14).sql
index 064902c881d9..35b2585e3450 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimited2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimitedWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimitedWhere(PostgreSQL.14).sql
index 9441cb1610c3..5eeb35b98728 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimitedWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinLimitedWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinct(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinct(PostgreSQL.14).sql
index b2c2e9bd904d..09631288f136 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinct(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinct(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinctWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinctWhere(PostgreSQL.14).sql
index be2645baf884..0601249e9a7b 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinctWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToDistinctWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTop(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTop(PostgreSQL.14).sql
index 064902c881d9..35b2585e3450 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTop(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTop(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTopWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTopWhere(PostgreSQL.14).sql
index f1a7b031ce5c..3ab84f06e568 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTopWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.InnerJoinToTopWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct(PostgreSQL.14).sql
index 903d3ddc2ed4..2cb787fcde7d 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct2(PostgreSQL.14).sql
index 903d3ddc2ed4..2cb787fcde7d 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinct2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinctWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinctWhere(PostgreSQL.14).sql
index cc1c198c701d..6e15da7d7b46 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinctWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinDistinctWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited(PostgreSQL.14).sql
index e8e2110be5bb..a5f88efda19c 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited2(PostgreSQL.14).sql
index d42980a46db2..b71a5290cb49 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimited2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimitedWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimitedWhere(PostgreSQL.14).sql
index 9e6bc9037bdd..805ee70e9849 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimitedWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinLimitedWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinct(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinct(PostgreSQL.14).sql
index 903d3ddc2ed4..2cb787fcde7d 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinct(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinct(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinctWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinctWhere(PostgreSQL.14).sql
index cc1c198c701d..6e15da7d7b46 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinctWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToDistinctWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTop(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTop(PostgreSQL.14).sql
index d42980a46db2..b71a5290cb49 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTop(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTop(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTopWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTopWhere(PostgreSQL.14).sql
index 551fe6985c81..778d41c37b83 100644
--- a/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTopWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/JoinToLimitedTests/Tests.Linq.JoinToLimitedTests.LeftJoinToTopWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith1(PostgreSQL.14).sql
index 2fc32d5ff696..9d17a996995c 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith10(PostgreSQL.14).sql
index 6ad47a828fae..71e310b3236a 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -25,7 +25,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -42,7 +42,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -52,7 +52,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -69,7 +69,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -79,7 +79,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -96,7 +96,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -106,7 +106,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -123,7 +123,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -133,7 +133,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -150,7 +150,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -160,7 +160,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -177,7 +177,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -187,7 +187,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -204,7 +204,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -214,7 +214,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -231,7 +231,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -241,7 +241,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -258,7 +258,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -268,7 +268,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -285,7 +285,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -295,7 +295,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -312,7 +312,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -322,7 +322,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -339,7 +339,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -349,7 +349,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -366,7 +366,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -376,7 +376,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -393,7 +393,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -403,7 +403,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -420,7 +420,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -430,7 +430,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -447,7 +447,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -457,7 +457,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -474,7 +474,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -484,7 +484,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -501,7 +501,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -511,7 +511,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -528,7 +528,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -538,7 +538,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -555,7 +555,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -565,7 +565,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -582,7 +582,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -592,7 +592,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -609,7 +609,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -619,7 +619,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -636,7 +636,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -646,7 +646,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -663,7 +663,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -673,7 +673,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -690,7 +690,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -700,7 +700,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -717,7 +717,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -727,7 +727,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -744,7 +744,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -754,7 +754,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -771,7 +771,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -781,7 +781,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -798,7 +798,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -808,7 +808,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -825,7 +825,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -835,7 +835,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -852,7 +852,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -862,7 +862,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -879,7 +879,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -889,7 +889,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -906,7 +906,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -916,7 +916,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -933,7 +933,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -943,7 +943,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -960,7 +960,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -970,7 +970,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -987,7 +987,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -997,7 +997,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1014,7 +1014,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1024,7 +1024,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1041,7 +1041,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1051,7 +1051,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1068,7 +1068,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1078,7 +1078,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1095,7 +1095,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1105,7 +1105,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1122,7 +1122,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1132,7 +1132,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1149,7 +1149,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1159,7 +1159,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1176,7 +1176,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1186,7 +1186,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1203,7 +1203,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1213,7 +1213,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1230,7 +1230,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1240,7 +1240,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1257,7 +1257,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1267,7 +1267,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1284,7 +1284,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1294,7 +1294,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1311,7 +1311,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1321,7 +1321,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1338,7 +1338,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1348,7 +1348,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1365,7 +1365,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1375,7 +1375,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1392,7 +1392,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1402,7 +1402,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1419,7 +1419,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1429,7 +1429,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1446,7 +1446,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1456,7 +1456,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1473,7 +1473,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1483,7 +1483,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1500,7 +1500,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1510,7 +1510,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1527,7 +1527,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1537,7 +1537,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1554,7 +1554,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1564,7 +1564,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1581,7 +1581,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1591,7 +1591,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1608,7 +1608,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1618,7 +1618,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1635,7 +1635,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1645,7 +1645,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1662,7 +1662,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1672,7 +1672,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1689,7 +1689,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1699,7 +1699,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1716,7 +1716,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1726,7 +1726,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1743,7 +1743,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1753,7 +1753,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1770,7 +1770,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1780,7 +1780,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1797,7 +1797,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1807,7 +1807,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1824,7 +1824,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1834,7 +1834,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1851,7 +1851,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1861,7 +1861,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1878,7 +1878,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1888,7 +1888,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1905,7 +1905,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1915,7 +1915,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1932,7 +1932,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1942,7 +1942,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1959,7 +1959,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1969,7 +1969,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -1986,7 +1986,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -1996,7 +1996,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2013,7 +2013,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2023,7 +2023,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2040,7 +2040,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2050,7 +2050,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2067,7 +2067,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2077,7 +2077,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2094,7 +2094,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2104,7 +2104,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2121,7 +2121,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2131,7 +2131,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2148,7 +2148,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2158,7 +2158,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2175,7 +2175,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2185,7 +2185,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2202,7 +2202,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2212,7 +2212,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2229,7 +2229,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2239,7 +2239,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2256,7 +2256,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2266,7 +2266,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2283,7 +2283,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2293,7 +2293,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2310,7 +2310,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2320,7 +2320,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2337,7 +2337,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2347,7 +2347,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2364,7 +2364,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2374,7 +2374,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2391,7 +2391,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2401,7 +2401,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2418,7 +2418,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2428,7 +2428,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2445,7 +2445,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2455,7 +2455,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2472,7 +2472,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2482,7 +2482,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2499,7 +2499,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2509,7 +2509,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2526,7 +2526,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2536,7 +2536,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2553,7 +2553,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2563,7 +2563,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2580,7 +2580,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2590,7 +2590,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2607,7 +2607,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2617,7 +2617,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2634,7 +2634,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2644,7 +2644,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2661,7 +2661,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -2671,7 +2671,7 @@ FROM
WHERE
p."ParentID" < 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -2688,7 +2688,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith11(PostgreSQL.14).sql
index 10346390d51e..38354403d1e9 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -33,7 +33,7 @@ FROM
) m_1
INNER JOIN "GrandChild" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith12(PostgreSQL.14).sql
index e30c25b9c9d7..11a811bd84a3 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1.cond,
@@ -30,7 +30,7 @@ FROM
) m_1
INNER JOIN "Child" d_1 ON m_1.cond = d_1."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -51,7 +51,7 @@ FROM
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
LEFT JOIN "Parent" "a_Parent" ON d."ParentID" = "a_Parent"."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith2(PostgreSQL.14).sql
index 53f212edceff..f54a5a286e43 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith3(PostgreSQL.14).sql
index 9d1e7f37183e..e07d68c76091 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith4(PostgreSQL.14).sql
index 9d1e7f37183e..e07d68c76091 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith5(PostgreSQL.14).sql
index 562436fffd5e..49233ab7f33f 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -30,7 +30,7 @@ FROM
LEFT JOIN "Child" "a_Child" ON d_1."ParentID" = "a_Child"."ParentID" AND d_1."ChildID" = "a_Child"."ChildID"
LEFT JOIN "Parent" "a_Parent" ON "a_Child"."ParentID" = "a_Parent"."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -45,7 +45,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith6(PostgreSQL.14).sql
index 5a1fac443023..84f2f2dea6bd 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -16,7 +16,7 @@ FROM
LEFT JOIN "Child" "a_Child" ON d."ParentID" = "a_Child"."ParentID" AND d."ChildID" = "a_Child"."ChildID"
LEFT JOIN "Parent" "a_Parent" ON "a_Child"."ParentID" = "a_Parent"."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith7(PostgreSQL.14).sql
index 11e663e0985d..eba444c767eb 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren2"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith8(PostgreSQL.14).sql
index aff64c8d15d1..5b4821f5cccd 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith9(PostgreSQL.14).sql
index 952e27668d6e..52f1802df710 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWith9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable1(PostgreSQL.14).sql
index 2fc32d5ff696..9d17a996995c 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable2(PostgreSQL.14).sql
index 53f212edceff..f54a5a286e43 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable3(PostgreSQL.14).sql
index 9d1e7f37183e..e07d68c76091 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable4(PostgreSQL.14).sql
index ed5332cd01f5..0f1d1e82bfff 100644
--- a/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/LoadWithTests/Tests.Linq.LoadWithTests.LoadWithAsTable4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -17,7 +17,7 @@ FROM
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
LEFT JOIN "Parent" "a_Parent" ON d."ParentID" = "a_Parent"."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException1(PostgreSQL.14).sql
index b828a9cb6a4a..aed5440daa41 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName"
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException2(PostgreSQL.14).sql
index b107015bce76..c2300ea75b46 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.ColumnMappingException2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."LastName"
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum1(PostgreSQL.14).sql
index 22a08da6db40..ef03f2a8b683 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum2(PostgreSQL.14).sql
index 8616c98a2335..8a935e89c622 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum21(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum21(PostgreSQL.14).sql
index 6aa35b374e24..1222ac6c05b7 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum21(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum21(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @gender Char(1) -- String
SET @gender = 'M'
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum3(PostgreSQL.14).sql
index 5410d896ded7..c72e226748ac 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @fm Char(1) -- String
SET @fm = 'F'
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum4(PostgreSQL.14).sql
index c0d205d5e2e9..dbcc9f4d3a9a 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum5(PostgreSQL.14).sql
index 4cb651104900..cfac566ce698 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum6(PostgreSQL.14).sql
index 52a5f459ffa4..eb190df8cbda 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum7(PostgreSQL.14).sql
index 7880d812e91e..a7c97d08bdc8 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @v1 Integer -- Int32
SET @v1 = 1
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum81(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum81(PostgreSQL.14).sql
index c0d205d5e2e9..dbcc9f4d3a9a 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum81(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum81(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum812(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum812(PostgreSQL.14).sql
index 6ef381f8f751..942fd51c81a2 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum812(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum812(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum82(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum82(PostgreSQL.14).sql
index 4850bab65796..8a6817bb4031 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum82(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum82(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @testValue Integer -- Int32
SET @testValue = 1
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum9(PostgreSQL.14).sql
index 2d8079de4543..7a2dfc8b92eb 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Enum9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner1(PostgreSQL.14).sql
index 3d1d60eec24b..6afc75f70b94 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner2(PostgreSQL.14).sql
index 923aea7c48c0..c3db4f91684b 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner3(PostgreSQL.14).sql
index be3ad6c8973e..b91d0463c235 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Inner3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue171Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue171Test(PostgreSQL.14).sql
index 1190c7bf2e3e..7949b6080e8e 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue171Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue171Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Gender"
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test1(PostgreSQL.14).sql
index 650eab2e8e53..350199eab81b 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test2(PostgreSQL.14).sql
index 650eab2e8e53..350199eab81b 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue1833Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue3060Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue3060Test(PostgreSQL.14).sql
index 0dab953bf515..508d5b9581d5 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue3060Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.Issue3060Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Uid Bytea(16) -- Binary
SET @Uid = E'\\x3D667BBCDE0F27438F925D8CC3A11D11'::bytea
DECLARE @Id Bigint -- Int64
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore1(PostgreSQL.14).sql
index e249a71813e5..59711c9ab47e 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore2(PostgreSQL.14).sql
index e249a71813e5..59711c9ab47e 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore3(PostgreSQL.14).sql
index e249a71813e5..59711c9ab47e 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MapIgnore3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.14,False).sql
index 0d11c14f5241..871c7e9a2ee0 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,1::decimal)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.14,True).sql
index acdff9fdcdd9..e59c816bc7ca 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Decimal(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,NULL::decimal)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.14,0.0d).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.14,0.0d).sql
index 8de4f86a26a6..7f15bbfb736e 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.14,0.0d).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.14,0.0d).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,0::Float)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.14,null).sql
index 31d9a761b886..f8154a846b52 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Double(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,NULL::Float)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.14,0.0f).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.14,0.0f).sql
index 84e42e03fac0..d66afaf18176 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.14,0.0f).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.14,0.0f).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,0::Real)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.14,null).sql
index 28d2e7af75b6..7e597be34f99 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Float(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,NULL::Real)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.14,1L).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.14,1L).sql
index c87861d9f0a1..12812c306f40 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.14,1L).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.14,1L).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,1::BigInt)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.14,null).sql
index 228a7a0cb66f..5fe0542590de 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_Int64(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
@@ -9,7 +9,7 @@ FROM
(1,NULL::BigInt)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
arg."Id",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.14,1).sql
index 2e8be5558b64..29c379b593bd 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Bigint -- Int64
SET @Value = 1
@@ -11,7 +11,7 @@ FROM
(1,:Value)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Bigint -- Int64
SET @Value = 2147483648
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.14,null).sql
index d61433f7d32f..4a0965d8d3f4 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt32(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Bigint -- Int64
SET @Value = NULL
@@ -11,7 +11,7 @@ FROM
(1,:Value)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Bigint -- Int64
SET @Value = 2147483648
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.14,1UL).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.14,1UL).sql
index b92d5d30a5af..61125759ef72 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.14,1UL).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.14,1UL).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Numeric(1, 0) -- Decimal
SET @Value = 1
@@ -11,7 +11,7 @@ FROM
(1,:Value)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Numeric(10, 0) -- Decimal
SET @Value = 2147483648
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.14,null).sql
index a29fc2d92bc5..6484029e9242 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromEnumerable_UInt64(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Numeric -- Decimal
SET @Value = NULL
@@ -11,7 +11,7 @@ FROM
(1,:Value)
) arg("Id", "Value") ON entity."PersonID" = arg."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Numeric(10, 0) -- Decimal
SET @Value = 2147483648
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,False,False).sql
index 5fe3ce521104..1d886e23cfc7 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(1, 0) -- Decimal
SET @value = 1
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(13, 3) -- Decimal
SET @value = 2147483648.123
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,False,True).sql
index 5fc1350ae8d0..2a24a5c5cf92 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Numeric -- Decimal
SET @value = NULL
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(13, 3) -- Decimal
SET @value = 2147483648.123
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,True,False).sql
index e2df14bbcfd1..a20cbd2be7d0 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,True,True).sql
index 09d7c3da38fa..8075c37b0f98 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Decimal(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,False,0.0d).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,False,0.0d).sql
index 4e9f2ea69682..b7331c7f2722 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,False,0.0d).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,False,0.0d).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = 0
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = 3147483648
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,False,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,False,null).sql
index 8800f9ec2b47..1152e7a54369 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,False,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,False,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = NULL
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Double
SET @value = 3147483648
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,True,0.0d).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,True,0.0d).sql
index d970d8a2121d..c7db3b11d63d 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,True,0.0d).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,True,0.0d).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,True,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,True,null).sql
index aa0767a4d0d0..58d1a8eb4d84 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,True,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Double(PostgreSQL.14,True,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,False,0.0f).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,False,0.0f).sql
index bc3b0731fd56..d576a0166c91 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,False,0.0f).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,False,0.0f).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = 0
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = 3.14748365E+09
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,False,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,False,null).sql
index 6732c64b8cd7..0674159f7044 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,False,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,False,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = NULL
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Real -- Single
SET @value = 3.14748365E+09
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,True,0.0f).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,True,0.0f).sql
index 45775b9b4ca3..ecc1fbead690 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,True,0.0f).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,True,0.0f).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,True,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,True,null).sql
index 5f01953f8d8b..fbcebfe263d8 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,True,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Float(PostgreSQL.14,True,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,False,1L).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,False,1L).sql
index fdf2f402bada..fa6b212996d7 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,False,1L).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,False,1L).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 1
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 2147483648
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,False,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,False,null).sql
index 04798262154d..7c05d7fd6318 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,False,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,False,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = NULL
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 2147483648
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,True,1L).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,True,1L).sql
index e998a4a853d5..c4e3de316db7 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,True,1L).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,True,1L).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,True,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,True,null).sql
index 1575c4215b82..8cdfe0701a93 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,True,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_Int64(PostgreSQL.14,True,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,False,1).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,False,1).sql
index fdf2f402bada..fa6b212996d7 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,False,1).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,False,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 1
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 2147483648
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,False,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,False,null).sql
index 04798262154d..7c05d7fd6318 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,False,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,False,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = NULL
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 2147483648
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,True,1).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,True,1).sql
index e998a4a853d5..c4e3de316db7 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,True,1).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,True,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,True,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,True,null).sql
index 1575c4215b82..8cdfe0701a93 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,True,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt32(PostgreSQL.14,True,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.14,False,1UL).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.14,False,1UL).sql
index a9c376ea6f02..95e778fe3563 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.14,False,1UL).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.14,False,1UL).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(1, 0) -- Decimal
SET @value = 1
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(10, 0) -- Decimal
SET @value = 2147483648
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.14,False,null).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.14,False,null).sql
index 41d4f4fdcf5e..f4e1bfe82698 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.14,False,null).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.MappingTypingByConstant_FromQuery_UInt64(PostgreSQL.14,False,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Numeric -- Decimal
SET @value = NULL
@@ -14,7 +14,7 @@ FROM
"Person" r
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Numeric(10, 0) -- Decimal
SET @value = 2147483648
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping1(PostgreSQL.14).sql
index 387ba6334e0b..eac2c45509d2 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping2(PostgreSQL.14).sql
index 2c4532136953..5f71d3515e9d 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestInterfaceMapping2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ChildID"
diff --git a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestMethod(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestMethod(PostgreSQL.14).sql
index 20ade0c053d1..69ea0915de5a 100644
--- a/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestMethod(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MappingTests/Tests.Linq.MappingTests.TestMethod(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Abs(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Abs(PostgreSQL.14).sql
index 30225a1dec85..2ef11c32c7de 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Abs(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Abs(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Acos(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Acos(PostgreSQL.14).sql
index 3f0864be209e..4dbdad2fa233 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Acos(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Acos(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Asin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Asin(PostgreSQL.14).sql
index 13c0e67df580..103edb78c924 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Asin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Asin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan(PostgreSQL.14).sql
index 7d43e2dc96f7..36c6b3b85064 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan2(PostgreSQL.14).sql
index 243e41f156cf..47a098c82f63 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Atan2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling1(PostgreSQL.14).sql
index fe99e8352f88..16361209e428 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling2(PostgreSQL.14).sql
index 3447d75f820a..485f39aacf89 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Ceiling2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cos(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cos(PostgreSQL.14).sql
index aa7c8ab5bfa4..1079047e6582 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cos(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cos(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cosh(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cosh(PostgreSQL.14).sql
index ea8bfc37cbe2..daae18d934b5 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cosh(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cosh(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cot(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cot(PostgreSQL.14).sql
index c010a31ac88d..6da56456b0cd 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cot(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Cot(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees1(PostgreSQL.14).sql
index 0e2b8eeb9e0d..dd3897623ea7 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees2(PostgreSQL.14).sql
index fc79ff4bf33d..17f49eedafb8 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Floor(t."Value_1")
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees3(PostgreSQL.14).sql
index 471d1e2734e8..c9a58d1109dc 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Degrees3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Exp(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Exp(PostgreSQL.14).sql
index fc80c4999423..27bbac26bef2 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Exp(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Exp(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Floor(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Floor(PostgreSQL.14).sql
index 89fd6979c59e..ebbd826559fd 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Floor(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Floor(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log(PostgreSQL.14).sql
index b5b7f779331f..14287af5473e 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log10(PostgreSQL.14).sql
index 000ffb790d38..5911f9102872 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log2(PostgreSQL.14).sql
index 5f3fd77e51de..fd3d0da8b41c 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Log2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Max(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Max(PostgreSQL.14).sql
index 44645ea4be4b..cf50c63f175c 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Max(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Max(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Min(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Min(PostgreSQL.14).sql
index b2fb4d569a21..992912d3d39e 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Min(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Min(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Pow(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Pow(PostgreSQL.14).sql
index 107742ce1031..20b91a39d3a7 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Pow(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Pow(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.PowDecimal(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.PowDecimal(PostgreSQL.14).sql
index 146c0a859669..fdc53d6f0820 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.PowDecimal(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.PowDecimal(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round1(PostgreSQL.14).sql
index aabdebe8d7be..c2492aa6f897 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round10(PostgreSQL.14).sql
index 9f048eba3157..bf60209e787d 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round11(PostgreSQL.14).sql
index 62fdbd519686..8b2da556bdb4 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,AwayFromZero,1).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,AwayFromZero,1).sql
index 27758a513071..43160eb74a44 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,AwayFromZero,1).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,AwayFromZero,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,AwayFromZero,2).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,AwayFromZero,2).sql
index 27758a513071..43160eb74a44 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,AwayFromZero,2).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,AwayFromZero,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,ToEven,1).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,ToEven,1).sql
index 9f048eba3157..bf60209e787d 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,ToEven,1).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,ToEven,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,ToEven,2).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,ToEven,2).sql
index 9f048eba3157..bf60209e787d 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,ToEven,2).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round12(PostgreSQL.14,ToEven,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round2(PostgreSQL.14).sql
index 4562cbd9d169..adfaec926f45 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round3(PostgreSQL.14).sql
index 9f048eba3157..bf60209e787d 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4(PostgreSQL.14).sql
index 62fdbd519686..8b2da556bdb4 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4Sql(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4Sql(PostgreSQL.14).sql
index 10cce7067965..4d0bf1295eac 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4Sql(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round4Sql(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round5(PostgreSQL.14).sql
index 2f60f9a40f3a..e98135d9cf37 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round6(PostgreSQL.14).sql
index a54668c00e24..a5a44ecfd23e 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round7(PostgreSQL.14).sql
index aabdebe8d7be..c2492aa6f897 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round8(PostgreSQL.14).sql
index 4562cbd9d169..adfaec926f45 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round9(PostgreSQL.14).sql
index d71a7c7fd54f..a49d17d60ed2 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Round9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t.c1
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sign(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sign(PostgreSQL.14).sql
index 87095352ec77..7d327adfa896 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sign(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sign(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sin(PostgreSQL.14).sql
index 615869823736..844727862ace 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sinh(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sinh(PostgreSQL.14).sql
index a1203776d3cf..32cd7702fcdf 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sinh(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sinh(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sqrt(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sqrt(PostgreSQL.14).sql
index 3dec8f177589..4ce8f009087a 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sqrt(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Sqrt(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tan(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tan(PostgreSQL.14).sql
index 0b453fbfa905..c7f0b7a186de 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tan(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tan(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tanh(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tanh(PostgreSQL.14).sql
index 05c3ad8c0a47..ccfe2edbaa1c 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tanh(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Tanh(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate1(PostgreSQL.14).sql
index d5a401c24a29..e6ca468036f3 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate2(PostgreSQL.14).sql
index cf4b2baf1dac..2775a190adf3 100644
--- a/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MathFunctionTests/Tests.Linq.MathFunctionTests.Truncate2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Trunc((-t."MoneyValue"), 0)
diff --git a/PostgreSQL.14/Tests/Linq/MemberTranslatorTests/Tests.Linq.MemberTranslatorTests.MemberTranslatorTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MemberTranslatorTests/Tests.Linq.MemberTranslatorTests.MemberTranslatorTest(PostgreSQL.14).sql
index ddcf00014bb9..bf22caedbf2a 100644
--- a/PostgreSQL.14/Tests/Linq/MemberTranslatorTests/Tests.Linq.MemberTranslatorTests.MemberTranslatorTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MemberTranslatorTests/Tests.Linq.MemberTranslatorTests.MemberTranslatorTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."FirstName" ~ 'Jo.*'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test3(PostgreSQL.14).sql
index 68a21ff6aa5a..5e2025e4475a 100644
--- a/PostgreSQL.14/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test4(PostgreSQL.14).sql
index 32507fbb7f31..8c9c7b1fb127 100644
--- a/PostgreSQL.14/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -12,7 +12,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test5(PostgreSQL.14).sql
index f1cdc3d110f9..47ecb4257ad9 100644
--- a/PostgreSQL.14/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/MultipleQueryTests/Tests.Linq.MultipleQueryTests.Test5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -14,7 +14,7 @@ FROM
) m_1
INNER JOIN "Parent" d ON d."ParentID" = m_1."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Ints(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Ints(PostgreSQL.14).sql
index 74d28960e920..f3574b49c965 100644
--- a/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Ints(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Ints(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."Int", 2)
@@ -7,7 +7,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
s."Int" = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
s."Int" <> 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."Int", 4)
@@ -34,7 +34,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
s."Int" = 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
s."Int" <> 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Int"
@@ -61,7 +61,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,14 +70,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableInt", 2)
@@ -86,7 +86,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -95,7 +95,7 @@ FROM
WHERE
s."NullableInt" = 2 OR s."NullableInt" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -104,7 +104,7 @@ FROM
WHERE
NOT (s."NullableInt" = 2 OR s."NullableInt" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableInt", 4)
@@ -113,7 +113,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -122,7 +122,7 @@ FROM
WHERE
s."NullableInt" = 4 OR s."NullableInt" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -131,7 +131,7 @@ FROM
WHERE
NOT (s."NullableInt" = 4 OR s."NullableInt" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."NullableInt"
@@ -140,7 +140,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -149,7 +149,7 @@ FROM
WHERE
s."NullableInt" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.IntsSql(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.IntsSql(PostgreSQL.14).sql
index 74d28960e920..f3574b49c965 100644
--- a/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.IntsSql(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.IntsSql(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."Int", 2)
@@ -7,7 +7,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
s."Int" = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
s."Int" <> 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."Int", 4)
@@ -34,7 +34,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
s."Int" = 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
s."Int" <> 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Int"
@@ -61,7 +61,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,14 +70,14 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Src" s
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableInt", 2)
@@ -86,7 +86,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -95,7 +95,7 @@ FROM
WHERE
s."NullableInt" = 2 OR s."NullableInt" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -104,7 +104,7 @@ FROM
WHERE
NOT (s."NullableInt" = 2 OR s."NullableInt" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableInt", 4)
@@ -113,7 +113,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -122,7 +122,7 @@ FROM
WHERE
s."NullableInt" = 4 OR s."NullableInt" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -131,7 +131,7 @@ FROM
WHERE
NOT (s."NullableInt" = 4 OR s."NullableInt" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."NullableInt"
@@ -140,7 +140,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -149,7 +149,7 @@ FROM
WHERE
s."NullableInt" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Strings(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Strings(PostgreSQL.14).sql
index 2a46be164168..6af210e654ce 100644
--- a/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Strings(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.Strings(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."String", 'abc')
@@ -7,7 +7,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
s."String" = 'abc' OR s."String" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
NOT (s."String" = 'abc' OR s."String" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."String", 'xyz')
@@ -34,7 +34,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
s."String" = 'xyz' OR s."String" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
NOT (s."String" = 'xyz' OR s."String" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."String"
@@ -61,7 +61,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
s."String" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
s."String" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableString", 'abc')
@@ -88,7 +88,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
s."NullableString" = 'abc' OR s."NullableString" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -106,7 +106,7 @@ FROM
WHERE
NOT (s."NullableString" = 'abc' OR s."NullableString" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableString", 'xyz')
@@ -115,7 +115,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -124,7 +124,7 @@ FROM
WHERE
s."NullableString" = 'xyz' OR s."NullableString" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -133,7 +133,7 @@ FROM
WHERE
NOT (s."NullableString" = 'xyz' OR s."NullableString" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."NullableString"
@@ -142,7 +142,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -151,7 +151,7 @@ FROM
WHERE
s."NullableString" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.StringsSql(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.StringsSql(PostgreSQL.14).sql
index 2a46be164168..6af210e654ce 100644
--- a/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.StringsSql(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/NullIfTests/Tests.Linq.NullIfTests.StringsSql(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."String", 'abc')
@@ -7,7 +7,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
s."String" = 'abc' OR s."String" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
NOT (s."String" = 'abc' OR s."String" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."String", 'xyz')
@@ -34,7 +34,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
s."String" = 'xyz' OR s."String" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
NOT (s."String" = 'xyz' OR s."String" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."String"
@@ -61,7 +61,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
s."String" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
s."String" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableString", 'abc')
@@ -88,7 +88,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
s."NullableString" = 'abc' OR s."NullableString" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -106,7 +106,7 @@ FROM
WHERE
NOT (s."NullableString" = 'abc' OR s."NullableString" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULLIF(s."NullableString", 'xyz')
@@ -115,7 +115,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -124,7 +124,7 @@ FROM
WHERE
s."NullableString" = 'xyz' OR s."NullableString" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -133,7 +133,7 @@ FROM
WHERE
NOT (s."NullableString" = 'xyz' OR s."NullableString" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."NullableString"
@@ -142,7 +142,7 @@ FROM
ORDER BY
s."Int"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -151,7 +151,7 @@ FROM
WHERE
s."NullableString" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.FalseTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.FalseTest(PostgreSQL.14).sql
index 6a2698969482..35152d8589e5 100644
--- a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.FalseTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.FalseTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -8,7 +8,7 @@ FROM
WHERE
t."Value" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -18,7 +18,7 @@ FROM
WHERE
t."Value" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -28,7 +28,7 @@ FROM
WHERE
t."Value" = True OR t."Value" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.14,False).sql
index 60a2115f4395..bfaa308ef9b3 100644
--- a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -8,7 +8,7 @@ FROM
WHERE
t."Value"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -18,7 +18,7 @@ FROM
WHERE
t."Value" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -28,7 +28,7 @@ FROM
WHERE
t."Value" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -38,7 +38,7 @@ FROM
WHERE
NOT t."Value"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -48,7 +48,7 @@ FROM
WHERE
t."Value" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.14,True).sql
index 60a2115f4395..bfaa308ef9b3 100644
--- a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NotNullableTest(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -8,7 +8,7 @@ FROM
WHERE
t."Value"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -18,7 +18,7 @@ FROM
WHERE
t."Value" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -28,7 +28,7 @@ FROM
WHERE
t."Value" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -38,7 +38,7 @@ FROM
WHERE
NOT t."Value"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -48,7 +48,7 @@ FROM
WHERE
t."Value" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NullTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NullTest(PostgreSQL.14).sql
index ae63822e9c5c..98d496e3a1d4 100644
--- a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NullTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.NullTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -8,7 +8,7 @@ FROM
WHERE
t."Value" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.TrueTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.TrueTest(PostgreSQL.14).sql
index d05a365ee8aa..7fa9bbd7cd20 100644
--- a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.TrueTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.TrueTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -8,7 +8,7 @@ FROM
WHERE
t."Value" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -18,7 +18,7 @@ FROM
WHERE
t."Value" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -28,7 +28,7 @@ FROM
WHERE
t."Value" = False OR t."Value" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.14,False).sql
index 1379bedbbd87..8897c795901b 100644
--- a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = False
@@ -10,7 +10,7 @@ FROM
WHERE
t."Value" = :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = False
@@ -22,7 +22,7 @@ FROM
WHERE
t."Value" = :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = False
@@ -34,7 +34,7 @@ FROM
WHERE
t."Value" <> :value OR t."Value" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = False
diff --git a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.14,True).sql
index 7927487884b0..d816e0750f62 100644
--- a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = True
@@ -10,7 +10,7 @@ FROM
WHERE
t."Value" = :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = True
@@ -22,7 +22,7 @@ FROM
WHERE
t."Value" = :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = True
@@ -34,7 +34,7 @@ FROM
WHERE
t."Value" <> :value OR t."Value" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Boolean
SET @value = True
diff --git a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.14,null).sql
index 80792ebe40de..bdb83de995f6 100644
--- a/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/NullableBoolTests/Tests.Linq.NullableBoolTests.ValueTest(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -8,7 +8,7 @@ FROM
WHERE
t."Value" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -18,7 +18,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -28,7 +28,7 @@ FROM
WHERE
t."Value" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.DoubleOrderBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.DoubleOrderBy(PostgreSQL.14).sql
index 8c7f34c31ae0..50007eaf2f3f 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.DoubleOrderBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.DoubleOrderBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNoTransformTests(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNoTransformTests(PostgreSQL.14).sql
index 0177349f1736..3419cb304098 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNoTransformTests(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNoTransformTests(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNotFailTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNotFailTest(PostgreSQL.14).sql
index 24fc1783e0cb..0aa0934c6f60 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNotFailTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctNotFailTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctPartialTransformTests(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctPartialTransformTests(PostgreSQL.14).sql
index a0ac1f88b34b..780cd1b88d17 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctPartialTransformTests(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctPartialTransformTests(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTest(PostgreSQL.14).sql
index 04270359a245..349faadd9e89 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -10,7 +10,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -26,7 +26,7 @@ ORDER BY
MAX(x."OrderData1")
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -38,7 +38,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTestOrdering(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTestOrdering(PostgreSQL.14).sql
index d1a29ef97983..cf03a9f70ed5 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTestOrdering(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByDistinctTestOrdering(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -10,7 +10,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -24,7 +24,7 @@ ORDER BY
x."OrderData1"
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -36,7 +36,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -50,7 +50,7 @@ ORDER BY
x."OrderData1" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -62,7 +62,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -77,7 +77,7 @@ ORDER BY
x."OrderData2"
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -89,7 +89,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -104,7 +104,7 @@ ORDER BY
x."OrderData2" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -116,7 +116,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -131,7 +131,7 @@ ORDER BY
x."OrderData2" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -143,7 +143,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByExpressionDistinctTests(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByExpressionDistinctTests(PostgreSQL.14).sql
index 62c4b2f6db99..657196b02ba4 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByExpressionDistinctTests(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByExpressionDistinctTests(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
@@ -10,7 +10,7 @@ FROM
"OrderByDistinctData" x
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderBySubQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderBySubQuery(PostgreSQL.14).sql
index 25bf4a90d560..188debc58b44 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderBySubQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderBySubQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByUnionOptimization(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByUnionOptimization(PostgreSQL.14).sql
index df52cf264328..8c11c172c019 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByUnionOptimization(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByDistinctTests/Tests.Linq.OrderByDistinctTests.OrderByUnionOptimization(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
t1."Id"
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.ConditionOrderBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.ConditionOrderBy(PostgreSQL.14).sql
index 19d5af5bbadc..c8b8bdf3fc4d 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.ConditionOrderBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.ConditionOrderBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count1(PostgreSQL.14).sql
index 41c804eb594e..6ac6fd83adb1 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count2(PostgreSQL.14).sql
index 5ea80236150f..d7caf8230288 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Count2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Distinct(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Distinct(PostgreSQL.14).sql
index 7c47196d4bcb..03b98fae7886 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Distinct(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Distinct(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.14,False).sql
index 41fc1f957846..ce4c3da6c8f7 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.14,True).sql
index 4af8c3491693..68da0854277f 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.14,False).sql
index daf789dca34d..7a821c178e72 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.14,True).sql
index 5fb820df9f02..73a546479b70 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.14,False).sql
index 142ed87390c4..56501e318cf1 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.14,True).sql
index b4742bd3d21d..799455df7237 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.EnableConstantExpressionInOrderByTest3(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Issue4586Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Issue4586Test(PostgreSQL.14).sql
index 146fc5f665d5..b8c6ca30e4ac 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Issue4586Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Issue4586Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min1(PostgreSQL.14).sql
index 772a21d2edff..105cfdfbb4d9 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MIN(t1."ParentID")
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min2(PostgreSQL.14).sql
index 2912acc6bedd..c4fee932a236 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min3(PostgreSQL.14).sql
index d65d23d40ef7..046097ba1c39 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Min3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderAscDesc(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderAscDesc(PostgreSQL.14).sql
index 9dad128d27c7..c4f45dc22d60 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderAscDesc(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderAscDesc(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy1(PostgreSQL.14).sql
index 3b2aad3a0c19..0310a20a8f3a 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy10(PostgreSQL.14).sql
index b6abf375a2d6..2c1b61fd2f0f 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy11(PostgreSQL.14).sql
index 0dd5f6ac7a90..1ede3faa2f22 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy12(PostgreSQL.14).sql
index efd9f9e392b7..5770f74c4587 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy2(PostgreSQL.14).sql
index 3b2aad3a0c19..0310a20a8f3a 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy3(PostgreSQL.14).sql
index 3b2aad3a0c19..0310a20a8f3a 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy4(PostgreSQL.14).sql
index 33bc7821823a..84c2312e6d1f 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy5(PostgreSQL.14).sql
index 5f613ed70070..914002c5df41 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy6(PostgreSQL.14).sql
index eee9a24ee415..cc487642dcc2 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
person_1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy7(PostgreSQL.14).sql
index 49567e950e96..e758b5186039 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy8(PostgreSQL.14).sql
index 89a57ac22eb2..681587fc2a2a 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy9(PostgreSQL.14).sql
index 357fcf944315..7923a7678270 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBy9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByAndGroupByConstant(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByAndGroupByConstant(PostgreSQL.14).sql
index 489ad982573c..c68ddb0c2de6 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByAndGroupByConstant(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByAndGroupByConstant(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
@@ -10,7 +10,7 @@ FROM
"Child" g_1
LIMIT :take
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.14,False).sql
index b7922ebe6120..c5a93833dea0 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -11,7 +11,7 @@ FROM
ORDER BY
Length(t1."FirstName") > 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.14,True).sql
index 17d59e8fa6fe..a78b8623ceb4 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByBoolean(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -11,7 +11,7 @@ FROM
ORDER BY
Length(t1."FirstName") > 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContains(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContains(PostgreSQL.14).sql
index f021d2d6bb56..c4ba12f5e7db 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContains(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContains(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContainsSubquery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContainsSubquery(PostgreSQL.14).sql
index 2aea9fce4339..23aa6e514dc0 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContainsSubquery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContainsSubquery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."ID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuous(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuous(PostgreSQL.14).sql
index 456b3f9570f4..f0320b8d7b31 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuous(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuous(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuousDuplicates(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuousDuplicates(PostgreSQL.14).sql
index f35dfa887a63..edbf08dcceae 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuousDuplicates(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderByContinuousDuplicates(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany1(PostgreSQL.14).sql
index 63c91921f9aa..377035c2e657 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany2(PostgreSQL.14).sql
index e780b51cbf8b..a4680a462e81 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany3(PostgreSQL.14).sql
index fe63f503b244..b0592189024f 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelectMany3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf1(PostgreSQL.14).sql
index e4e246fc8140..ef9a754d96d4 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf2(PostgreSQL.14).sql
index be9239741190..955a30e7b6b6 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.OrderBySelf2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.RemoveOrderBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.RemoveOrderBy(PostgreSQL.14).sql
index 3615ca22b464..3fc069684b97 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.RemoveOrderBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.RemoveOrderBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -11,7 +11,7 @@ ORDER BY
t1."ParentID"
LIMIT :take
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Take(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Take(PostgreSQL.14).sql
index 1ba8cf9fa238..afa0336379a4 100644
--- a/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Take(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/OrderByTests/Tests.Linq.OrderByTests.Take(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(PostgreSQL.14).sql
index 2d5b2e2a2cac..910d7dc560ae 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Caching(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -10,7 +10,7 @@ FROM
WHERE
x."ParentID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -18,7 +18,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 3
DECLARE @p_1 Integer -- Int32
@@ -32,7 +32,7 @@ FROM
WHERE
x."ParentID" = :p OR x."ParentID" = :p_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -40,7 +40,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
@@ -54,7 +54,7 @@ FROM
WHERE
x."ParentID" = :p OR x."ParentID" = :p_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.CharAsSqlParameter4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.CharAsSqlParameter4(PostgreSQL.14).sql
index 0e5e0418afac..425d6b31a9cb 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.CharAsSqlParameter4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.CharAsSqlParameter4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s1 Text(5) -- String
SET @s1 = '--'
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.ExposeSqlStringParameter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.ExposeSqlStringParameter(PostgreSQL.14).sql
index 3805a4e413d0..3bfa487d47df 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.ExposeSqlStringParameter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.ExposeSqlStringParameter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(3) -- String
SET @p = 'abc'
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.InlineParameter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.InlineParameter(PostgreSQL.14).sql
index 830927f5b56e..b8d11053038a 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.InlineParameter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.InlineParameter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -9,7 +9,7 @@ WHERE
p."ParentID" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue1189Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue1189Test(PostgreSQL.14).sql
index f564a82b3e10..0b4da5e5cf53 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue1189Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue1189Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
k_1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue404Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue404Test(PostgreSQL.14).sql
index bbf521311427..257c35cbfbe0 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue404Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue404Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -9,14 +9,14 @@ FROM
"Table404One" m_1
INNER JOIN "Table404Two" d ON m_1."Id" = d."FirstTableId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Table404One" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cond Integer -- Int32
SET @cond = 0
@@ -31,14 +31,14 @@ FROM
WHERE
d."Usage" = :cond
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Table404One" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cond Integer -- Int32
SET @cond = 1
@@ -53,14 +53,14 @@ FROM
WHERE
d."Usage" = :cond
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Table404One" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -71,14 +71,14 @@ FROM
"Table404One" m_1
INNER JOIN "Table404Two" d ON m_1."Id" = d."FirstTableId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Table404One" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cond Integer -- Int32
SET @cond = 0
@@ -93,14 +93,14 @@ FROM
WHERE
d."Usage" = :cond
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Table404One" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cond Integer -- Int32
SET @cond = 1
@@ -115,7 +115,7 @@ FROM
WHERE
d."Usage" = :cond
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4052(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4052(PostgreSQL.14).sql
index 6f642e8a82b4..ae45d782121f 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4052(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4052(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.14,False).sql
index c41a145fae04..4a886fd8e4b1 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @offset Integer -- Int32
SET @offset = -1
@@ -7,7 +7,7 @@ UPDATE
SET
"Field" = ("Issue4963Table"."Field"::Int + :offset)::SmallInt
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.14,True).sql
index 8d9e2805ba44..0044f61b6a88 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue4963(PostgreSQL.14,True).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Issue4963Table"
SET
"Field" = ("Issue4963Table"."Field"::Int + -1)::SmallInt
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,False,False).sql
index d29390bc563c..a998cc5b249e 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestBool"
(
@@ -11,7 +11,7 @@ VALUES
True
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,14 +20,14 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
SET
"Value" = NOT "TestBool"."Value"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -36,7 +36,7 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
@@ -44,7 +44,7 @@ SET
"Id" = 1,
"Value" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,False,True).sql
index 89072586b191..9da7c77aa26f 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestBool"
(
@@ -11,7 +11,7 @@ VALUES
False
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,14 +20,14 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
SET
"Value" = NOT "TestBool"."Value"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -36,7 +36,7 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
@@ -44,7 +44,7 @@ SET
"Id" = 1,
"Value" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,False,null).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,False,null).sql
index 3be4c1ac8096..5e94755c4de7 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,False,null).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,False,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestBool"
(
@@ -11,7 +11,7 @@ VALUES
NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,14 +20,14 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
SET
"Value" = NOT "TestBool"."Value"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -36,7 +36,7 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
@@ -44,7 +44,7 @@ SET
"Id" = 1,
"Value" = NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,True,False).sql
index d29390bc563c..a998cc5b249e 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestBool"
(
@@ -11,7 +11,7 @@ VALUES
True
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,14 +20,14 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
SET
"Value" = NOT "TestBool"."Value"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -36,7 +36,7 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
@@ -44,7 +44,7 @@ SET
"Id" = 1,
"Value" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,True,True).sql
index 89072586b191..9da7c77aa26f 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestBool"
(
@@ -11,7 +11,7 @@ VALUES
False
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,14 +20,14 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
SET
"Value" = NOT "TestBool"."Value"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -36,7 +36,7 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
@@ -44,7 +44,7 @@ SET
"Id" = 1,
"Value" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,True,null).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,True,null).sql
index 3be4c1ac8096..5e94755c4de7 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,True,null).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Issue_BooleanNullPreserved(PostgreSQL.14,True,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestBool"
(
@@ -11,7 +11,7 @@ VALUES
NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -20,14 +20,14 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
SET
"Value" = NOT "TestBool"."Value"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -36,7 +36,7 @@ FROM
"TestBool" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TestBool"
@@ -44,7 +44,7 @@ SET
"Id" = 1,
"Value" = NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.LambdaParameterTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.LambdaParameterTest(PostgreSQL.14).sql
index 33b5187d704e..7b1d6c97ea4c 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.LambdaParameterTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.LambdaParameterTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -10,7 +10,7 @@ FROM
WHERE
r."ParentID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.SqlStringParameter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.SqlStringParameter(PostgreSQL.14).sql
index 29677b92cfe1..9df94e9e5530 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.SqlStringParameter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.SqlStringParameter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(4) -- String
SET @p = 'John'
@@ -14,7 +14,7 @@ WHERE
t."FirstName" = :p
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(6) -- String
SET @p = 'Tester'
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test1(PostgreSQL.14).sql
index b9bb936f17a7..92c52b9eee97 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2020-02-29 17:54:55.123'::timestamp
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test2(PostgreSQL.14).sql
index 4d6b9e53fe40..8a15a3ea28a1 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 1
DECLARE @id2 Integer -- Int32
@@ -15,7 +15,7 @@ ORDER BY
p."ParentID"
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 2
DECLARE @id2 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluation(PostgreSQL.14).sql
index b55e2cdb9dad..75fe7009674e 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 1
DECLARE @p Integer -- Int32
@@ -39,7 +39,7 @@ WHERE
:p_1 <> p_2."PersonID"
))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 3
DECLARE @paramCopy Integer -- Int32
@@ -80,7 +80,7 @@ WHERE
:p_1 <> p_2."PersonID"
))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 4
DECLARE @p_1 Integer -- Int32
@@ -121,7 +121,7 @@ WHERE
p_2."PersonID" = :paramCopy
))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 1
DECLARE @p Integer -- Int32
@@ -162,7 +162,7 @@ WHERE
:p_1 <> p_2."PersonID"
))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 4
DECLARE @p_1 Integer -- Int32
@@ -203,7 +203,7 @@ WHERE
p_2."PersonID" = :paramCopy
))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 3
DECLARE @paramCopy Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluationCaching(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluationCaching(PostgreSQL.14).sql
index 59afbfa60ae3..efdc3a0cbf0b 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluationCaching(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestIQueryableParameterEvaluationCaching(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 1
@@ -20,7 +20,7 @@ WHERE
p."PersonID" = :paramCopy
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 2
@@ -42,7 +42,7 @@ WHERE
p."PersonID" = :paramCopy
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 3
@@ -64,7 +64,7 @@ WHERE
p."PersonID" = :paramCopy
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 4
@@ -86,7 +86,7 @@ WHERE
p."PersonID" = :paramCopy
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @paramCopy Integer -- Int32
SET @paramCopy = 1
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestInternationalParamName(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestInternationalParamName(PostgreSQL.14).sql
index c04d9351aa3d..da34a4f40bed 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestInternationalParamName(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestInternationalParamName(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -10,7 +10,7 @@ FROM
WHERE
p."ParentID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -22,7 +22,7 @@ FROM
WHERE
p."ParentID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestOptimizingParameters(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestOptimizingParameters(PostgreSQL.14).sql
index 5d99d73a1d9e..b5669884357b 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestOptimizingParameters(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestOptimizingParameters(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParameterInEquals(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParameterInEquals(PostgreSQL.14).sql
index b5b61254f63e..4ba488e441b8 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParameterInEquals(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParameterInEquals(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.14,1).sql
index 2670c6d86735..f980804a2cea 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 1
DECLARE @personId_1 Integer -- Int32
@@ -20,7 +20,7 @@ FROM
WHERE
p."PersonID" = :personId AND p."PersonID" = :personId_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 1
DECLARE @personId_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.14,2).sql
index 2670c6d86735..f980804a2cea 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestParametersByEquality(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 1
DECLARE @personId_1 Integer -- Int32
@@ -20,7 +20,7 @@ FROM
WHERE
p."PersonID" = :personId AND p."PersonID" = :personId_1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 1
DECLARE @personId_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestPositionedParameters(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestPositionedParameters(PostgreSQL.14).sql
index f3e410e5fb51..c9af62a717a8 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestPositionedParameters(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestPositionedParameters(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @z2 Integer -- Int32
SET @z2 = 2
DECLARE @y10 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryCacheWithNullParameters(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryCacheWithNullParameters(PostgreSQL.14).sql
index 1ef76aa918a5..3825033f4ebf 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryCacheWithNullParameters(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryCacheWithNullParameters(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCall(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCall(PostgreSQL.14).sql
index 07731464c5ce..0e88a351161a 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCall(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCall(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParameters(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParameters(PostgreSQL.14).sql
index 23f6baa1ebde..ff90062b50e9 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParameters(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParameters(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround(PostgreSQL.14).sql
index 23f6baa1ebde..ff90062b50e9 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround2(PostgreSQL.14).sql
index 23f6baa1ebde..ff90062b50e9 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestQueryableCallWithParametersWorkaround2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestSimpleParameterEvaluation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestSimpleParameterEvaluation(PostgreSQL.14).sql
index 34237cd6abde..f71da2f49f0a 100644
--- a/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestSimpleParameterEvaluation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ParameterTests/Tests.Linq.ParameterTests.TestSimpleParameterEvaluation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
t1."PersonID" IN (2, 3, 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.14,False).sql
index 94283a526e85..90176e9e2252 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Value1" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -30,7 +30,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -41,7 +41,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -64,7 +64,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -75,7 +75,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -97,7 +97,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -108,7 +108,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -130,7 +130,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -141,7 +141,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -163,7 +163,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -174,7 +174,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -196,7 +196,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -207,7 +207,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -233,7 +233,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -244,7 +244,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -270,7 +270,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -281,7 +281,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -304,7 +304,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -315,7 +315,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -338,7 +338,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -349,7 +349,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -375,7 +375,7 @@ WHERE
ELSE True
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -386,7 +386,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -412,7 +412,7 @@ WHERE
ELSE True
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -423,7 +423,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -445,7 +445,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -456,7 +456,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -478,7 +478,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -489,7 +489,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -515,7 +515,7 @@ WHERE
ELSE True
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -526,7 +526,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -552,7 +552,7 @@ WHERE
ELSE True
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -563,7 +563,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -585,7 +585,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -596,7 +596,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -618,7 +618,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -629,7 +629,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -651,7 +651,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -662,7 +662,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -684,7 +684,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -695,7 +695,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -717,7 +717,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -728,7 +728,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -750,7 +750,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -761,7 +761,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -783,7 +783,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -794,7 +794,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -816,7 +816,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -827,7 +827,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -853,7 +853,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -864,7 +864,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -890,7 +890,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -901,7 +901,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -927,7 +927,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -938,7 +938,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -964,7 +964,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -975,7 +975,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1001,7 +1001,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1012,7 +1012,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1038,7 +1038,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1049,7 +1049,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1075,7 +1075,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1086,7 +1086,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1112,7 +1112,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.14,True).sql
index 94283a526e85..90176e9e2252 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ComplexPredicateComparisonWithUnknown(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Value1" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -30,7 +30,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -41,7 +41,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -64,7 +64,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -75,7 +75,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -97,7 +97,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -108,7 +108,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -130,7 +130,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -141,7 +141,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -163,7 +163,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -174,7 +174,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -196,7 +196,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -207,7 +207,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -233,7 +233,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -244,7 +244,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -270,7 +270,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -281,7 +281,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -304,7 +304,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -315,7 +315,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -338,7 +338,7 @@ WHERE
) = (r."Value5" + :cnt)) OR
r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -349,7 +349,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -375,7 +375,7 @@ WHERE
ELSE True
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -386,7 +386,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -412,7 +412,7 @@ WHERE
ELSE True
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -423,7 +423,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -445,7 +445,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -456,7 +456,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -478,7 +478,7 @@ WHERE
r_1."Value1" = 1
) = (r."Value5" + :cnt)) OR r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -489,7 +489,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -515,7 +515,7 @@ WHERE
ELSE True
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -526,7 +526,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -552,7 +552,7 @@ WHERE
ELSE True
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -563,7 +563,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -585,7 +585,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -596,7 +596,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -618,7 +618,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -629,7 +629,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -651,7 +651,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -662,7 +662,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -684,7 +684,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -695,7 +695,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -717,7 +717,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -728,7 +728,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -750,7 +750,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -761,7 +761,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -783,7 +783,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -794,7 +794,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -816,7 +816,7 @@ WHERE
r_1."Value1" = 1
) + r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -827,7 +827,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -853,7 +853,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -864,7 +864,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -890,7 +890,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -901,7 +901,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -927,7 +927,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -938,7 +938,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -964,7 +964,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -975,7 +975,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1001,7 +1001,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1012,7 +1012,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1038,7 +1038,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1049,7 +1049,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1075,7 +1075,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1086,7 +1086,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cnt Integer -- Int32
SET @cnt = 18
@@ -1112,7 +1112,7 @@ WHERE
ELSE False
END)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.14,False).sql
index 4f4079c47fdd..98c816585ce9 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value5" = 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -36,7 +36,7 @@ WHERE
(r."Value5" <> 0 OR r."Value5" IS NULL) AND r."Value1" > r."Value4" OR
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -47,7 +47,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -61,7 +61,7 @@ WHERE
r."Value5" > 0 AND r."Value1" > r."Value4" OR r."Value1" <= r."Value4" OR
r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -72,7 +72,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -86,7 +86,7 @@ WHERE
r."Value5" >= 0 AND r."Value1" > r."Value4" OR r."Value1" <= r."Value4" OR
r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -97,7 +97,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -110,7 +110,7 @@ FROM
WHERE
r."Value5" < 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -121,7 +121,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -134,7 +134,7 @@ FROM
WHERE
r."Value5" <= 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -145,7 +145,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -158,7 +158,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL OR r."Value5" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -169,7 +169,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -182,7 +182,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND (r."Value5" <> 1 OR r."Value5" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -193,7 +193,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -206,7 +206,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value5" > 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -217,7 +217,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -230,7 +230,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL OR r."Value5" >= 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -241,7 +241,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -254,7 +254,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value5" < 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -265,7 +265,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -278,7 +278,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL OR r."Value5" <= 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -289,7 +289,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -302,7 +302,7 @@ FROM
WHERE
r."Value5" = 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -313,7 +313,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -327,7 +327,7 @@ WHERE
(r."Value5" <> 0 OR r."Value5" IS NULL) AND r."Value1" > r."Value4" OR
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -338,7 +338,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -351,7 +351,7 @@ FROM
WHERE
r."Value5" > 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -362,7 +362,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -375,7 +375,7 @@ FROM
WHERE
r."Value5" >= 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -386,7 +386,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -399,7 +399,7 @@ FROM
WHERE
r."Value5" < 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -410,7 +410,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -423,7 +423,7 @@ FROM
WHERE
r."Value5" <= 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -434,7 +434,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -447,7 +447,7 @@ FROM
WHERE
r."Value5" IS NULL OR r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -458,7 +458,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -471,7 +471,7 @@ FROM
WHERE
NOT (r."Value5" IS NULL OR r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -482,7 +482,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -495,7 +495,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -506,7 +506,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -519,7 +519,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -530,7 +530,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -543,7 +543,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -554,7 +554,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -567,7 +567,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -578,7 +578,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -594,7 +594,7 @@ WHERE
ELSE 0
END IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -605,7 +605,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -621,7 +621,7 @@ WHERE
ELSE 0
END IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -632,7 +632,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -645,7 +645,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -656,7 +656,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -669,7 +669,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -680,7 +680,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -693,7 +693,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -704,7 +704,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -717,7 +717,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -728,7 +728,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -741,7 +741,7 @@ FROM
WHERE
r."Value5" = 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -752,7 +752,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -765,7 +765,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR (r."Value5" <> 0 OR r."Value5" IS NULL) AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -776,7 +776,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -789,7 +789,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" > 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -800,7 +800,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -813,7 +813,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" >= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -824,7 +824,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -837,7 +837,7 @@ FROM
WHERE
r."Value5" < 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -848,7 +848,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -861,7 +861,7 @@ FROM
WHERE
r."Value5" <= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -872,7 +872,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -885,7 +885,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -896,7 +896,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -910,7 +910,7 @@ WHERE
(r."Value1" <= r."Value4" OR r."Value4" IS NULL) AND
(r."Value5" <> 1 OR r."Value5" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -921,7 +921,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -935,7 +935,7 @@ WHERE
(r."Value1" <= r."Value4" OR r."Value4" IS NULL) AND
r."Value5" > 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -946,7 +946,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -959,7 +959,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" >= 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -970,7 +970,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -984,7 +984,7 @@ WHERE
(r."Value1" <= r."Value4" OR r."Value4" IS NULL) AND
r."Value5" < 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -995,7 +995,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1008,7 +1008,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" <= 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1019,7 +1019,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1032,7 +1032,7 @@ FROM
WHERE
r."Value5" = 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1043,7 +1043,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1056,7 +1056,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR (r."Value5" <> 0 OR r."Value5" IS NULL) AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1067,7 +1067,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1080,7 +1080,7 @@ FROM
WHERE
r."Value5" > 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1091,7 +1091,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1104,7 +1104,7 @@ FROM
WHERE
r."Value5" >= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1115,7 +1115,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1128,7 +1128,7 @@ FROM
WHERE
r."Value5" < 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1139,7 +1139,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1152,7 +1152,7 @@ FROM
WHERE
r."Value5" <= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1163,7 +1163,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1176,7 +1176,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1187,7 +1187,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1200,7 +1200,7 @@ FROM
WHERE
NOT (r."Value1" > r."Value4" AND r."Value4" IS NOT NULL OR r."Value5" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1211,7 +1211,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1224,7 +1224,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1235,7 +1235,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1248,7 +1248,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1259,7 +1259,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1272,7 +1272,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1283,7 +1283,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1296,7 +1296,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1307,7 +1307,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1323,7 +1323,7 @@ WHERE
ELSE r."Value5"
END IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1334,7 +1334,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1350,7 +1350,7 @@ WHERE
ELSE r."Value5"
END IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1361,7 +1361,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1374,7 +1374,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1385,7 +1385,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1398,7 +1398,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1409,7 +1409,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1422,7 +1422,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1433,7 +1433,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1446,7 +1446,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.14,True).sql
index 4f4079c47fdd..98c816585ce9 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_ConditionOptimization(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value5" = 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -36,7 +36,7 @@ WHERE
(r."Value5" <> 0 OR r."Value5" IS NULL) AND r."Value1" > r."Value4" OR
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -47,7 +47,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -61,7 +61,7 @@ WHERE
r."Value5" > 0 AND r."Value1" > r."Value4" OR r."Value1" <= r."Value4" OR
r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -72,7 +72,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -86,7 +86,7 @@ WHERE
r."Value5" >= 0 AND r."Value1" > r."Value4" OR r."Value1" <= r."Value4" OR
r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -97,7 +97,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -110,7 +110,7 @@ FROM
WHERE
r."Value5" < 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -121,7 +121,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -134,7 +134,7 @@ FROM
WHERE
r."Value5" <= 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -145,7 +145,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -158,7 +158,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL OR r."Value5" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -169,7 +169,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -182,7 +182,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND (r."Value5" <> 1 OR r."Value5" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -193,7 +193,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -206,7 +206,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value5" > 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -217,7 +217,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -230,7 +230,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL OR r."Value5" >= 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -241,7 +241,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -254,7 +254,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value5" < 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -265,7 +265,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -278,7 +278,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL OR r."Value5" <= 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -289,7 +289,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -302,7 +302,7 @@ FROM
WHERE
r."Value5" = 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -313,7 +313,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -327,7 +327,7 @@ WHERE
(r."Value5" <> 0 OR r."Value5" IS NULL) AND r."Value1" > r."Value4" OR
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -338,7 +338,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -351,7 +351,7 @@ FROM
WHERE
r."Value5" > 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -362,7 +362,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -375,7 +375,7 @@ FROM
WHERE
r."Value5" >= 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -386,7 +386,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -399,7 +399,7 @@ FROM
WHERE
r."Value5" < 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -410,7 +410,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -423,7 +423,7 @@ FROM
WHERE
r."Value5" <= 0 AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -434,7 +434,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -447,7 +447,7 @@ FROM
WHERE
r."Value5" IS NULL OR r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -458,7 +458,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -471,7 +471,7 @@ FROM
WHERE
NOT (r."Value5" IS NULL OR r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -482,7 +482,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -495,7 +495,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -506,7 +506,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -519,7 +519,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -530,7 +530,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -543,7 +543,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -554,7 +554,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -567,7 +567,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -578,7 +578,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -594,7 +594,7 @@ WHERE
ELSE 0
END IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -605,7 +605,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -621,7 +621,7 @@ WHERE
ELSE 0
END IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -632,7 +632,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -645,7 +645,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -656,7 +656,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -669,7 +669,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -680,7 +680,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -693,7 +693,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -704,7 +704,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -717,7 +717,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -728,7 +728,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -741,7 +741,7 @@ FROM
WHERE
r."Value5" = 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -752,7 +752,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -765,7 +765,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR (r."Value5" <> 0 OR r."Value5" IS NULL) AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -776,7 +776,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -789,7 +789,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" > 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -800,7 +800,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -813,7 +813,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" >= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -824,7 +824,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -837,7 +837,7 @@ FROM
WHERE
r."Value5" < 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -848,7 +848,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -861,7 +861,7 @@ FROM
WHERE
r."Value5" <= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -872,7 +872,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -885,7 +885,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -896,7 +896,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -910,7 +910,7 @@ WHERE
(r."Value1" <= r."Value4" OR r."Value4" IS NULL) AND
(r."Value5" <> 1 OR r."Value5" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -921,7 +921,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -935,7 +935,7 @@ WHERE
(r."Value1" <= r."Value4" OR r."Value4" IS NULL) AND
r."Value5" > 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -946,7 +946,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -959,7 +959,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" >= 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -970,7 +970,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -984,7 +984,7 @@ WHERE
(r."Value1" <= r."Value4" OR r."Value4" IS NULL) AND
r."Value5" < 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -995,7 +995,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1008,7 +1008,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" <= 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1019,7 +1019,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1032,7 +1032,7 @@ FROM
WHERE
r."Value5" = 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1043,7 +1043,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1056,7 +1056,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR (r."Value5" <> 0 OR r."Value5" IS NULL) AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1067,7 +1067,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1080,7 +1080,7 @@ FROM
WHERE
r."Value5" > 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1091,7 +1091,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1104,7 +1104,7 @@ FROM
WHERE
r."Value5" >= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1115,7 +1115,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1128,7 +1128,7 @@ FROM
WHERE
r."Value5" < 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1139,7 +1139,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1152,7 +1152,7 @@ FROM
WHERE
r."Value5" <= 0 AND (r."Value1" <= r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1163,7 +1163,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1176,7 +1176,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value5" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1187,7 +1187,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1200,7 +1200,7 @@ FROM
WHERE
NOT (r."Value1" > r."Value4" AND r."Value4" IS NOT NULL OR r."Value5" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1211,7 +1211,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1224,7 +1224,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1235,7 +1235,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1248,7 +1248,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1259,7 +1259,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1272,7 +1272,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1283,7 +1283,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1296,7 +1296,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1307,7 +1307,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1323,7 +1323,7 @@ WHERE
ELSE r."Value5"
END IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1334,7 +1334,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1350,7 +1350,7 @@ WHERE
ELSE r."Value5"
END IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1361,7 +1361,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1374,7 +1374,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1385,7 +1385,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1398,7 +1398,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1409,7 +1409,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1422,7 +1422,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1433,7 +1433,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1446,7 +1446,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_False(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_False(PostgreSQL.14).sql
index f6baac2a4618..b27c406c4152 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_False(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_False(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_Null(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_Null(PostgreSQL.14).sql
index d17da7bbaee9..f30d3d2afcf4 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_Null(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_Null(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_True(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_True(PostgreSQL.14).sql
index 918238223b3a..440c76d1a62c 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_True(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_BooleanAsPredicate_True(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedFalse(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedFalse(PostgreSQL.14).sql
index dd7ebc605644..7964f682121c 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedFalse(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedFalse(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") = (1=0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") = (1=0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") = (1=0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") = (1=0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") = (1=0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") = (1=0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") <> (1=0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") <> (1=0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") <> (1=0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") <> (1=0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") <> (1=0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedTrue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedTrue(PostgreSQL.14).sql
index 7b981566b979..16f0440c7d3a 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedTrue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedTrue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") = (1=1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") = (1=1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") = (1=1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") = (1=1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") = (1=1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") = (1=1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") <> (1=1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") <> (1=1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") <> (1=1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") <> (1=1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") <> (1=1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedUnknown(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedUnknown(PostgreSQL.14).sql
index 8b108ff3bcaf..4e760e8c3c70 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedUnknown(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_CalculatedUnknown(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") = (1=null)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") = (1=null)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") = (1=null)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") = (1=null)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") = (1=null)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") = (1=null)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") <> (1=null)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") <> (1=null)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") <> (1=null)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") <> (1=null)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") <> (1=null)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Decode(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Decode(PostgreSQL.14).sql
index bca5d909b081..7f89bd7f0953 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Decode(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Decode(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_DistinctFrom(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_DistinctFrom(PostgreSQL.14).sql
index bf60e6dbd1d4..e749700801b8 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_DistinctFrom(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_DistinctFrom(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."One" IS DISTINCT FROM r."One"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
r."Zero" IS DISTINCT FROM r."Zero"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
r."Null" IS DISTINCT FROM r."Null"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
r."One" IS DISTINCT FROM r."Zero"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
r."One" IS DISTINCT FROM r."Null"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
r."Zero" IS DISTINCT FROM r."Null"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
r."One" IS NOT DISTINCT FROM r."One"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
r."Zero" IS NOT DISTINCT FROM r."Zero"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
r."Null" IS NOT DISTINCT FROM r."Null"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
r."One" IS NOT DISTINCT FROM r."Zero"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
r."One" IS NOT DISTINCT FROM r."Null"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_False(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_False(PostgreSQL.14).sql
index b906fdd9d648..0e87ef9fd1d4 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_False(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_False(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") = FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") = FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") = FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") = FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") = FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") = FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") <> FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") <> FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") <> FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") <> FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") <> FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Intersect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Intersect(PostgreSQL.14).sql
index 2c28cf8ea706..a9df8483487d 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Intersect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Intersect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -13,7 +13,7 @@ WHERE
r."One"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -28,7 +28,7 @@ WHERE
r."Zero"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ WHERE
r."Null"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -58,7 +58,7 @@ WHERE
r."Zero"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -73,7 +73,7 @@ WHERE
r."Null"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ WHERE
r."Null"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -103,7 +103,7 @@ WHERE
r."One"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -118,7 +118,7 @@ WHERE
r."Zero"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -133,7 +133,7 @@ WHERE
r."Null"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -148,7 +148,7 @@ WHERE
r."Zero"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -163,7 +163,7 @@ WHERE
r."Null"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Is(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Is(PostgreSQL.14).sql
index 8472346e448d..e367af4006e4 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Is(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Is(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsFalse(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsFalse(PostgreSQL.14).sql
index a41703fdffec..b3f514e35a13 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsFalse(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsFalse(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") IS FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") IS FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") IS FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") IS FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") IS FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") IS NOT FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS NOT FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") IS NOT FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") IS NOT FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") IS NOT FALSE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsNull(PostgreSQL.14).sql
index 13c54cedfb55..741a804f322c 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsTrue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsTrue(PostgreSQL.14).sql
index cb9816838190..c9cf6ea9d486 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsTrue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsTrue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") IS TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") IS TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") IS TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") IS TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") IS TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") IS NOT TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS NOT TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") IS NOT TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") IS NOT TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") IS NOT TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsUnknown(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsUnknown(PostgreSQL.14).sql
index 4c7659678afb..feb6c85954b0 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsUnknown(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_IsUnknown(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") IS UNKNOWN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS UNKNOWN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") IS UNKNOWN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") IS UNKNOWN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") IS UNKNOWN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") IS UNKNOWN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") IS NOT UNKNOWN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") IS NOT UNKNOWN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") IS NOT UNKNOWN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") IS NOT UNKNOWN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") IS NOT UNKNOWN
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_NullSaveEqual(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_NullSaveEqual(PostgreSQL.14).sql
index 686140917694..94d1a375e280 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_NullSaveEqual(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_NullSaveEqual(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_PredicateComparison(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_PredicateComparison(PostgreSQL.14).sql
index 8b7a5beefddc..d37dbbd38794 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_PredicateComparison(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_PredicateComparison(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" IS NULL) = (r."One" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."One" IS NULL) = (r."Zero" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."One" IS NULL) = (r."Null" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."Zero" IS NULL) = (r."Null" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."Zero" IS NULL) = (r."Zero" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Null" IS NULL) = (r."Null" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" IS NULL) <> (r."One" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."One" IS NULL) <> (r."Zero" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."One" IS NULL) <> (r."Null" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."Zero" IS NULL) <> (r."Null" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."Zero" IS NULL) <> (r."Zero" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_True(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_True(PostgreSQL.14).sql
index e4f25482604d..097116480578 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_True(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_True(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(r."One" = r."One") = TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(r."Zero" = r."Zero") = TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(r."Null" = r."Null") = TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(r."One" = r."Zero") = TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(r."One" = r."Null") = TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(r."Zero" = r."Null") = TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(r."One" = r."One") <> TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(r."Zero" = r."Zero") <> TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(r."Null" = r."Null") <> TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -88,7 +88,7 @@ FROM
WHERE
(r."One" = r."Zero") <> TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -97,7 +97,7 @@ FROM
WHERE
(r."One" = r."Null") <> TRUE
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Unknown(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Unknown(PostgreSQL.14).sql
index 6b526fa35883..0844b52cd4a8 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Unknown(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_Feature_Unknown(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.14,False).sql
index 463ba0885458..5ffb10a7e6b7 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value2" IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
(r."Value2" IN (0, 1) OR r."Value2" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
r."Value5" IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
(r."Value5" IN (0, 1) OR r."Value5" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
r."Value2" NOT IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
(r."Value2" NOT IN (0, 1) AND r."Value2" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
(r."Value5" NOT IN (0, 1) OR r."Value5" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
(r."Value5" NOT IN (0, 1) AND r."Value5" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.14,True).sql
index 463ba0885458..5ffb10a7e6b7 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInList(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value2" IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
(r."Value2" IN (0, 1) OR r."Value2" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
r."Value5" IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
(r."Value5" IN (0, 1) OR r."Value5" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
r."Value2" NOT IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
(r."Value2" NOT IN (0, 1) AND r."Value2" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
(r."Value5" NOT IN (0, 1) OR r."Value5" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
(r."Value5" NOT IN (0, 1) AND r."Value5" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInSubquery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInSubquery(PostgreSQL.14).sql
index dfbd367442b7..26d6eeb97d48 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInSubquery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_FieldInSubquery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -16,7 +16,7 @@ WHERE
"BooleanTable" r_1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -27,7 +27,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -45,7 +45,7 @@ WHERE
"BooleanTable" r_1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -56,7 +56,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -74,7 +74,7 @@ WHERE
"BooleanTable" r_1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -85,7 +85,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -105,7 +105,7 @@ WHERE
r."Value5" = r_1."Value4" OR r."Value5" IS NULL AND r_1."Value4" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -116,7 +116,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -134,7 +134,7 @@ WHERE
"BooleanTable" r_1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -145,7 +145,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -163,7 +163,7 @@ WHERE
"BooleanTable" r_1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -174,7 +174,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -192,7 +192,7 @@ WHERE
"BooleanTable" r_1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -203,7 +203,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -223,7 +223,7 @@ WHERE
r."Value5" = r_1."Value4" OR r."Value5" IS NULL AND r_1."Value4" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.14,False).sql
index 4d8dfeb7a008..5e7959a93e4c 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -81,7 +81,7 @@ FROM
WHERE
r."Id" <> -1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.14,True).sql
index 4d8dfeb7a008..5e7959a93e4c 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test1(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -81,7 +81,7 @@ FROM
WHERE
r."Id" <> -1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.14,False).sql
index af73571dd9e6..96963fcfe942 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -13,7 +13,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -24,7 +24,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -39,7 +39,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -50,7 +50,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -65,7 +65,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -76,7 +76,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -91,7 +91,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -102,7 +102,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -117,7 +117,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -128,7 +128,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -143,7 +143,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -154,7 +154,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -173,7 +173,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -184,7 +184,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -203,7 +203,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -232,7 +232,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -243,7 +243,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -261,7 +261,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -272,7 +272,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -290,7 +290,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -301,7 +301,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -319,7 +319,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -330,7 +330,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -348,7 +348,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -359,7 +359,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -374,7 +374,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -385,7 +385,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -403,7 +403,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -414,7 +414,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -432,7 +432,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -443,7 +443,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -461,7 +461,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -472,7 +472,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -490,7 +490,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -501,7 +501,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -519,7 +519,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -530,7 +530,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -545,7 +545,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -556,7 +556,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -574,7 +574,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -585,7 +585,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -603,7 +603,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -614,7 +614,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -632,7 +632,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -643,7 +643,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -661,7 +661,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.14,True).sql
index af73571dd9e6..96963fcfe942 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateAsNonConditionBooleanValue_Test2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -13,7 +13,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -24,7 +24,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -39,7 +39,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -50,7 +50,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -65,7 +65,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -76,7 +76,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -91,7 +91,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -102,7 +102,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -117,7 +117,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -128,7 +128,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -143,7 +143,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -154,7 +154,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -173,7 +173,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -184,7 +184,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -203,7 +203,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -232,7 +232,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -243,7 +243,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -261,7 +261,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -272,7 +272,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -290,7 +290,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -301,7 +301,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -319,7 +319,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -330,7 +330,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -348,7 +348,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -359,7 +359,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -374,7 +374,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -385,7 +385,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -403,7 +403,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -414,7 +414,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -432,7 +432,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -443,7 +443,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -461,7 +461,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -472,7 +472,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -490,7 +490,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -501,7 +501,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -519,7 +519,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -530,7 +530,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -545,7 +545,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -556,7 +556,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -574,7 +574,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -585,7 +585,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -603,7 +603,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -614,7 +614,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -632,7 +632,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -643,7 +643,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Key_1",
@@ -661,7 +661,7 @@ FROM
GROUP BY
g_2."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.14,False).sql
index 5c0ae43f090c..6651e132d990 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value1" = r."Value2" OR r."Value1" = r."Value2" AND r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR r."Value1" = r."Value5" AND r."Value1" = r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR r."Value1" = r."Value5" AND r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
r."Value1" <> r."Value2" OR r."Value1" <> r."Value2" AND (r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value5" AND r."Value1" <> r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value5" AND (r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
r."Value1" > r."Value2" OR r."Value1" > r."Value2" AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" > r."Value5" AND r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -190,7 +190,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -203,7 +203,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" > r."Value5" AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -227,7 +227,7 @@ FROM
WHERE
r."Value1" = r."Value2" AND (r."Value1" = r."Value2" OR r."Value1" = r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,7 +238,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -251,7 +251,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" = r."Value5" OR r."Value1" = r."Value2")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -275,7 +275,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" = r."Value5" OR r."Value1" = r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -286,7 +286,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -299,7 +299,7 @@ FROM
WHERE
r."Value1" <> r."Value2" AND (r."Value1" <> r."Value2" OR r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -310,7 +310,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -324,7 +324,7 @@ WHERE
(r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND
(r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value2")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -335,7 +335,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -349,7 +349,7 @@ WHERE
(r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND
(r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -360,7 +360,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -373,7 +373,7 @@ FROM
WHERE
r."Value1" >= r."Value2" AND (r."Value1" >= r."Value2" OR r."Value1" >= r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -384,7 +384,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -397,7 +397,7 @@ FROM
WHERE
r."Value1" >= r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" >= r."Value2")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -408,7 +408,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -421,7 +421,7 @@ FROM
WHERE
r."Value1" >= r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" >= r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -432,7 +432,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -445,7 +445,7 @@ FROM
WHERE
r."Value1" = r."Value2" OR r."Value1" <> r."Value2" AND r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -456,7 +456,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -469,7 +469,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR (r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND r."Value1" = r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -480,7 +480,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -493,7 +493,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR (r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -504,7 +504,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -517,7 +517,7 @@ FROM
WHERE
r."Value1" > r."Value2" OR r."Value1" <= r."Value2" AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -528,7 +528,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -541,7 +541,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" <= r."Value5" AND r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -552,7 +552,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -565,7 +565,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" <= r."Value5" AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -576,7 +576,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -589,7 +589,7 @@ FROM
WHERE
r."Value1" = r."Value2" AND (r."Value1" <> r."Value2" OR r."Value1" = r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -600,7 +600,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -613,7 +613,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" = r."Value2")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -624,7 +624,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -637,7 +637,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" = r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -648,7 +648,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -661,7 +661,7 @@ FROM
WHERE
r."Value1" < r."Value2" AND (r."Value1" >= r."Value2" OR r."Value1" < r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -672,7 +672,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -685,7 +685,7 @@ FROM
WHERE
r."Value1" < r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" < r."Value2")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -696,7 +696,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -709,7 +709,7 @@ FROM
WHERE
r."Value1" < r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" < r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -720,7 +720,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -731,7 +731,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -742,7 +742,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -755,7 +755,7 @@ FROM
WHERE
r."Value1" > r."Value2" OR r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -766,7 +766,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -779,7 +779,7 @@ FROM
WHERE
r."Value1" >= r."Value2" OR r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -790,7 +790,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -801,7 +801,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -812,7 +812,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -825,7 +825,7 @@ FROM
WHERE
r."Value1" < r."Value4" OR r."Value1" >= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -836,7 +836,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -849,7 +849,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value1" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -860,7 +860,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -871,7 +871,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -882,7 +882,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -895,7 +895,7 @@ FROM
WHERE
r."Value5" > r."Value4" OR r."Value5" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -906,7 +906,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -919,7 +919,7 @@ FROM
WHERE
r."Value5" >= r."Value4" OR r."Value5" < r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -930,7 +930,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -943,7 +943,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -954,7 +954,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -967,7 +967,7 @@ FROM
WHERE
r."Value1" > r."Value2" AND r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -978,7 +978,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -991,7 +991,7 @@ FROM
WHERE
r."Value1" >= r."Value2" AND r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1002,7 +1002,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1015,7 +1015,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1026,7 +1026,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1039,7 +1039,7 @@ FROM
WHERE
r."Value1" < r."Value4" AND r."Value1" >= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1050,7 +1050,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1063,7 +1063,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value1" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1074,7 +1074,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1087,7 +1087,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1098,7 +1098,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1111,7 +1111,7 @@ FROM
WHERE
r."Value5" > r."Value4" AND r."Value5" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1122,7 +1122,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1135,7 +1135,7 @@ FROM
WHERE
r."Value5" >= r."Value4" AND r."Value5" < r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.14,True).sql
index 5c0ae43f090c..6651e132d990 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateOptimization(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value1" = r."Value2" OR r."Value1" = r."Value2" AND r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR r."Value1" = r."Value5" AND r."Value1" = r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR r."Value1" = r."Value5" AND r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
r."Value1" <> r."Value2" OR r."Value1" <> r."Value2" AND (r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value5" AND r."Value1" <> r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value5" AND (r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
r."Value1" > r."Value2" OR r."Value1" > r."Value2" AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" > r."Value5" AND r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -190,7 +190,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -203,7 +203,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" > r."Value5" AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -227,7 +227,7 @@ FROM
WHERE
r."Value1" = r."Value2" AND (r."Value1" = r."Value2" OR r."Value1" = r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,7 +238,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -251,7 +251,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" = r."Value5" OR r."Value1" = r."Value2")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -275,7 +275,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" = r."Value5" OR r."Value1" = r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -286,7 +286,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -299,7 +299,7 @@ FROM
WHERE
r."Value1" <> r."Value2" AND (r."Value1" <> r."Value2" OR r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -310,7 +310,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -324,7 +324,7 @@ WHERE
(r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND
(r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value2")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -335,7 +335,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -349,7 +349,7 @@ WHERE
(r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND
(r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" <> r."Value4" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -360,7 +360,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -373,7 +373,7 @@ FROM
WHERE
r."Value1" >= r."Value2" AND (r."Value1" >= r."Value2" OR r."Value1" >= r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -384,7 +384,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -397,7 +397,7 @@ FROM
WHERE
r."Value1" >= r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" >= r."Value2")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -408,7 +408,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -421,7 +421,7 @@ FROM
WHERE
r."Value1" >= r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" >= r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -432,7 +432,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -445,7 +445,7 @@ FROM
WHERE
r."Value1" = r."Value2" OR r."Value1" <> r."Value2" AND r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -456,7 +456,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -469,7 +469,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR (r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND r."Value1" = r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -480,7 +480,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -493,7 +493,7 @@ FROM
WHERE
r."Value1" = r."Value5" OR (r."Value1" <> r."Value5" OR r."Value5" IS NULL) AND r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -504,7 +504,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -517,7 +517,7 @@ FROM
WHERE
r."Value1" > r."Value2" OR r."Value1" <= r."Value2" AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -528,7 +528,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -541,7 +541,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" <= r."Value5" AND r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -552,7 +552,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -565,7 +565,7 @@ FROM
WHERE
r."Value1" > r."Value5" OR r."Value1" <= r."Value5" AND r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -576,7 +576,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -589,7 +589,7 @@ FROM
WHERE
r."Value1" = r."Value2" AND (r."Value1" <> r."Value2" OR r."Value1" = r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -600,7 +600,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -613,7 +613,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" = r."Value2")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -624,7 +624,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -637,7 +637,7 @@ FROM
WHERE
r."Value1" = r."Value5" AND (r."Value1" <> r."Value5" OR r."Value5" IS NULL OR r."Value1" = r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -648,7 +648,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -661,7 +661,7 @@ FROM
WHERE
r."Value1" < r."Value2" AND (r."Value1" >= r."Value2" OR r."Value1" < r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -672,7 +672,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -685,7 +685,7 @@ FROM
WHERE
r."Value1" < r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" < r."Value2")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -696,7 +696,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -709,7 +709,7 @@ FROM
WHERE
r."Value1" < r."Value5" AND (r."Value1" >= r."Value5" OR r."Value1" < r."Value4")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -720,7 +720,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -731,7 +731,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -742,7 +742,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -755,7 +755,7 @@ FROM
WHERE
r."Value1" > r."Value2" OR r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -766,7 +766,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -779,7 +779,7 @@ FROM
WHERE
r."Value1" >= r."Value2" OR r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -790,7 +790,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -801,7 +801,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -812,7 +812,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -825,7 +825,7 @@ FROM
WHERE
r."Value1" < r."Value4" OR r."Value1" >= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -836,7 +836,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -849,7 +849,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value1" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -860,7 +860,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -871,7 +871,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -882,7 +882,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -895,7 +895,7 @@ FROM
WHERE
r."Value5" > r."Value4" OR r."Value5" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -906,7 +906,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -919,7 +919,7 @@ FROM
WHERE
r."Value5" >= r."Value4" OR r."Value5" < r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -930,7 +930,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -943,7 +943,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -954,7 +954,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -967,7 +967,7 @@ FROM
WHERE
r."Value1" > r."Value2" AND r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -978,7 +978,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -991,7 +991,7 @@ FROM
WHERE
r."Value1" >= r."Value2" AND r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1002,7 +1002,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1015,7 +1015,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1026,7 +1026,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1039,7 +1039,7 @@ FROM
WHERE
r."Value1" < r."Value4" AND r."Value1" >= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1050,7 +1050,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1063,7 +1063,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value1" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1074,7 +1074,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1087,7 +1087,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1098,7 +1098,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1111,7 +1111,7 @@ FROM
WHERE
r."Value5" > r."Value4" AND r."Value5" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1122,7 +1122,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1135,7 +1135,7 @@ FROM
WHERE
r."Value5" >= r."Value4" AND r."Value5" < r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_ThreePlusNestingLevels(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_ThreePlusNestingLevels(PostgreSQL.14).sql
index 415271c51d03..fe52aa93968d 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_ThreePlusNestingLevels(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_ThreePlusNestingLevels(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
((r."Value1" <> r."Value2") = (r."Value1" = r."Value4" AND r."Value4" IS NOT NULL)) = (((r."Value4" = r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL)) = (r."Value2" <> r."Value4" OR r."Value4" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> (r."Value4" <> r."Value1" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> (r."Value4" = r."Value1" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> (r."Value4" = r."Value1" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> (r."Value4" <> r."Value1" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
((r."Value1" = r."Value2") = (r."Value2" <> r."Value4" OR r."Value4" IS NULL)) = (r."Value1" = r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
((r."Value1" <> r."Value2") <> (r."Value2" = r."Value5" AND r."Value5" IS NOT NULL)) <> ((r."Value4" <> r."Value1" OR r."Value4" IS NULL) = ((r."Value4" = r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL)))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_TriStrate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_TriStrate(PostgreSQL.14).sql
index e076540c873a..8833e384f9e7 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_TriStrate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateVsPredicate_TriStrate(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
(r."Value1" = r."Value2") = (r."Value4" = r."Value5")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -36,7 +36,7 @@ WHERE
(r."Value1" = r."Value5") = (r."Value4" = r."Value2") OR
r."Value5" IS NULL AND r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -47,7 +47,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -61,7 +61,7 @@ WHERE
(r."Value1" = r."Value2") <> (r."Value4" = r."Value5") OR
r."Value4" IS NULL OR r."Value5" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -72,7 +72,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -86,7 +86,7 @@ WHERE
(r."Value1" = r."Value5") <> (r."Value4" = r."Value2") OR
r."Value5" IS NULL AND r."Value4" IS NOT NULL OR r."Value5" IS NOT NULL AND r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -97,7 +97,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -110,7 +110,7 @@ FROM
WHERE
(r."Value1" = r."Value2") = (r."Value2" = r."Value1")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -121,7 +121,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -134,7 +134,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> (r."Value2" = r."Value1")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -145,7 +145,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -159,7 +159,7 @@ WHERE
(r."Value4" = r."Value5") = (r."Value5" = r."Value4") OR
(r."Value4" IS NULL OR r."Value5" IS NULL) AND (r."Value5" IS NULL OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -170,7 +170,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -185,7 +185,7 @@ WHERE
(r."Value4" IS NULL OR r."Value5" IS NULL) AND NOT (r."Value5" IS NULL OR r."Value4" IS NULL) OR
NOT (r."Value4" IS NULL OR r."Value5" IS NULL) AND (r."Value5" IS NULL OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -196,7 +196,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -209,7 +209,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") = ((r."Value4" <> r."Value5"))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -220,7 +220,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -233,7 +233,7 @@ FROM
WHERE
(r."Value1" >= r."Value5" AND r."Value5" IS NOT NULL) = ((r."Value4" <> r."Value2"))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -244,7 +244,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -258,7 +258,7 @@ WHERE
(r."Value1" >= r."Value2") <> ((r."Value4" <> r."Value5")) OR
r."Value4" IS NULL OR r."Value5" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -269,7 +269,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -283,7 +283,7 @@ WHERE
(r."Value1" >= r."Value5" AND r."Value5" IS NOT NULL) <> ((r."Value4" <> r."Value2")) OR
r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -294,7 +294,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -307,7 +307,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") = ((r."Value2" <> r."Value1"))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -318,7 +318,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -331,7 +331,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") <> ((r."Value2" <> r."Value1"))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -342,7 +342,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -355,7 +355,7 @@ FROM
WHERE
(r."Value4" >= r."Value5" AND r."Value4" IS NOT NULL AND r."Value5" IS NOT NULL) = ((r."Value5" <> r."Value4"))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -366,7 +366,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -380,7 +380,7 @@ WHERE
(r."Value4" >= r."Value5") <> ((r."Value5" <> r."Value4")) OR
r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.14,False).sql
index ca60b64e9a37..b22da1247880 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
r."Value1" <> r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
r."Value1" <> r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
r."Value1" <> r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -190,7 +190,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -203,7 +203,7 @@ FROM
WHERE
NOT (r."Value1" = r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -227,7 +227,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,7 +238,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -251,7 +251,7 @@ FROM
WHERE
r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -277,7 +277,7 @@ WHERE
NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND
NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -288,7 +288,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -302,7 +302,7 @@ WHERE
r."Value5" <> r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NOT NULL OR
r."Value5" IS NOT NULL AND r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -313,7 +313,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -326,7 +326,7 @@ FROM
WHERE
NOT ((r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -337,7 +337,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -350,7 +350,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -361,7 +361,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -374,7 +374,7 @@ FROM
WHERE
r."Value1" <> r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -385,7 +385,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -398,7 +398,7 @@ FROM
WHERE
r."Value1" <> r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -409,7 +409,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -422,7 +422,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -433,7 +433,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -446,7 +446,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -457,7 +457,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -468,7 +468,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -479,7 +479,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -492,7 +492,7 @@ FROM
WHERE
r."Value1" <> r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -503,7 +503,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -516,7 +516,7 @@ FROM
WHERE
NOT (r."Value1" = r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -527,7 +527,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -540,7 +540,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -551,7 +551,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -564,7 +564,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -575,7 +575,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -586,7 +586,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -597,7 +597,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -611,7 +611,7 @@ WHERE
r."Value5" <> r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NOT NULL OR
r."Value5" IS NOT NULL AND r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -622,7 +622,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -635,7 +635,7 @@ FROM
WHERE
NOT ((r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -646,7 +646,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -659,7 +659,7 @@ FROM
WHERE
r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -670,7 +670,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -685,7 +685,7 @@ WHERE
NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND
NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -696,7 +696,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -707,7 +707,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -718,7 +718,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -731,7 +731,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -742,7 +742,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -755,7 +755,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -766,7 +766,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -779,7 +779,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -790,7 +790,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -803,7 +803,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -814,7 +814,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -827,7 +827,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -838,7 +838,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -851,7 +851,7 @@ FROM
WHERE
r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -862,7 +862,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -875,7 +875,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -886,7 +886,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -899,7 +899,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -910,7 +910,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -923,7 +923,7 @@ FROM
WHERE
NOT (r."Value1" > r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -934,7 +934,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -947,7 +947,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -958,7 +958,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -971,7 +971,7 @@ FROM
WHERE
r."Value5" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -982,7 +982,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -996,7 +996,7 @@ WHERE
r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1007,7 +1007,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1020,7 +1020,7 @@ FROM
WHERE
r."Value5" <= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1031,7 +1031,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1044,7 +1044,7 @@ FROM
WHERE
NOT (r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1055,7 +1055,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1068,7 +1068,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1079,7 +1079,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1092,7 +1092,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1103,7 +1103,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1116,7 +1116,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1127,7 +1127,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1140,7 +1140,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1151,7 +1151,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1164,7 +1164,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1175,7 +1175,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1186,7 +1186,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1197,7 +1197,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1210,7 +1210,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1221,7 +1221,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1234,7 +1234,7 @@ FROM
WHERE
NOT (r."Value1" > r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1245,7 +1245,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1258,7 +1258,7 @@ FROM
WHERE
r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1269,7 +1269,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1282,7 +1282,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1293,7 +1293,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1304,7 +1304,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1315,7 +1315,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1328,7 +1328,7 @@ FROM
WHERE
r."Value5" <= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1339,7 +1339,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1352,7 +1352,7 @@ FROM
WHERE
NOT (r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1363,7 +1363,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1376,7 +1376,7 @@ FROM
WHERE
r."Value5" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1387,7 +1387,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1401,7 +1401,7 @@ WHERE
r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1412,7 +1412,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1423,7 +1423,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1434,7 +1434,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1447,7 +1447,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1458,7 +1458,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1471,7 +1471,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1482,7 +1482,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1495,7 +1495,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1506,7 +1506,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1519,7 +1519,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1530,7 +1530,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1543,7 +1543,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1554,7 +1554,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1567,7 +1567,7 @@ FROM
WHERE
r."Value1" >= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1578,7 +1578,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1591,7 +1591,7 @@ FROM
WHERE
r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1602,7 +1602,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1615,7 +1615,7 @@ FROM
WHERE
r."Value1" < r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1626,7 +1626,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1639,7 +1639,7 @@ FROM
WHERE
NOT (r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1650,7 +1650,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1663,7 +1663,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1674,7 +1674,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1687,7 +1687,7 @@ FROM
WHERE
r."Value5" >= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1698,7 +1698,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1712,7 +1712,7 @@ WHERE
r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1723,7 +1723,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1736,7 +1736,7 @@ FROM
WHERE
r."Value5" < r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1747,7 +1747,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1760,7 +1760,7 @@ FROM
WHERE
NOT (r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1771,7 +1771,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1784,7 +1784,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1795,7 +1795,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1808,7 +1808,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1819,7 +1819,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1832,7 +1832,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1843,7 +1843,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1856,7 +1856,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1867,7 +1867,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1880,7 +1880,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1891,7 +1891,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1902,7 +1902,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1913,7 +1913,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1926,7 +1926,7 @@ FROM
WHERE
r."Value1" < r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1937,7 +1937,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1950,7 +1950,7 @@ FROM
WHERE
NOT (r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1961,7 +1961,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1974,7 +1974,7 @@ FROM
WHERE
r."Value1" >= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1985,7 +1985,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1998,7 +1998,7 @@ FROM
WHERE
r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2009,7 +2009,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2020,7 +2020,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2031,7 +2031,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2044,7 +2044,7 @@ FROM
WHERE
r."Value5" < r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2055,7 +2055,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2068,7 +2068,7 @@ FROM
WHERE
NOT (r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2079,7 +2079,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2092,7 +2092,7 @@ FROM
WHERE
r."Value5" >= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2103,7 +2103,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2117,7 +2117,7 @@ WHERE
r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2128,7 +2128,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2139,7 +2139,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2150,7 +2150,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2163,7 +2163,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2174,7 +2174,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2187,7 +2187,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2198,7 +2198,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2211,7 +2211,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2222,7 +2222,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2235,7 +2235,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2246,7 +2246,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2259,7 +2259,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2270,7 +2270,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2283,7 +2283,7 @@ FROM
WHERE
r."Value1" < r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2294,7 +2294,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2307,7 +2307,7 @@ FROM
WHERE
r."Value1" < r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2318,7 +2318,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2331,7 +2331,7 @@ FROM
WHERE
r."Value1" >= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2342,7 +2342,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2355,7 +2355,7 @@ FROM
WHERE
NOT (r."Value1" < r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2366,7 +2366,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2379,7 +2379,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2390,7 +2390,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2403,7 +2403,7 @@ FROM
WHERE
r."Value5" < r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2414,7 +2414,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2428,7 +2428,7 @@ WHERE
r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2439,7 +2439,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2452,7 +2452,7 @@ FROM
WHERE
r."Value5" >= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2463,7 +2463,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2476,7 +2476,7 @@ FROM
WHERE
NOT (r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2487,7 +2487,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2500,7 +2500,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2511,7 +2511,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2524,7 +2524,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2535,7 +2535,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2548,7 +2548,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2559,7 +2559,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2572,7 +2572,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2583,7 +2583,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2596,7 +2596,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2607,7 +2607,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2618,7 +2618,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2629,7 +2629,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2642,7 +2642,7 @@ FROM
WHERE
r."Value1" >= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2653,7 +2653,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2666,7 +2666,7 @@ FROM
WHERE
NOT (r."Value1" < r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2677,7 +2677,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2690,7 +2690,7 @@ FROM
WHERE
r."Value1" < r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2701,7 +2701,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2714,7 +2714,7 @@ FROM
WHERE
r."Value1" < r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2725,7 +2725,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2736,7 +2736,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2747,7 +2747,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2760,7 +2760,7 @@ FROM
WHERE
r."Value5" >= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2771,7 +2771,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2784,7 +2784,7 @@ FROM
WHERE
NOT (r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2795,7 +2795,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2808,7 +2808,7 @@ FROM
WHERE
r."Value5" < r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2819,7 +2819,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2833,7 +2833,7 @@ WHERE
r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2844,7 +2844,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2855,7 +2855,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2866,7 +2866,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2879,7 +2879,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2890,7 +2890,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2903,7 +2903,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2914,7 +2914,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2927,7 +2927,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2938,7 +2938,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2951,7 +2951,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2962,7 +2962,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2975,7 +2975,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2986,7 +2986,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2999,7 +2999,7 @@ FROM
WHERE
r."Value1" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3010,7 +3010,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3023,7 +3023,7 @@ FROM
WHERE
r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3034,7 +3034,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3047,7 +3047,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3058,7 +3058,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3071,7 +3071,7 @@ FROM
WHERE
NOT (r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3082,7 +3082,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3095,7 +3095,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3106,7 +3106,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3119,7 +3119,7 @@ FROM
WHERE
r."Value5" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3130,7 +3130,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3144,7 +3144,7 @@ WHERE
r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3155,7 +3155,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3168,7 +3168,7 @@ FROM
WHERE
r."Value5" > r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3179,7 +3179,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3192,7 +3192,7 @@ FROM
WHERE
NOT (r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3203,7 +3203,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3216,7 +3216,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3227,7 +3227,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3240,7 +3240,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3251,7 +3251,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3264,7 +3264,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3275,7 +3275,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3288,7 +3288,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3299,7 +3299,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3312,7 +3312,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3323,7 +3323,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3334,7 +3334,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3345,7 +3345,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3358,7 +3358,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3369,7 +3369,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3382,7 +3382,7 @@ FROM
WHERE
NOT (r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3393,7 +3393,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3406,7 +3406,7 @@ FROM
WHERE
r."Value1" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3417,7 +3417,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3430,7 +3430,7 @@ FROM
WHERE
r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3441,7 +3441,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3452,7 +3452,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3463,7 +3463,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3476,7 +3476,7 @@ FROM
WHERE
r."Value5" > r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3487,7 +3487,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3500,7 +3500,7 @@ FROM
WHERE
NOT (r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3511,7 +3511,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3524,7 +3524,7 @@ FROM
WHERE
r."Value5" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3535,7 +3535,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3549,7 +3549,7 @@ WHERE
r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3560,7 +3560,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3571,7 +3571,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.14,True).sql
index ca60b64e9a37..b22da1247880 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithBoolean(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
r."Value1" <> r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
r."Value1" <> r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
r."Value1" <> r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -190,7 +190,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -203,7 +203,7 @@ FROM
WHERE
NOT (r."Value1" = r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -227,7 +227,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,7 +238,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -251,7 +251,7 @@ FROM
WHERE
r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -277,7 +277,7 @@ WHERE
NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND
NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -288,7 +288,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -302,7 +302,7 @@ WHERE
r."Value5" <> r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NOT NULL OR
r."Value5" IS NOT NULL AND r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -313,7 +313,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -326,7 +326,7 @@ FROM
WHERE
NOT ((r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -337,7 +337,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -350,7 +350,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -361,7 +361,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -374,7 +374,7 @@ FROM
WHERE
r."Value1" <> r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -385,7 +385,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -398,7 +398,7 @@ FROM
WHERE
r."Value1" <> r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -409,7 +409,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -422,7 +422,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -433,7 +433,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -446,7 +446,7 @@ FROM
WHERE
r."Value1" = r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -457,7 +457,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -468,7 +468,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -479,7 +479,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -492,7 +492,7 @@ FROM
WHERE
r."Value1" <> r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -503,7 +503,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -516,7 +516,7 @@ FROM
WHERE
NOT (r."Value1" = r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -527,7 +527,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -540,7 +540,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -551,7 +551,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -564,7 +564,7 @@ FROM
WHERE
r."Value1" = r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -575,7 +575,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -586,7 +586,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -597,7 +597,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -611,7 +611,7 @@ WHERE
r."Value5" <> r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NOT NULL OR
r."Value5" IS NOT NULL AND r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -622,7 +622,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -635,7 +635,7 @@ FROM
WHERE
NOT ((r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -646,7 +646,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -659,7 +659,7 @@ FROM
WHERE
r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -670,7 +670,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -685,7 +685,7 @@ WHERE
NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND
NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -696,7 +696,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -707,7 +707,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -718,7 +718,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -731,7 +731,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -742,7 +742,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -755,7 +755,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -766,7 +766,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -779,7 +779,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -790,7 +790,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -803,7 +803,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -814,7 +814,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -827,7 +827,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -838,7 +838,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -851,7 +851,7 @@ FROM
WHERE
r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -862,7 +862,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -875,7 +875,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -886,7 +886,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -899,7 +899,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -910,7 +910,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -923,7 +923,7 @@ FROM
WHERE
NOT (r."Value1" > r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -934,7 +934,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -947,7 +947,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -958,7 +958,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -971,7 +971,7 @@ FROM
WHERE
r."Value5" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -982,7 +982,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -996,7 +996,7 @@ WHERE
r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1007,7 +1007,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1020,7 +1020,7 @@ FROM
WHERE
r."Value5" <= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1031,7 +1031,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1044,7 +1044,7 @@ FROM
WHERE
NOT (r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1055,7 +1055,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1068,7 +1068,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1079,7 +1079,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1092,7 +1092,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1103,7 +1103,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1116,7 +1116,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1127,7 +1127,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1140,7 +1140,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1151,7 +1151,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1164,7 +1164,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1175,7 +1175,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1186,7 +1186,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1197,7 +1197,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1210,7 +1210,7 @@ FROM
WHERE
r."Value1" <= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1221,7 +1221,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1234,7 +1234,7 @@ FROM
WHERE
NOT (r."Value1" > r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1245,7 +1245,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1258,7 +1258,7 @@ FROM
WHERE
r."Value1" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1269,7 +1269,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1282,7 +1282,7 @@ FROM
WHERE
r."Value1" > r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1293,7 +1293,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1304,7 +1304,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1315,7 +1315,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1328,7 +1328,7 @@ FROM
WHERE
r."Value5" <= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1339,7 +1339,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1352,7 +1352,7 @@ FROM
WHERE
NOT (r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1363,7 +1363,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1376,7 +1376,7 @@ FROM
WHERE
r."Value5" > r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1387,7 +1387,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1401,7 +1401,7 @@ WHERE
r."Value5" > r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1412,7 +1412,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1423,7 +1423,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1434,7 +1434,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1447,7 +1447,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1458,7 +1458,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1471,7 +1471,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1482,7 +1482,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1495,7 +1495,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1506,7 +1506,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1519,7 +1519,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1530,7 +1530,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1543,7 +1543,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1554,7 +1554,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1567,7 +1567,7 @@ FROM
WHERE
r."Value1" >= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1578,7 +1578,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1591,7 +1591,7 @@ FROM
WHERE
r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1602,7 +1602,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1615,7 +1615,7 @@ FROM
WHERE
r."Value1" < r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1626,7 +1626,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1639,7 +1639,7 @@ FROM
WHERE
NOT (r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1650,7 +1650,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1663,7 +1663,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1674,7 +1674,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1687,7 +1687,7 @@ FROM
WHERE
r."Value5" >= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1698,7 +1698,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1712,7 +1712,7 @@ WHERE
r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1723,7 +1723,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1736,7 +1736,7 @@ FROM
WHERE
r."Value5" < r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1747,7 +1747,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1760,7 +1760,7 @@ FROM
WHERE
NOT (r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1771,7 +1771,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1784,7 +1784,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1795,7 +1795,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1808,7 +1808,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1819,7 +1819,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1832,7 +1832,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1843,7 +1843,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1856,7 +1856,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1867,7 +1867,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1880,7 +1880,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1891,7 +1891,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1902,7 +1902,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1913,7 +1913,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1926,7 +1926,7 @@ FROM
WHERE
r."Value1" < r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1937,7 +1937,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1950,7 +1950,7 @@ FROM
WHERE
NOT (r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1961,7 +1961,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1974,7 +1974,7 @@ FROM
WHERE
r."Value1" >= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1985,7 +1985,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -1998,7 +1998,7 @@ FROM
WHERE
r."Value1" >= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2009,7 +2009,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2020,7 +2020,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2031,7 +2031,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2044,7 +2044,7 @@ FROM
WHERE
r."Value5" < r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2055,7 +2055,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2068,7 +2068,7 @@ FROM
WHERE
NOT (r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2079,7 +2079,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2092,7 +2092,7 @@ FROM
WHERE
r."Value5" >= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2103,7 +2103,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2117,7 +2117,7 @@ WHERE
r."Value5" >= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2128,7 +2128,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2139,7 +2139,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2150,7 +2150,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2163,7 +2163,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2174,7 +2174,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2187,7 +2187,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2198,7 +2198,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2211,7 +2211,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2222,7 +2222,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2235,7 +2235,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2246,7 +2246,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2259,7 +2259,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2270,7 +2270,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2283,7 +2283,7 @@ FROM
WHERE
r."Value1" < r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2294,7 +2294,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2307,7 +2307,7 @@ FROM
WHERE
r."Value1" < r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2318,7 +2318,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2331,7 +2331,7 @@ FROM
WHERE
r."Value1" >= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2342,7 +2342,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2355,7 +2355,7 @@ FROM
WHERE
NOT (r."Value1" < r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2366,7 +2366,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2379,7 +2379,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2390,7 +2390,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2403,7 +2403,7 @@ FROM
WHERE
r."Value5" < r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2414,7 +2414,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2428,7 +2428,7 @@ WHERE
r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2439,7 +2439,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2452,7 +2452,7 @@ FROM
WHERE
r."Value5" >= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2463,7 +2463,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2476,7 +2476,7 @@ FROM
WHERE
NOT (r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2487,7 +2487,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2500,7 +2500,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2511,7 +2511,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2524,7 +2524,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2535,7 +2535,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2548,7 +2548,7 @@ FROM
WHERE
r."Value1" >= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2559,7 +2559,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2572,7 +2572,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2583,7 +2583,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2596,7 +2596,7 @@ FROM
WHERE
r."Value1" < r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2607,7 +2607,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2618,7 +2618,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2629,7 +2629,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2642,7 +2642,7 @@ FROM
WHERE
r."Value1" >= r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2653,7 +2653,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2666,7 +2666,7 @@ FROM
WHERE
NOT (r."Value1" < r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2677,7 +2677,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2690,7 +2690,7 @@ FROM
WHERE
r."Value1" < r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2701,7 +2701,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2714,7 +2714,7 @@ FROM
WHERE
r."Value1" < r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2725,7 +2725,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2736,7 +2736,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2747,7 +2747,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2760,7 +2760,7 @@ FROM
WHERE
r."Value5" >= r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2771,7 +2771,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2784,7 +2784,7 @@ FROM
WHERE
NOT (r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2795,7 +2795,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2808,7 +2808,7 @@ FROM
WHERE
r."Value5" < r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2819,7 +2819,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2833,7 +2833,7 @@ WHERE
r."Value5" < r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2844,7 +2844,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2855,7 +2855,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2866,7 +2866,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2879,7 +2879,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2890,7 +2890,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2903,7 +2903,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2914,7 +2914,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2927,7 +2927,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2938,7 +2938,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2951,7 +2951,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2962,7 +2962,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2975,7 +2975,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2986,7 +2986,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -2999,7 +2999,7 @@ FROM
WHERE
r."Value1" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3010,7 +3010,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3023,7 +3023,7 @@ FROM
WHERE
r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3034,7 +3034,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3047,7 +3047,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3058,7 +3058,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3071,7 +3071,7 @@ FROM
WHERE
NOT (r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3082,7 +3082,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3095,7 +3095,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3106,7 +3106,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3119,7 +3119,7 @@ FROM
WHERE
r."Value5" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3130,7 +3130,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3144,7 +3144,7 @@ WHERE
r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3155,7 +3155,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3168,7 +3168,7 @@ FROM
WHERE
r."Value5" > r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3179,7 +3179,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3192,7 +3192,7 @@ FROM
WHERE
NOT (r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3203,7 +3203,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3216,7 +3216,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3227,7 +3227,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3240,7 +3240,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3251,7 +3251,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3264,7 +3264,7 @@ FROM
WHERE
r."Value1" > r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3275,7 +3275,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3288,7 +3288,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3299,7 +3299,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3312,7 +3312,7 @@ FROM
WHERE
r."Value1" <= r."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3323,7 +3323,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3334,7 +3334,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3345,7 +3345,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3358,7 +3358,7 @@ FROM
WHERE
r."Value1" > r."Value4" OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3369,7 +3369,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3382,7 +3382,7 @@ FROM
WHERE
NOT (r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3393,7 +3393,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3406,7 +3406,7 @@ FROM
WHERE
r."Value1" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3417,7 +3417,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3430,7 +3430,7 @@ FROM
WHERE
r."Value1" <= r."Value4" AND r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3441,7 +3441,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3452,7 +3452,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3463,7 +3463,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3476,7 +3476,7 @@ FROM
WHERE
r."Value5" > r."Value4" OR r."Value5" IS NULL OR r."Value4" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3487,7 +3487,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3500,7 +3500,7 @@ FROM
WHERE
NOT (r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3511,7 +3511,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3524,7 +3524,7 @@ FROM
WHERE
r."Value5" <= r."Value4"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3535,7 +3535,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3549,7 +3549,7 @@ WHERE
r."Value5" <= r."Value4" AND r."Value5" IS NOT NULL AND
r."Value4" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -3560,7 +3560,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -3571,7 +3571,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithPredicate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithPredicate(PostgreSQL.14).sql
index 7523d12a9c76..df6f3695598a 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithPredicate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_PredicateWithPredicate(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
(r."Value1" = r."Value2") = ((r."Value4" = r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
(r."Value1" = r."Value5" AND r."Value5" IS NOT NULL) = (r."Value4" = r."Value2" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> ((r."Value4" = r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
(r."Value1" = r."Value5" AND r."Value5" IS NOT NULL) <> (r."Value4" = r."Value2" AND r."Value4" IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
(r."Value1" = r."Value2") = (r."Value2" = r."Value1")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
(r."Value1" = r."Value2") <> (r."Value2" = r."Value1")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
((r."Value4" = r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL)) = ((r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
((r."Value4" = r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NOT NULL) AND NOT (r."Value4" IS NOT NULL AND r."Value5" IS NULL)) <> ((r."Value5" = r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NOT NULL) AND NOT (r."Value5" IS NOT NULL AND r."Value4" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -190,7 +190,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -203,7 +203,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") = ((r."Value4" <> r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -227,7 +227,7 @@ FROM
WHERE
(r."Value1" >= r."Value5" AND r."Value5" IS NOT NULL) = (r."Value4" <> r."Value2" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,7 +238,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -251,7 +251,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") <> ((r."Value4" <> r."Value5" OR r."Value4" IS NULL AND r."Value5" IS NOT NULL OR r."Value4" IS NOT NULL AND r."Value5" IS NULL) AND NOT (r."Value4" IS NULL AND r."Value5" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -275,7 +275,7 @@ FROM
WHERE
(r."Value1" >= r."Value5" AND r."Value5" IS NOT NULL) <> (r."Value4" <> r."Value2" OR r."Value4" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -286,7 +286,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -299,7 +299,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") = (r."Value2" <> r."Value1")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -310,7 +310,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -323,7 +323,7 @@ FROM
WHERE
(r."Value1" >= r."Value2") <> (r."Value2" <> r."Value1")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -334,7 +334,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -347,7 +347,7 @@ FROM
WHERE
(r."Value4" >= r."Value5" AND r."Value4" IS NOT NULL AND r."Value5" IS NOT NULL) = ((r."Value5" <> r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NOT NULL OR r."Value5" IS NOT NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -358,7 +358,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -371,7 +371,7 @@ FROM
WHERE
(r."Value4" >= r."Value5" AND r."Value4" IS NOT NULL AND r."Value5" IS NOT NULL) <> ((r."Value5" <> r."Value4" OR r."Value5" IS NULL AND r."Value4" IS NOT NULL OR r."Value5" IS NOT NULL AND r."Value4" IS NULL) AND NOT (r."Value5" IS NULL AND r."Value4" IS NULL))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.14,False).sql
index 6a33d659273f..a6e7c1596de9 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @One Integer -- Int32
SET @One = 1
@@ -13,7 +13,7 @@ FROM
WHERE
:One IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -24,7 +24,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Zero Integer -- Int32
SET @Zero = 0
@@ -39,7 +39,7 @@ FROM
WHERE
:Zero IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -50,7 +50,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @OneN Integer -- Int32
SET @OneN = 1
@@ -65,7 +65,7 @@ FROM
WHERE
:OneN IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -76,7 +76,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ZeroN Integer -- Int32
SET @ZeroN = 0
@@ -91,7 +91,7 @@ FROM
WHERE
:ZeroN IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -102,7 +102,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Null Integer -- Int32
SET @Null = NULL
@@ -117,7 +117,7 @@ FROM
WHERE
:Null IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -128,7 +128,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @One Integer -- Int32
SET @One = 1
@@ -143,7 +143,7 @@ FROM
WHERE
(:One IN (0, 1) OR :One IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -154,7 +154,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Zero Integer -- Int32
SET @Zero = 0
@@ -169,7 +169,7 @@ FROM
WHERE
(:Zero IN (0, 1) OR :Zero IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -180,7 +180,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @OneN Integer -- Int32
SET @OneN = 1
@@ -195,7 +195,7 @@ FROM
WHERE
(:OneN IN (0, 1) OR :OneN IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -206,7 +206,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ZeroN Integer -- Int32
SET @ZeroN = 0
@@ -221,7 +221,7 @@ FROM
WHERE
(:ZeroN IN (0, 1) OR :ZeroN IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -232,7 +232,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Null Integer -- Int32
SET @Null = NULL
@@ -247,7 +247,7 @@ FROM
WHERE
(:Null IN (0, 1) OR :Null IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -258,7 +258,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @One Integer -- Int32
SET @One = 1
@@ -273,7 +273,7 @@ FROM
WHERE
:One NOT IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -284,7 +284,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Zero Integer -- Int32
SET @Zero = 0
@@ -299,7 +299,7 @@ FROM
WHERE
:Zero NOT IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -310,7 +310,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @OneN Integer -- Int32
SET @OneN = 1
@@ -325,7 +325,7 @@ FROM
WHERE
(:OneN NOT IN (0, 1) OR :OneN IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -336,7 +336,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ZeroN Integer -- Int32
SET @ZeroN = 0
@@ -351,7 +351,7 @@ FROM
WHERE
(:ZeroN NOT IN (0, 1) OR :ZeroN IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -362,7 +362,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Null Integer -- Int32
SET @Null = NULL
@@ -377,7 +377,7 @@ FROM
WHERE
(:Null NOT IN (0, 1) OR :Null IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -388,7 +388,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @One Integer -- Int32
SET @One = 1
@@ -403,7 +403,7 @@ FROM
WHERE
(:One NOT IN (0, 1) AND :One IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -414,7 +414,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Zero Integer -- Int32
SET @Zero = 0
@@ -429,7 +429,7 @@ FROM
WHERE
(:Zero NOT IN (0, 1) AND :Zero IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -440,7 +440,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @OneN Integer -- Int32
SET @OneN = 1
@@ -455,7 +455,7 @@ FROM
WHERE
(:OneN NOT IN (0, 1) AND :OneN IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -466,7 +466,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ZeroN Integer -- Int32
SET @ZeroN = 0
@@ -481,7 +481,7 @@ FROM
WHERE
(:ZeroN NOT IN (0, 1) AND :ZeroN IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -492,7 +492,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Null Integer -- Int32
SET @Null = NULL
@@ -507,7 +507,7 @@ FROM
WHERE
(:Null NOT IN (0, 1) AND :Null IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.14,True).sql
index ba02530781d3..1c2050ca9bcb 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInList(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -11,7 +11,7 @@ FROM
WHERE
1 IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -35,7 +35,7 @@ FROM
WHERE
0 IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -46,7 +46,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -59,7 +59,7 @@ FROM
WHERE
1 IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -83,7 +83,7 @@ FROM
WHERE
0 IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -94,7 +94,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -107,7 +107,7 @@ FROM
WHERE
NULL IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -118,7 +118,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -131,7 +131,7 @@ FROM
WHERE
(1 IN (0, 1) OR 1 IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -155,7 +155,7 @@ FROM
WHERE
(0 IN (0, 1) OR 0 IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -166,7 +166,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -179,7 +179,7 @@ FROM
WHERE
(1 IN (0, 1) OR 1 IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -190,7 +190,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -203,7 +203,7 @@ FROM
WHERE
(0 IN (0, 1) OR 0 IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -214,7 +214,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -227,7 +227,7 @@ FROM
WHERE
(NULL IN (0, 1) OR NULL IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -238,7 +238,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -251,7 +251,7 @@ FROM
WHERE
1 NOT IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -275,7 +275,7 @@ FROM
WHERE
0 NOT IN (0, 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -286,7 +286,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -299,7 +299,7 @@ FROM
WHERE
(1 NOT IN (0, 1) OR 1 IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -310,7 +310,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -323,7 +323,7 @@ FROM
WHERE
(0 NOT IN (0, 1) OR 0 IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -334,7 +334,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -347,7 +347,7 @@ FROM
WHERE
(NULL NOT IN (0, 1) OR NULL IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -358,7 +358,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -371,7 +371,7 @@ FROM
WHERE
(1 NOT IN (0, 1) AND 1 IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -382,7 +382,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -395,7 +395,7 @@ FROM
WHERE
(0 NOT IN (0, 1) AND 0 IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -406,7 +406,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -419,7 +419,7 @@ FROM
WHERE
(1 NOT IN (0, 1) AND 1 IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -430,7 +430,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -443,7 +443,7 @@ FROM
WHERE
(0 NOT IN (0, 1) AND 0 IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -454,7 +454,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -467,7 +467,7 @@ FROM
WHERE
(NULL NOT IN (0, 1) AND NULL IS NOT NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.14,False).sql
index 92c00d1f040f..0cd048e7bba8 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @One Integer -- Int32
SET @One = 1
@@ -20,7 +20,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -31,7 +31,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Zero Integer -- Int32
SET @Zero = 0
@@ -53,7 +53,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -64,7 +64,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @OneN Integer -- Int32
SET @OneN = 1
@@ -86,7 +86,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -97,7 +97,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ZeroN Integer -- Int32
SET @ZeroN = 0
@@ -119,7 +119,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -130,7 +130,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Null Integer -- Int32
SET @Null = NULL
@@ -152,7 +152,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -163,7 +163,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @One Integer -- Int32
SET @One = 1
@@ -185,7 +185,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -196,7 +196,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Zero Integer -- Int32
SET @Zero = 0
@@ -218,7 +218,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -229,7 +229,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @OneN Integer -- Int32
SET @OneN = 1
@@ -251,7 +251,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -262,7 +262,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ZeroN Integer -- Int32
SET @ZeroN = 0
@@ -284,7 +284,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -295,7 +295,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -306,7 +306,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.14,True).sql
index 228db3d5bae7..61206004078a 100644
--- a/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/PredicateTests/Tests.Linq.PredicateTests.Test_VariableInSubquery(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -18,7 +18,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -49,7 +49,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -60,7 +60,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -80,7 +80,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -91,7 +91,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -111,7 +111,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -122,7 +122,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -142,7 +142,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -153,7 +153,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -173,7 +173,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -184,7 +184,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -204,7 +204,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -215,7 +215,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -235,7 +235,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -246,7 +246,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -266,7 +266,7 @@ WHERE
s."Id" > r."Id"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -277,7 +277,7 @@ SELECT
FROM
"BooleanTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -288,7 +288,7 @@ SELECT
FROM
"BooleanTable" r
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/PreprocessorTests/Tests.Linq.PreprocessorTests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/PreprocessorTests/Tests.Linq.PreprocessorTests.Test(PostgreSQL.14).sql
index 7a9c8b6762de..2f38e87b1089 100644
--- a/PostgreSQL.14/Tests/Linq/PreprocessorTests/Tests.Linq.PreprocessorTests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/PreprocessorTests/Tests.Linq.PreprocessorTests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
@@ -8,7 +8,7 @@ WHERE
p."ParentID" = 2
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
@@ -18,7 +18,7 @@ WHERE
p."ParentID" = 2
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithCast(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithCast(PostgreSQL.14).sql
index 0402087ad243..bb7b681e672a 100644
--- a/PostgreSQL.14/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithCast(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithCast(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1000
diff --git a/PostgreSQL.14/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithToNullable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithToNullable(PostgreSQL.14).sql
index 0402087ad243..bb7b681e672a 100644
--- a/PostgreSQL.14/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithToNullable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithToNullable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1000
diff --git a/PostgreSQL.14/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithTwoCasts(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithTwoCasts(PostgreSQL.14).sql
index 0402087ad243..bb7b681e672a 100644
--- a/PostgreSQL.14/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithTwoCasts(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ProjectionTests/Tests.Linq.ProjectionTests.GroupByWithTwoCasts(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1000
diff --git a/PostgreSQL.14/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4496Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4496Test(PostgreSQL.14).sql
index cd10ebc6a09c..4db61bc546fe 100644
--- a/PostgreSQL.14/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4496Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4496Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
x."ParentID",
@@ -9,7 +9,7 @@ FROM
WHERE
x."ChildID" > 30
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4508Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4508Test(PostgreSQL.14).sql
index d985ea89dc76..4938c2203825 100644
--- a/PostgreSQL.14/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4508Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryFilterTests/Tests.Linq.QueryFilterTests.Issue4508Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 0
@@ -13,7 +13,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 1
@@ -28,7 +28,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 0
@@ -43,7 +43,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 1
@@ -58,7 +58,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 0
@@ -73,7 +73,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 1
@@ -88,7 +88,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 0
@@ -103,7 +103,7 @@ FROM
WHERE
p."PersonID" > :idCopy
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @idCopy Integer -- Int32
SET @idCopy = 1
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.14,False).sql
index 184de957ee65..483ae6444218 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
p."ParentID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.14,True).sql
index ee9d535461d5..3401e0722bc8 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_EagerLoad(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."ParentID" = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ILoadWithQueryable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ILoadWithQueryable(PostgreSQL.14).sql
index 9b8a823eea63..0156e971661b 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ILoadWithQueryable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ILoadWithQueryable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."ParentID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -31,7 +31,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.14,False).sql
index ecd7ab3a928e..74aa5e67208c 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @addition Integer -- Int32
SET @addition = 123
@@ -24,7 +24,7 @@ SELECT
FROM
"TableWithIdentitySrc" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.14,True).sql
index a270da5b321c..17c9fc10c99a 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TableWithIdentity"
(
@@ -22,7 +22,7 @@ SELECT
FROM
"TableWithIdentitySrc" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.14,False).sql
index c3b88a478c69..822e4980983e 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @addition Integer -- Int32
SET @addition = 123
@@ -26,7 +26,7 @@ SELECT
FROM
"TableWithIdentitySrc" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.14,True).sql
index 9aa6cdc40ea1..272b2a63496e 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_ISelectInsertable_ClientIdentity(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TableWithIdentity"
(
@@ -24,7 +24,7 @@ SELECT
FROM
"TableWithIdentitySrc" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.14,False).sql
index bfca0a552ec6..025c56dafd70 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @newValue Integer -- Int32
SET @newValue = 123
@@ -20,7 +20,7 @@ UPDATE
SET
"Value" = :newValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.14,True).sql
index 17bb5028be32..3b54b513c8ad 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,14 +11,14 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TableWithIdentity"
SET
"Value" = 123
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.14,False).sql
index 3533af4fb833..13b43f6ef618 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @newValue Integer -- Int32
SET @newValue = 123
@@ -21,7 +21,7 @@ SET
"Id" = 492,
"Value" = :newValue
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.14,True).sql
index 21aac48ed153..a753ded1014a 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IUpdatable_ClientIdentiy(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 1
@@ -11,7 +11,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TableWithIdentity"
@@ -19,7 +19,7 @@ SET
"Id" = 492,
"Value" = 123
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.14,False).sql
index 656b7abec654..0e764c9917f6 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 123
@@ -11,7 +11,7 @@ VALUES
:value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.14,True).sql
index 41b64c66b4e0..3dad1ba9ec58 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TableWithIdentity"
(
@@ -9,7 +9,7 @@ VALUES
123
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.14,False).sql
index 086cf0f3031e..3cab3260c862 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 123
@@ -13,7 +13,7 @@ VALUES
:value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.14,True).sql
index 6308811c842e..76d3f429f062 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_IValueInsertable_ClientIdentity(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TableWithIdentity"
(
@@ -11,7 +11,7 @@ VALUES
123
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_SimpleQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_SimpleQuery(PostgreSQL.14).sql
index d60ff63a853d..513df2658792 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_SimpleQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_SimpleQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_Table(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_Table(PostgreSQL.14).sql
index 00052d867ca2..57184b616738 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_Table(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_Table(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -9,7 +9,7 @@ SELECT
FROM
"Person" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithNullableParameters(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithNullableParameters(PostgreSQL.14).sql
index a0443d280554..ffdf057c0a62 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithNullableParameters(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithNullableParameters(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."MiddleName" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.14,False).sql
index e52ebad0226a..90d12f40ada7 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -13,7 +13,7 @@ FROM
WHERE
p."PersonID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.14,True).sql
index fce855293932..90e60e3cae67 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParameters(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.14,False).sql
index a78f86017898..10f215057b65 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @firstName Text(4) -- String
SET @firstName = 'John'
@@ -13,7 +13,7 @@ FROM
WHERE
p."FirstName" = :firstName OR p."LastName" = :firstName
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @firstName Text(4) -- String
SET @firstName = 'John'
diff --git a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.14,True).sql
index c4700351129f..36be4ca87c49 100644
--- a/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryGenerationTests/Tests.Linq.QueryGenerationTests.ToSqlQuery_WithParametersDeduplication(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."FirstName" = 'John' OR p."LastName" = 'John'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @firstName Text(4) -- String
SET @firstName = 'John'
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast1(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast2(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Cast2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test1(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test10(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test11(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test12(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test2(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test3(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test4(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test5(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test6(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test7(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test8(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test9(PostgreSQL.14).sql
index 95e7996b19b0..dbc8c0cf7121 100644
--- a/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryInheritanceTests/Tests.Linq.QueryInheritanceTests.Test9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
*
diff --git a/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4596Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4596Test(PostgreSQL.14).sql
index 21197a2b691f..b55cf76b7fb4 100644
--- a/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4596Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4596Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -39,7 +39,7 @@ ORDER BY
ELSE ''
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1Test_NoJoinDuplicates(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1Test_NoJoinDuplicates(PostgreSQL.14).sql
index 44669947b497..9fe2c9171776 100644
--- a/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1Test_NoJoinDuplicates(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1Test_NoJoinDuplicates(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1_Association(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1_Association(PostgreSQL.14).sql
index beacfa660807..2a74a8d640f2 100644
--- a/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1_Association(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test1_Association(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."Id",
diff --git a/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test_ExpressionMethod(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test_ExpressionMethod(PostgreSQL.14).sql
index db9fdee974c7..60adfc9782a2 100644
--- a/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test_ExpressionMethod(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/QueryableAssociationTests/Tests.Linq.QueryableAssociationTests.Issue4723Test_ExpressionMethod(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1(PostgreSQL.14).sql
index 3038c458de70..00c36e1f1f09 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic10(PostgreSQL.14).sql
index 4954738b9349..c19662fc5061 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Parent"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic11(PostgreSQL.14).sql
index 2344cab63fe5..4b1d53a9a88b 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1_1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1_1(PostgreSQL.14).sql
index 8aa9348039df..6420edf84d29 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1_1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic1_1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic2(PostgreSQL.14).sql
index f74cc63dbaea..7cf90473b76d 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID" + 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic3(PostgreSQL.14).sql
index 4a28e5591639..a3b5c6948832 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID" + 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic4(PostgreSQL.14).sql
index 8e16fb579156..519147eb7260 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID" + 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic5(PostgreSQL.14).sql
index 481d1e7a30d9..88978ad16289 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic6(PostgreSQL.14).sql
index 4f15151c91e2..eaeb24a802d3 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID" + 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic61(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic61(PostgreSQL.14).sql
index 06114faf7c07..0144b8c2aa4c 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic61(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic61(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID" + 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic62(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic62(PostgreSQL.14).sql
index 69c7875b2b23..f5c9decdb0f2 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic62(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic62(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID" + p."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic7(PostgreSQL.14).sql
index 96996b525d1e..60d72f596db3 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic8(PostgreSQL.14).sql
index 1e60fc5e62da..ff243290a9b3 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic9(PostgreSQL.14).sql
index d37f6f3c70ed..df52cf1d4057 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Basic9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam1(PostgreSQL.14).sql
index f0d385072143..f61b695989a0 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam2(PostgreSQL.14).sql
index 7960def2da46..0aefd1114d7d 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam3(PostgreSQL.14).sql
index a647e8d3a59a..8ad812127ce7 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.OneParam3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_GrandChildren"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.ScalarQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.ScalarQuery(PostgreSQL.14).sql
index 53f43d50c191..fe6811c52686 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.ScalarQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.ScalarQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin1(PostgreSQL.14).sql
index 4a3732eaa647..6075f85da1bc 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin2(PostgreSQL.14).sql
index fc1d113c22b4..cbe95e7dd63b 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin3(PostgreSQL.14).sql
index 63acdb6e1069..3172968a070e 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin4(PostgreSQL.14).sql
index 0eea99df1465..4bd11ef461bc 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoin4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoinCount(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoinCount(PostgreSQL.14).sql
index 579ded5c70e4..91255887c8bc 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoinCount(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SelectManyLeftJoinCount(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery1(PostgreSQL.14).sql
index 4e19425a20f2..065d0e41cfa2 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery2(PostgreSQL.14).sql
index d7a13a8368db..dcd76dcf783c 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -10,7 +10,7 @@ WHERE
(p."PersonID" = 1 OR p."PersonID" = 2) AND p2."PersonID" <> 2 AND
p."PersonID" = p2."PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery3(PostgreSQL.14).sql
index 4e19425a20f2..065d0e41cfa2 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.SubQuery3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test1(PostgreSQL.14).sql
index 204837497f9b..d862d7009f21 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test11(PostgreSQL.14).sql
index 204837497f9b..d862d7009f21 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test21(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test21(PostgreSQL.14).sql
index fb9874b4d4df..64d5f4fa3a23 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test21(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test21(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test22(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test22(PostgreSQL.14).sql
index fb9874b4d4df..64d5f4fa3a23 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test22(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test22(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test3(PostgreSQL.14).sql
index 3664872a7312..38d3114cce85 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test31(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test31(PostgreSQL.14).sql
index 085ce3e4496d..e9eaec7f8012 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test31(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test31(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test32(PostgreSQL.14).sql
index 085ce3e4496d..e9eaec7f8012 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test4(PostgreSQL.14).sql
index 98a25a407043..5fead40a30c0 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test5(PostgreSQL.14).sql
index 04566f09412f..e4d5d6cbd0e5 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test6(PostgreSQL.14).sql
index 04566f09412f..e4d5d6cbd0e5 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test7(PostgreSQL.14).sql
index 9ec9350555da..36673597c1c9 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
@@ -11,7 +11,7 @@ FROM
WHERE
p."ParentID" = g_1."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test8(PostgreSQL.14).sql
index bacb73296678..b71f507ed320 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test81(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test81(PostgreSQL.14).sql
index 646bde1c5d1b..2423e57a1cc4 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test81(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test81(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test9(PostgreSQL.14).sql
index 3c00fa9b3eb9..d41906c0aa8e 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test91(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test91(PostgreSQL.14).sql
index c8007f09f270..b6c53f6cecdf 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test91(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.Test91(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Child"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.TestJoin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.TestJoin1(PostgreSQL.14).sql
index 1e61881c9a44..988eb5e3c302 100644
--- a/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.TestJoin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectManyTests/Tests.Linq.SelectManyTests.TestJoin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.FirstTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.FirstTest(PostgreSQL.14).sql
index 10fd13cb62c7..9ec8597a9772 100644
--- a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.FirstTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.FirstTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CURRENT_TIMESTAMP
diff --git a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test1(PostgreSQL.14).sql
index 0aa8f225b9de..4ad96cad783f 100644
--- a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.value
diff --git a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test3(PostgreSQL.14).sql
index 995be6e5576c..06c726091cf8 100644
--- a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test4(PostgreSQL.14).sql
index effe41e31f7b..1f701bacc1fd 100644
--- a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Issue2779Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinScalarTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinScalarTest(PostgreSQL.14).sql
index 8606d4ab54ef..77f04d15ad24 100644
--- a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinScalarTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinScalarTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinTest(PostgreSQL.14).sql
index e360890125be..4a0ae778db13 100644
--- a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.JoinTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Select_GroupBy_SelectAgain(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Select_GroupBy_SelectAgain(PostgreSQL.14).sql
index 9536b6c16f32..5b64c82afdd1 100644
--- a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Select_GroupBy_SelectAgain(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.Select_GroupBy_SelectAgain(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.SubQueryTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.SubQueryTest(PostgreSQL.14).sql
index b91547c2d92b..e1355bed9ab8 100644
--- a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.SubQueryTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.SubQueryTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.TestAliasesCollision(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.TestAliasesCollision(PostgreSQL.14).sql
index 096528132a18..beb477e982b2 100644
--- a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.TestAliasesCollision(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.TestAliasesCollision(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
child_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.UnionTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.UnionTest(PostgreSQL.14).sql
index cfc3351e29bc..dcc0d6740c3d 100644
--- a/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.UnionTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectQueryTests/Tests.Linq.SelectQueryTests.UnionTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CURRENT_TIMESTAMP + t."Value" * Interval '1 Day',
@@ -12,7 +12,7 @@ SELECT
CURRENT_TIMESTAMP + 3 * Interval '1 Day',
CURRENT_TIMESTAMP + 4 * Interval '1 Day'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v_1."Value2"
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Add(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Add(PostgreSQL.14).sql
index 54ce399103d3..2516e6497e00 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Add(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Add(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
5
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant1(PostgreSQL.14).sql
index 86d680be182d..c01821fa7696 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant2(PostgreSQL.14).sql
index 86d680be182d..c01821fa7696 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant3(PostgreSQL.14).sql
index 86d680be182d..c01821fa7696 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Constant3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Function(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Function(PostgreSQL.14).sql
index f3ee1b951e76..d887ddcde1d7 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Function(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Function(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @text Text(3) -- String
SET @text = '123'
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.IntMaxValue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.IntMaxValue(PostgreSQL.14).sql
index 86d680be182d..c01821fa7696 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.IntMaxValue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.IntMaxValue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1(PostgreSQL.14).sql
index 86d680be182d..c01821fa7696 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1Async(PostgreSQL.14).sql
index 86d680be182d..c01821fa7696 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter1Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter2(PostgreSQL.14).sql
index 86d680be182d..c01821fa7696 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Parameter2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar1(PostgreSQL.14).sql
index c8a8df71359d..372a7397abba 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar11(PostgreSQL.14).sql
index f19c0031fed4..42db403baf92 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar2(PostgreSQL.14).sql
index 4e10783e9409..ff9857bbc5be 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar21(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar21(PostgreSQL.14).sql
index 8b0ff2b79743..39aae90040dc 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar21(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar21(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Length(p."FirstName")
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar22(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar22(PostgreSQL.14).sql
index 801e67a2bc20..910178ac65f1 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar22(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar22(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar23(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar23(PostgreSQL.14).sql
index 1895ab9e3166..fa83e97750be 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar23(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar23(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar3(PostgreSQL.14).sql
index ac961286fd8b..bb412b4c4940 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar31(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar31(PostgreSQL.14).sql
index ac961286fd8b..bb412b4c4940 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar31(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar31(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar4(PostgreSQL.14).sql
index 360fdceca180..c13a5f7da3c9 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Scalar4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.StrLen(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.StrLen(PostgreSQL.14).sql
index 86d680be182d..c01821fa7696 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.StrLen(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.StrLen(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryTest(PostgreSQL.14).sql
index ede194b7e54f..c61fc6c94557 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCast(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCast(PostgreSQL.14).sql
index 667b6213b7d0..d93797ba8df6 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCast(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCast(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValue(PostgreSQL.14).sql
index 667b6213b7d0..d93797ba8df6 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValueByGuid(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValueByGuid(PostgreSQL.14).sql
index a4c35ac89fed..100c82dd6de8 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValueByGuid(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastAndHasValueByGuid(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastByGuid(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastByGuid(PostgreSQL.14).sql
index a4c35ac89fed..100c82dd6de8 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastByGuid(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithCastByGuid(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValue(PostgreSQL.14).sql
index 667b6213b7d0..d93797ba8df6 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValueByGuid(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValueByGuid(PostgreSQL.14).sql
index a4c35ac89fed..100c82dd6de8 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValueByGuid(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithHasValueByGuid(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValue(PostgreSQL.14).sql
index 667b6213b7d0..d93797ba8df6 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValueByGuid(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValueByGuid(PostgreSQL.14).sql
index a4c35ac89fed..100c82dd6de8 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValueByGuid(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.SubQueryWithoutCastAndHasValueByGuid(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Substring(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Substring(PostgreSQL.14).sql
index e9e2d796ddf8..712db40c9903 100644
--- a/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Substring(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectScalarTests/Tests.Linq.SelectScalarTests.Substring(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Substring('123', 2, 2)
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CachedObjectRefence(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CachedObjectRefence(PostgreSQL.14).sql
index 1934c65bb892..b0a17be21841 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CachedObjectRefence(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CachedObjectRefence(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -9,7 +9,7 @@ SELECT
FROM
"Person" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce(PostgreSQL.14).sql
index 01311f782a92..9520c411780f 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce2(PostgreSQL.14).sql
index aefee7cb1fa8..d15e4458d687 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce3(PostgreSQL.14).sql
index aefee7cb1fa8..d15e4458d687 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce4(PostgreSQL.14).sql
index 0aa2c5e501dd..63bc13e6b279 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Coalesce((
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce5(PostgreSQL.14).sql
index 93bbe1b9fee9..deb4f5b028d9 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Coalesce5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Coalesce((
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CoalesceMany(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CoalesceMany(PostgreSQL.14).sql
index 45a67c2c7776..d6fa54ff69fa 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CoalesceMany(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.CoalesceMany(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Coalesce(t."Nullable1", t."Nullable2", t."Nullable3", t."Id"),
@@ -12,7 +12,7 @@ SELECT
FROM
"CoalesceNullableFields" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Complex(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Complex(PostgreSQL.14).sql
index e7c55ce20587..ad5ef4b12018 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Complex(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Complex(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Concatenation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Concatenation(PostgreSQL.14).sql
index ea5f77bf475b..5d65699303ca 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Concatenation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Concatenation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ConstractClass(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ConstractClass(PostgreSQL.14).sql
index 8173ef9033ee..0b6d71b60027 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ConstractClass(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ConstractClass(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
f."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.EqualTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.EqualTest1(PostgreSQL.14).sql
index 5ff39c76693c..27fb45c822d6 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.EqualTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.EqualTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Index(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Index(PostgreSQL.14).sql
index e095a0b454e8..6702e9c7b6e6 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Index(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Index(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_2."ParentID",
@@ -20,7 +20,7 @@ FROM
ORDER BY
m_2."ChildID" DESC
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InitObject(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InitObject(PostgreSQL.14).sql
index c5d927dafcbb..3024324a1680 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InitObject(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InitObject(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InterfaceTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InterfaceTest(PostgreSQL.14).sql
index e249a71813e5..59711c9ab47e 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InterfaceTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.InterfaceTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test1(PostgreSQL.14).sql
index 1bfdf81241e3..7a12071430e6 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -6,7 +6,7 @@ SELECT
FROM
"Table1788" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
l."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test2(PostgreSQL.14).sql
index 1bfdf81241e3..7a12071430e6 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -6,7 +6,7 @@ SELECT
FROM
"Table1788" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
l."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test3(PostgreSQL.14).sql
index 1bfdf81241e3..7a12071430e6 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -6,7 +6,7 @@ SELECT
FROM
"Table1788" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
l."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test4(PostgreSQL.14).sql
index 1bfdf81241e3..7a12071430e6 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue1788Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -6,7 +6,7 @@ SELECT
FROM
"Table1788" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
l."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test1(PostgreSQL.14).sql
index b828a9cb6a4a..aed5440daa41 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test2(PostgreSQL.14).sql
index ceac12c1fe27..e8ac0397009b 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3181Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."FirstName"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test1(PostgreSQL.14).sql
index 07270ac18a7f..a0868d034821 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test2(PostgreSQL.14).sql
index 5e792c2ca8c4..1f17a975f2bf 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue3372Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4192Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4192Test2(PostgreSQL.14).sql
index eee0f0725ad6..45549f8296f3 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4192Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4192Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @parentId Integer -- Int32
SET @parentId = 12
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4198Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4198Test(PostgreSQL.14).sql
index ff734012b53d..b2b8a5fdc33e 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4198Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4198Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4200Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4200Test(PostgreSQL.14).sql
index 9a58680e4a2c..ac3f7e366c4d 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4200Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4200Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4520Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4520Test(PostgreSQL.14).sql
index 2c5d75fbb1a0..84acb75321e4 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4520Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Issue4520Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect1(PostgreSQL.14).sql
index c5d927dafcbb..3024324a1680 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect10(PostgreSQL.14).sql
index 2f719eba967c..b3619625911d 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p4."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect2(PostgreSQL.14).sql
index 625d363f3dc7..605c1cc7e391 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect3(PostgreSQL.14).sql
index c5d927dafcbb..3024324a1680 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect4(PostgreSQL.14).sql
index 2718faa36f35..fc3047ca473d 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p3."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect5(PostgreSQL.14).sql
index 2f719eba967c..b3619625911d 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p4."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect6(PostgreSQL.14).sql
index 2f719eba967c..b3619625911d 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p4."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect7(PostgreSQL.14).sql
index ea8d543d7a3f..e05882d06377 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect8(PostgreSQL.14).sql
index 86cdf016e957..361176f4296a 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(p2."PersonID" * 2) / 2,
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect9(PostgreSQL.14).sql
index 85ea3d723a64..de547c2cc916 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MultipleSelect9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(p5."PersonID" * 2) / 2,
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MutiplySelect12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MutiplySelect12(PostgreSQL.14).sql
index c2f89be5754a..a92995bffe11 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MutiplySelect12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.MutiplySelect12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"grandChild_1"."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.New(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.New(PostgreSQL.14).sql
index c5d927dafcbb..3024324a1680 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.New(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.New(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewInitObject(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewInitObject(PostgreSQL.14).sql
index c5d927dafcbb..3024324a1680 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewInitObject(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewInitObject(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewObject(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewObject(PostgreSQL.14).sql
index c5d927dafcbb..3024324a1680 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewObject(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewObject(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewParam(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewParam(PostgreSQL.14).sql
index bb29caabd638..fe8854d20cd5 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewParam(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewParam(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Person" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -14,7 +14,7 @@ SELECT
FROM
"Person" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -22,7 +22,7 @@ SELECT
FROM
"Person" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
@@ -30,7 +30,7 @@ SELECT
FROM
"Person" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewWithExpr(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewWithExpr(PostgreSQL.14).sql
index 42eb2f8c10db..2df9a0a07621 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewWithExpr(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.NewWithExpr(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ObjectFactoryTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ObjectFactoryTest(PostgreSQL.14).sql
index 650989320fa0..12229f685e85 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ObjectFactoryTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ObjectFactoryTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.OuterApplyTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.OuterApplyTest(PostgreSQL.14).sql
index 0297135c20ab..37482c8998c5 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.OuterApplyTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.OuterApplyTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t6."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest1(PostgreSQL.14).sql
index ced281dfc2a9..b12d4fc5ec21 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ChildID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest2(PostgreSQL.14).sql
index f98fd497dd95..caf2a43ece23 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.ProjectionTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Patient"."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex1(PostgreSQL.14).sql
index 618e7607a94f..0b6915e2631f 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex2(PostgreSQL.14).sql
index 618e7607a94f..0b6915e2631f 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex3(PostgreSQL.14).sql
index 2eb442bf6aa2..7e8d43977c37 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplex3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplexField(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplexField(PostgreSQL.14).sql
index 3c30fdbfe857..6d5d2dbdb992 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplexField(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectComplexField(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."LastName"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumOnClient(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumOnClient(PostgreSQL.14).sql
index bda30392e780..3a0a0925cd43 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumOnClient(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumOnClient(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
person_1."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumerable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumerable(PostgreSQL.14).sql
index 3537b8cb79dc..9c4e825ec504 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumerable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectEnumerable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression1(PostgreSQL.14).sql
index 0f8aa483a518..7d6411a5fabd 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression2(PostgreSQL.14).sql
index 0f8aa483a518..7d6411a5fabd 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression3(PostgreSQL.14).sql
index 0f8aa483a518..7d6411a5fabd 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression5(PostgreSQL.14).sql
index 0f8aa483a518..7d6411a5fabd 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectExpression5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectField(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectField(PostgreSQL.14).sql
index b0b8f568373c..69cead6a6835 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectField(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectField(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectLocalTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectLocalTest(PostgreSQL.14).sql
index 4e4c416ec4ce..540ad25c2076 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectLocalTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectLocalTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
p."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullProjectionTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullProjectionTest(PostgreSQL.14).sql
index b0b8f568373c..69cead6a6835 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullProjectionTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullProjectionTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest(PostgreSQL.14).sql
index eeecc9be3161..31f979547807 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
q."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest2(PostgreSQL.14).sql
index 65b09d7c0166..444116356333 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationWhereTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationWhereTest(PostgreSQL.14).sql
index 6a65ef6a1739..bf48c9b8946d 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationWhereTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullPropagationWhereTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -24,7 +24,7 @@ ORDER BY
t1."Value1",
"a_Parent"."Value1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -32,7 +32,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest1(PostgreSQL.14).sql
index 78ffbbb0f0c7..e747db9458ea 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1000
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -47,7 +47,7 @@ VALUES
:StringValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -66,7 +66,7 @@ WHERE
t1."ID" = 1000
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t1
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest2(PostgreSQL.14).sql
index 970f16f9551b..73ced28f3058 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectNullableTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1000
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -47,7 +47,7 @@ VALUES
:StringValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -64,7 +64,7 @@ WHERE
t1."ID" = 1000
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t1
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest(PostgreSQL.14).sql
index eeecc9be3161..31f979547807 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
q."ParentID"
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest2(PostgreSQL.14).sql
index 65b09d7c0166..444116356333 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationWhereTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationWhereTest(PostgreSQL.14).sql
index 4df6108308d1..c7889f2ab697 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationWhereTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectReverseNullPropagationWhereTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectSimilarNames(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectSimilarNames(PostgreSQL.14).sql
index 4f349c43ddb4..559dfa1c8dde 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectSimilarNames(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectSimilarNames(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @parentId Integer -- Int32
SET @parentId = 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexer(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexer(PostgreSQL.14).sql
index fe9bccc7a4b5..6ef867b3311a 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexer(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexer(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
@@ -19,7 +19,7 @@ WHERE
ORDER BY
x."PersonID" DESC
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexerAfterGroupBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexerAfterGroupBy(PostgreSQL.14).sql
index 8c57a2f49b6f..9385c08ac5f2 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexerAfterGroupBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SelectWithIndexerAfterGroupBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Key_1",
@@ -23,7 +23,7 @@ WHERE
ORDER BY
x."Key_1" DESC
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.14,0).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.14,0).sql
index 4ce3da796dc3..2a43579cf327 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.14,0).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.14,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 0
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.14,1).sql
index f79d6cb0cbab..97c80f19b354 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.14,null).sql
index 07e9dc24ef73..7608c525cbc5 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = NULL
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.14,0).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.14,0).sql
index 4ce3da796dc3..2a43579cf327 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.14,0).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.14,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 0
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.14,1).sql
index f79d6cb0cbab..97c80f19b354 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.14,null).sql
index 07e9dc24ef73..7608c525cbc5 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = NULL
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.14,0).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.14,0).sql
index 4ce3da796dc3..2a43579cf327 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.14,0).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.14,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 0
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.14,1).sql
index f79d6cb0cbab..97c80f19b354 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.14,null).sql
index 5425c2885b6f..cc8a64427f9c 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValueReversed_Nested(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULL::Int
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.14,0).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.14,0).sql
index 4ce3da796dc3..2a43579cf327 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.14,0).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.14,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 0
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.14,1).sql
index f79d6cb0cbab..97c80f19b354 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Integer -- Int32
SET @value = 1
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.14,null).sql
index 5425c2885b6f..cc8a64427f9c 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Select_TernaryNullableValue_Nested(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULL::Int
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest(PostgreSQL.14).sql
index 31a48d8f8857..a97d5523c736 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest_Complex(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest_Complex(PostgreSQL.14).sql
index 87b1b1f0b189..733b416f3210 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest_Complex(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SequentialAccessTest_Complex(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."TypeDiscriminator",
@@ -7,7 +7,7 @@ SELECT
FROM
"InheritanceParent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."TypeDiscriminator",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Simple(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Simple(PostgreSQL.14).sql
index 4e10783e9409..ff9857bbc5be 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Simple(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.Simple(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDirect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDirect(PostgreSQL.14).sql
index 13ed424a21d2..23c70aa3367f 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDirect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDirect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDouble(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDouble(PostgreSQL.14).sql
index 4e10783e9409..ff9857bbc5be 100644
--- a/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDouble(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SelectTests/Tests.Linq.SelectTests.SimpleDouble(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatEagerDifferentDetails(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatEagerDifferentDetails(PostgreSQL.14).sql
index 7767b6013cf1..5a9d572edb74 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatEagerDifferentDetails(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatEagerDifferentDetails(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -38,7 +38,7 @@ FROM
WHERE
"a_Author"."AuthorName" <> 'A' OR "a_Author"."AuthorName" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1.c1,
@@ -76,7 +76,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1.c1
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -104,7 +104,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -129,7 +129,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -143,7 +143,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatInheritance(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatInheritance(PostgreSQL.14).sql
index 196ada87da5c..cfb3938428d6 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatInheritance(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ConcatInheritance(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -28,7 +28,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -42,7 +42,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.14,Except).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.14,Except).sql
index 008c64090b2d..7d2ae75c5e38 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.14,Except).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.14,Except).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.14,ExceptAll).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.14,ExceptAll).sql
index 8baa5fb05d13..21b3df333d68 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.14,ExceptAll).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.14,ExceptAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.14,UnionAll).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.14,UnionAll).sql
index 34cd05a37ed5..5711721579bb 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.14,UnionAll).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerDifferentDetails(PostgreSQL.14,UnionAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1.c1,
@@ -76,7 +76,7 @@ FROM
WHERE
"a_Author"."AuthorName" <> 'A' OR "a_Author"."AuthorName" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -104,7 +104,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -129,7 +129,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -143,7 +143,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,Except).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,Except).sql
index 2ea77b7ae055..fed18ff80207 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,Except).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,Except).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,ExceptAll).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,ExceptAll).sql
index 5f15bea0b693..b3dd34a83b79 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,ExceptAll).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,ExceptAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,Intersect).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,Intersect).sql
index 4e8b13562a07..7f64c0218653 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,Intersect).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,Intersect).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,IntersectAll).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,IntersectAll).sql
index f9ab37f81456..b025271d9230 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,IntersectAll).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,IntersectAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,Union).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,Union).sql
index 4c8cbdf80111..5f2350d5e521 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,Union).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,Union).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -60,7 +60,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -85,7 +85,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -99,7 +99,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,UnionAll).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,UnionAll).sql
index 03877c746e43..1b129f3acd7a 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,UnionAll).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.EagerSameDetails(PostgreSQL.14,UnionAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -32,7 +32,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkBookId" = m_1."Id"
LEFT JOIN "Author" "a_Author" ON d."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -56,7 +56,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -81,7 +81,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -95,7 +95,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ExceptInheritance(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ExceptInheritance(PostgreSQL.14).sql
index 0b8bcc486978..bdd5ec4eb0a5 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ExceptInheritance(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.ExceptInheritance(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -28,7 +28,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -42,7 +42,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.IntersectInheritance(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.IntersectInheritance(PostgreSQL.14).sql
index 6e845720bc34..4d797221ef2d 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.IntersectInheritance(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.IntersectInheritance(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -20,7 +20,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -34,7 +34,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritance(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritance(PostgreSQL.14).sql
index 19bf1e87ee2d..56ba2e0660cf 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritance(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritance(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -28,7 +28,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -42,7 +42,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritanceFlipped(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritanceFlipped(PostgreSQL.14).sql
index 688296efff32..31738618be5e 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritanceFlipped(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UnionInheritanceFlipped(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Book"."BookId",
@@ -28,7 +28,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Roman'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -42,7 +42,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,Except).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,Except).sql
index 4d50296929af..92834623bd50 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,Except).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,Except).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
'Discriminator'::text,
@@ -24,7 +24,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -63,7 +63,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,ExceptAll).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,ExceptAll).sql
index 433d1c38b444..ed1c31775578 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,ExceptAll).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,ExceptAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
'Discriminator'::text,
@@ -24,7 +24,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -63,7 +63,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,Intersect).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,Intersect).sql
index 2ca793196376..5ab0b7a9e93d 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,Intersect).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,Intersect).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
'Discriminator'::text,
@@ -24,7 +24,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -63,7 +63,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,IntersectAll).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,IntersectAll).sql
index 7c0730707097..616d1253a8c9 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,IntersectAll).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,IntersectAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
'Discriminator'::text,
@@ -24,7 +24,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -63,7 +63,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,Union).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,Union).sql
index 2f85d44e0dbf..6578825aeafd 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,Union).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,Union).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
'Discriminator'::text,
@@ -24,7 +24,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -63,7 +63,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,UnionAll).sql b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,UnionAll).sql
index 63932703209e..3ed8c845a3ea 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,UnionAll).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorComplexTests/Tests.Linq.SetOperatorComplexTests.UsingDictionary(PostgreSQL.14,UnionAll).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
'Discriminator'::text,
@@ -24,7 +24,7 @@ FROM
WHERE
"a_Book_1"."Discriminator" = 'Novel'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."BookId",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "BookAuthor" d_1 ON d_1."FkBookId" = m_1."BookId"
LEFT JOIN "Author" "a_Author" ON d_1."FkAuthorId" = "a_Author"."AuthorId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."AuthorId",
@@ -63,7 +63,7 @@ FROM
INNER JOIN "BookAuthor" d ON d."FkAuthorId" = m_1."AuthorId"
LEFT JOIN "Book" "a_Book" ON d."FkBookId" = "a_Book"."BookId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."AuthorId",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.Issue3132Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.Issue3132Test(PostgreSQL.14).sql
index 1834aa8b1ac7..744a7e366294 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.Issue3132Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.Issue3132Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."MiddleName",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExcept(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExcept(PostgreSQL.14).sql
index 0f1c72594334..74a2888f89cd 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExcept(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExcept(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptAll(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptAll(PostgreSQL.14).sql
index 9a7807114f21..4be1b2f235a3 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptAll(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptAll(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptProjection(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptProjection(PostgreSQL.14).sql
index 39513eba22e2..b00dbe0b43a7 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptProjection(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestExceptProjection(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r_3."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersect(PostgreSQL.14).sql
index a57aac76ad95..8c71dcebd540 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersectAll(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersectAll(PostgreSQL.14).sql
index 25d6e2181970..de08f1f56ee2 100644
--- a/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersectAll(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetOperatorTests/Tests.Linq.SetOperatorTests.TestIntersectAll(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains1(PostgreSQL.14).sql
index 412be2d37586..e607ce96a805 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains14(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains14(PostgreSQL.14).sql
index 02f6458a0a01..a88976f67483 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains14(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains14(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1
@@ -16,7 +16,7 @@ SELECT
ELSE False
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains15(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains15(PostgreSQL.14).sql
index 15ee03291b51..d8eece2454d2 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains15(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains15(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains16(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains16(PostgreSQL.14).sql
index bff3b080528d..bd96da879549 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains16(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains16(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains2(PostgreSQL.14).sql
index 77c75e8f54e0..8ac4b79864da 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains201(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains201(PostgreSQL.14).sql
index a603518f71ad..e9e197618c4f 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains201(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains201(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains3(PostgreSQL.14).sql
index 80cd5a9f51a9..6c51416ba22d 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains4(PostgreSQL.14).sql
index 07731464c5ce..0e88a351161a 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains5(PostgreSQL.14).sql
index e2eb11e2bf1e..1cd12262120d 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains6(PostgreSQL.14).sql
index 324aefb7a802..72a47ffb9779 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains7(PostgreSQL.14).sql
index 5e517da37d56..f554d28ba606 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains701(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains701(PostgreSQL.14).sql
index bc01d041c370..9fe317253a4a 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains701(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains701(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 11
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains8(PostgreSQL.14).sql
index af4d0eaba057..1177e4521fba 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains801(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains801(PostgreSQL.14).sql
index ae150db98099..fa031bff156a 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains801(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains801(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
2,
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains802(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains802(PostgreSQL.14).sql
index aaa55e797629..c5568a8d2ab2 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains802(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains802(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains803(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains803(PostgreSQL.14).sql
index baa27edc37f4..855e55fa3b13 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains803(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains803(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains9(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Contains9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Except1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Except1(PostgreSQL.14).sql
index 614835079a32..bab27b8ff9b0 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Except1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Except1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Intersect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Intersect(PostgreSQL.14).sql
index e03fb51d2aed..2dfbe4ad2b2a 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Intersect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.Intersect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.NotContains8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.NotContains8(PostgreSQL.14).sql
index 812cd481f624..dbc6081b3ca1 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.NotContains8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.NotContains8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.TestForGroupBy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.TestForGroupBy(PostgreSQL.14).sql
index 85bc95530e41..e596b1ce8dd7 100644
--- a/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.TestForGroupBy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SetTests/Tests.Linq.SetTests.TestForGroupBy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -9,7 +9,7 @@ FROM
WHERE
x."ParentID" IN (2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SqlExpressionOptimizationTests/Tests.Linq.SqlExpressionOptimizationTests.ConditionalWithBinary(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExpressionOptimizationTests/Tests.Linq.SqlExpressionOptimizationTests.ConditionalWithBinary(PostgreSQL.14).sql
index adb058d4a10c..911aa7beb61e 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExpressionOptimizationTests/Tests.Linq.SqlExpressionOptimizationTests.ConditionalWithBinary(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExpressionOptimizationTests/Tests.Linq.SqlExpressionOptimizationTests.ConditionalWithBinary(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue == 1 ? 3 : 4 == 3 */
SELECT
@@ -14,7 +14,7 @@ FROM
WHERE
x."IntVlaue" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -27,7 +27,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue == 1 ? 3 : 4 == 3) */
SELECT
@@ -43,7 +43,7 @@ FROM
WHERE
x_with_not."IntVlaue" <> 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -56,7 +56,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap => 3 == swap.IntVlaue == 1 ? 3 : 4 */
SELECT
@@ -72,7 +72,7 @@ FROM
WHERE
swap."IntVlaue" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -85,7 +85,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap_with_not => !(3 == swap_with_not.IntVlaue == 1 ? 3 : 4) */
SELECT
@@ -101,7 +101,7 @@ FROM
WHERE
swap_with_not."IntVlaue" <> 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -114,7 +114,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue == 1 ? null : (bool?)False == (bool?)True */
SELECT
@@ -130,7 +130,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -143,7 +143,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue == 1 ? null : (bool?)False == (bool?)True) */
SELECT
@@ -157,7 +157,7 @@ SELECT
FROM
"OptimizationData" x_with_not
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -170,7 +170,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap => (bool?)True == swap.IntVlaue == 1 ? null : (bool?)False */
SELECT
@@ -186,7 +186,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -199,7 +199,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap_with_not => !((bool?)True == swap_with_not.IntVlaue == 1 ? null : (bool?)False) */
SELECT
@@ -213,7 +213,7 @@ SELECT
FROM
"OptimizationData" swap_with_not
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -226,7 +226,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue == 1 ? null : (bool?)True == (bool?)True */
SELECT
@@ -242,7 +242,7 @@ FROM
WHERE
x."IntVlaue" <> 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -255,7 +255,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue == 1 ? null : (bool?)True == (bool?)True) */
SELECT
@@ -271,7 +271,7 @@ FROM
WHERE
x_with_not."IntVlaue" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -284,7 +284,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap => (bool?)True == swap.IntVlaue == 1 ? null : (bool?)True */
SELECT
@@ -300,7 +300,7 @@ FROM
WHERE
swap."IntVlaue" <> 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -313,7 +313,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap_with_not => !((bool?)True == swap_with_not.IntVlaue == 1 ? null : (bool?)True) */
SELECT
@@ -329,7 +329,7 @@ FROM
WHERE
swap_with_not."IntVlaue" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -342,7 +342,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.BoolValue ? True : False == True */
SELECT
@@ -358,7 +358,7 @@ FROM
WHERE
x."BoolValue" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -371,7 +371,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.BoolValue ? True : False == True) */
SELECT
@@ -387,7 +387,7 @@ FROM
WHERE
x_with_not."BoolValue" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -400,7 +400,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap => True == swap.BoolValue ? True : False */
SELECT
@@ -416,7 +416,7 @@ FROM
WHERE
swap."BoolValue" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -429,7 +429,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap_with_not => !(True == swap_with_not.BoolValue ? True : False) */
SELECT
@@ -445,7 +445,7 @@ FROM
WHERE
swap_with_not."BoolValue" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -458,7 +458,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.BoolValue == True ? null : (bool?)True == (bool?)True */
SELECT
@@ -474,7 +474,7 @@ FROM
WHERE
NOT x."BoolValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -487,7 +487,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.BoolValue == True ? null : (bool?)True == (bool?)True) */
SELECT
@@ -503,7 +503,7 @@ FROM
WHERE
x_with_not."BoolValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -516,7 +516,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap => (bool?)True == swap.BoolValue == True ? null : (bool?)True */
SELECT
@@ -532,7 +532,7 @@ FROM
WHERE
NOT swap."BoolValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -545,7 +545,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap_with_not => !((bool?)True == swap_with_not.BoolValue == True ? null : (bool?)True) */
SELECT
@@ -561,7 +561,7 @@ FROM
WHERE
swap_with_not."BoolValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -574,7 +574,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.BoolValue == True ? True : False == True */
SELECT
@@ -590,7 +590,7 @@ FROM
WHERE
x."BoolValue" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -603,7 +603,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.BoolValue == True ? True : False == True) */
SELECT
@@ -619,7 +619,7 @@ FROM
WHERE
x_with_not."BoolValue" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -632,7 +632,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap => True == swap.BoolValue == True ? True : False */
SELECT
@@ -648,7 +648,7 @@ FROM
WHERE
swap."BoolValue" = True
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -661,7 +661,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap_with_not => !(True == swap_with_not.BoolValue == True ? True : False) */
SELECT
@@ -677,7 +677,7 @@ FROM
WHERE
swap_with_not."BoolValue" = False
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -690,7 +690,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable == null ? 1 : x.StringValueNullable != null ? 2 : 3 == 2 */
SELECT
@@ -706,7 +706,7 @@ FROM
WHERE
x."StringValueNullable" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -719,7 +719,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable == null ? 1 : x_with_not.StringValueNullable != null ? 2 : 3 == 2) */
SELECT
@@ -735,7 +735,7 @@ FROM
WHERE
x_with_not."StringValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -748,7 +748,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap => 2 == swap.StringValueNullable == null ? 1 : swap.StringValueNullable != null ? 2 : 3 */
SELECT
@@ -764,7 +764,7 @@ FROM
WHERE
swap."StringValueNullable" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -777,7 +777,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap_with_not => !(2 == swap_with_not.StringValueNullable == null ? 1 : swap_with_not.StringValueNullable != null ? 2 : 3) */
SELECT
@@ -793,7 +793,7 @@ FROM
WHERE
swap_with_not."StringValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -806,7 +806,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable == null ? 2 : x.StringValueNullable != null ? 1 : 3 == 2 */
SELECT
@@ -822,7 +822,7 @@ FROM
WHERE
x."StringValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -835,7 +835,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable == null ? 2 : x_with_not.StringValueNullable != null ? 1 : 3 == 2) */
SELECT
@@ -851,7 +851,7 @@ FROM
WHERE
x_with_not."StringValueNullable" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -864,7 +864,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap => 2 == swap.StringValueNullable == null ? 2 : swap.StringValueNullable != null ? 1 : 3 */
SELECT
@@ -880,7 +880,7 @@ FROM
WHERE
swap."StringValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -893,7 +893,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap_with_not => !(2 == swap_with_not.StringValueNullable == null ? 2 : swap_with_not.StringValueNullable != null ? 1 : 3) */
SELECT
@@ -909,7 +909,7 @@ FROM
WHERE
swap_with_not."StringValueNullable" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -922,7 +922,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable == null ? 2 : x.StringValueNullable != null ? 1 : 3 > 3 */
SELECT
@@ -938,7 +938,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -951,7 +951,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable == null ? 2 : x_with_not.StringValueNullable != null ? 1 : 3 > 3) */
SELECT
@@ -965,7 +965,7 @@ SELECT
FROM
"OptimizationData" x_with_not
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -978,7 +978,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable == null ? 2 : x.StringValueNullable != null ? 1 : 3 >= 1 */
SELECT
@@ -992,7 +992,7 @@ SELECT
FROM
"OptimizationData" x
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1005,7 +1005,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable == null ? 2 : x_with_not.StringValueNullable != null ? 1 : 3 >= 1) */
SELECT
@@ -1021,7 +1021,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1034,7 +1034,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable == null ? 2 : x.StringValueNullable != null ? 1 : 3 > 1 */
SELECT
@@ -1050,7 +1050,7 @@ FROM
WHERE
x."StringValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1063,7 +1063,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable == null ? 2 : x_with_not.StringValueNullable != null ? 1 : 3 > 1) */
SELECT
@@ -1079,7 +1079,7 @@ FROM
WHERE
x_with_not."StringValueNullable" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1092,7 +1092,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable == null ? 1 : x.StringValueNullable != null ? 2 : 3 != 2 */
SELECT
@@ -1108,7 +1108,7 @@ FROM
WHERE
x."StringValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1121,7 +1121,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable == null ? 1 : x_with_not.StringValueNullable != null ? 2 : 3 != 2) */
SELECT
@@ -1137,7 +1137,7 @@ FROM
WHERE
x_with_not."StringValueNullable" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1150,7 +1150,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap => 2 != swap.StringValueNullable == null ? 1 : swap.StringValueNullable != null ? 2 : 3 */
SELECT
@@ -1166,7 +1166,7 @@ FROM
WHERE
swap."StringValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1179,7 +1179,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap_with_not => !(2 != swap_with_not.StringValueNullable == null ? 1 : swap_with_not.StringValueNullable != null ? 2 : 3) */
SELECT
@@ -1195,7 +1195,7 @@ FROM
WHERE
swap_with_not."StringValueNullable" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1208,7 +1208,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.StringValueNullable != null ? x.StringValueNullable == "2" ? 2 : 10 : x.StringValueNullable == null ? 3 : 1 == 2 */
SELECT
@@ -1231,7 +1231,7 @@ WHERE
ELSE 1
END = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1244,7 +1244,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.StringValueNullable != null ? x_with_not.StringValueNullable == "2" ? 2 : 10 : x_with_not.StringValueNullable == null ? 3 : 1 == 2) */
SELECT
@@ -1267,7 +1267,7 @@ WHERE
ELSE 1
END <> 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1280,7 +1280,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap => 2 == swap.StringValueNullable != null ? swap.StringValueNullable == "2" ? 2 : 10 : swap.StringValueNullable == null ? 3 : 1 */
SELECT
@@ -1303,7 +1303,7 @@ WHERE
ELSE 1
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1316,7 +1316,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap_with_not => !(2 == swap_with_not.StringValueNullable != null ? swap_with_not.StringValueNullable == "2" ? 2 : 10 : swap_with_not.StringValueNullable == null ? 3 : 1) */
SELECT
@@ -1339,7 +1339,7 @@ WHERE
ELSE 1
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1352,7 +1352,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue < 4 ? 4 : x.IntVlaue == 0 */
SELECT
@@ -1368,7 +1368,7 @@ FROM
WHERE
x."IntVlaue" = 0 AND x."IntVlaue" >= 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1381,7 +1381,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue < 4 ? 4 : x.IntVlaue != 0 */
SELECT
@@ -1397,7 +1397,7 @@ FROM
WHERE
x."IntVlaue" < 4 OR x."IntVlaue" <> 0 AND x."IntVlaue" >= 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1410,7 +1410,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue < 4 ? 4 : x_with_not.IntVlaue != 0) */
SELECT
@@ -1426,7 +1426,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" < 4 OR x_with_not."IntVlaue" <> 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1439,7 +1439,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap => 0 != swap.IntVlaue < 4 ? 4 : swap.IntVlaue */
SELECT
@@ -1455,7 +1455,7 @@ FROM
WHERE
swap."IntVlaue" < 4 OR swap."IntVlaue" <> 0 AND swap."IntVlaue" >= 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1468,7 +1468,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap_with_not => !(0 != swap_with_not.IntVlaue < 4 ? 4 : swap_with_not.IntVlaue) */
SELECT
@@ -1484,7 +1484,7 @@ FROM
WHERE
NOT (swap_with_not."IntVlaue" < 4 OR swap_with_not."IntVlaue" <> 0 AND swap_with_not."IntVlaue" >= 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1497,7 +1497,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue < 4 ? 4 : x.IntVlaue > 0 */
SELECT
@@ -1513,7 +1513,7 @@ FROM
WHERE
x."IntVlaue" < 4 OR x."IntVlaue" > 0 AND x."IntVlaue" >= 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1526,7 +1526,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue < 4 ? 4 : x_with_not.IntVlaue > 0) */
SELECT
@@ -1542,7 +1542,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" < 4 OR x_with_not."IntVlaue" > 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1555,7 +1555,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue < 4 ? 4 : x.IntVlaue < 0 */
SELECT
@@ -1571,7 +1571,7 @@ FROM
WHERE
x."IntVlaue" < 0 AND x."IntVlaue" >= 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1584,7 +1584,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue < 4 ? 4 : x_with_not.IntVlaue < 0) */
SELECT
@@ -1600,7 +1600,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" < 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1613,7 +1613,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue < 4 ? 4 : x.IntVlaue >= 0 */
SELECT
@@ -1629,7 +1629,7 @@ FROM
WHERE
x."IntVlaue" < 4 OR x."IntVlaue" >= 0 AND x."IntVlaue" >= 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1642,7 +1642,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue < 4 ? 4 : x_with_not.IntVlaue >= 0) */
SELECT
@@ -1658,7 +1658,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" < 4 OR x_with_not."IntVlaue" >= 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1671,7 +1671,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue < 4 ? 4 : x.IntVlaue <= 0 */
SELECT
@@ -1687,7 +1687,7 @@ FROM
WHERE
x."IntVlaue" <= 0 AND x."IntVlaue" >= 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1700,7 +1700,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue < 4 ? 4 : x_with_not.IntVlaue <= 0) */
SELECT
@@ -1716,7 +1716,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" <= 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1729,7 +1729,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue >= 4 ? x.IntVlaue : 4 == 0 */
SELECT
@@ -1745,7 +1745,7 @@ FROM
WHERE
x."IntVlaue" = 0 AND x."IntVlaue" >= 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1758,7 +1758,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue >= 4 ? x_with_not.IntVlaue : 4 == 0) */
SELECT
@@ -1774,7 +1774,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" = 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1787,7 +1787,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap => 0 == swap.IntVlaue >= 4 ? swap.IntVlaue : 4 */
SELECT
@@ -1803,7 +1803,7 @@ FROM
WHERE
swap."IntVlaue" = 0 AND swap."IntVlaue" >= 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1816,7 +1816,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap_with_not => !(0 == swap_with_not.IntVlaue >= 4 ? swap_with_not.IntVlaue : 4) */
SELECT
@@ -1832,7 +1832,7 @@ FROM
WHERE
NOT (swap_with_not."IntVlaue" = 0 AND swap_with_not."IntVlaue" >= 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1845,7 +1845,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue >= 4 ? x.IntVlaue : 4 != 0 */
SELECT
@@ -1861,7 +1861,7 @@ FROM
WHERE
x."IntVlaue" <> 0 AND x."IntVlaue" >= 4 OR x."IntVlaue" < 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1874,7 +1874,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue >= 4 ? x_with_not.IntVlaue : 4 != 0) */
SELECT
@@ -1890,7 +1890,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" <> 0 AND x_with_not."IntVlaue" >= 4 OR x_with_not."IntVlaue" < 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1903,7 +1903,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap => 0 != swap.IntVlaue >= 4 ? swap.IntVlaue : 4 */
SELECT
@@ -1919,7 +1919,7 @@ FROM
WHERE
swap."IntVlaue" <> 0 AND swap."IntVlaue" >= 4 OR swap."IntVlaue" < 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1932,7 +1932,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* swap_with_not => !(0 != swap_with_not.IntVlaue >= 4 ? swap_with_not.IntVlaue : 4) */
SELECT
@@ -1948,7 +1948,7 @@ FROM
WHERE
NOT (swap_with_not."IntVlaue" <> 0 AND swap_with_not."IntVlaue" >= 4 OR swap_with_not."IntVlaue" < 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1961,7 +1961,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue >= 4 ? x.IntVlaue : 4 > 0 */
SELECT
@@ -1977,7 +1977,7 @@ FROM
WHERE
x."IntVlaue" > 0 AND x."IntVlaue" >= 4 OR x."IntVlaue" < 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -1990,7 +1990,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue >= 4 ? x_with_not.IntVlaue : 4 > 0) */
SELECT
@@ -2006,7 +2006,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" > 0 AND x_with_not."IntVlaue" >= 4 OR x_with_not."IntVlaue" < 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2019,7 +2019,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue >= 4 ? x.IntVlaue : 4 < 0 */
SELECT
@@ -2035,7 +2035,7 @@ FROM
WHERE
x."IntVlaue" < 0 AND x."IntVlaue" >= 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2048,7 +2048,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue >= 4 ? x_with_not.IntVlaue : 4 < 0) */
SELECT
@@ -2064,7 +2064,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" < 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2077,7 +2077,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue >= 4 ? x.IntVlaue : 4 >= 0 */
SELECT
@@ -2093,7 +2093,7 @@ FROM
WHERE
x."IntVlaue" >= 0 AND x."IntVlaue" >= 4 OR x."IntVlaue" < 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2106,7 +2106,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue >= 4 ? x_with_not.IntVlaue : 4 >= 0) */
SELECT
@@ -2122,7 +2122,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" >= 0 AND x_with_not."IntVlaue" >= 4 OR x_with_not."IntVlaue" < 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2135,7 +2135,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x => x.IntVlaue >= 4 ? x.IntVlaue : 4 <= 0 */
SELECT
@@ -2151,7 +2151,7 @@ FROM
WHERE
x."IntVlaue" <= 0 AND x."IntVlaue" >= 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -2164,7 +2164,7 @@ SELECT
FROM
"OptimizationData" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* x_with_not => !(x_with_not.IntVlaue >= 4 ? x_with_not.IntVlaue : 4 <= 0) */
SELECT
@@ -2180,7 +2180,7 @@ FROM
WHERE
NOT (x_with_not."IntVlaue" <= 0 AND x_with_not."IntVlaue" >= 4)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDay(PostgreSQL.14).sql
index 938bbf7cb812..12d704bd6085 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Extract(day from t."DateTimeValue")
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDayOfYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDayOfYear(PostgreSQL.14).sql
index 56cf9d3d9b8a..62dfc6d36f6f 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDayOfYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartDayOfYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Extract(doy from t."DateTimeValue")
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartHour(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartHour(PostgreSQL.14).sql
index 4e7658f88ab5..a719d62f40f0 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartHour(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartHour(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Extract(hour from t."DateTimeValue")
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMillisecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMillisecond(PostgreSQL.14).sql
index bd5782c6d7ef..18ddf6e1d914 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMillisecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMillisecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Cast(To_Char(t."DateTimeValue", 'MS') as int)
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMinute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMinute(PostgreSQL.14).sql
index e182cb900ba9..5a437d7bc1ef 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMinute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMinute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Extract(minute from t."DateTimeValue")
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMonth(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMonth(PostgreSQL.14).sql
index 719f9c2d40d2..28784893af7a 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMonth(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartMonth(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Extract(month from t."DateTimeValue")
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartQuarter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartQuarter(PostgreSQL.14).sql
index cdeeef2040fe..0b628d8d4ae6 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartQuarter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartQuarter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Extract(quarter from t."DateTimeValue")
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartSecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartSecond(PostgreSQL.14).sql
index abafb0ade7a7..2e277824f3ae 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartSecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartSecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Extract(second from t."DateTimeValue")
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeek(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeek(PostgreSQL.14).sql
index bcf6b303e588..11b7f402b1c1 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeek(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeek(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Extract(week from t."DateTimeValue")
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeekDay(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeekDay(PostgreSQL.14).sql
index 18da7b8b1273..647734d03fa0 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeekDay(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartWeekDay(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Extract(dow from t."DateTimeValue") + 1
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartYear(PostgreSQL.14).sql
index b13fd7400ddb..754f90424433 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.DatePartYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Extract(year from t."DateTimeValue")
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test1(PostgreSQL.14).sql
index 5e4acff82661..fb4f91735252 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test2(PostgreSQL.14).sql
index 50ea55a3e129..2ce7ee487a8e 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionTests/Tests.Linq.SqlExtensionTests.Issue4222Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate1(PostgreSQL.14).sql
index 3f6b772f468f..91582c4c317c 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate2(PostgreSQL.14).sql
index d10fbbf35f4d..355d1082f217 100644
--- a/PostgreSQL.14/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlExtensionsTests/Tests.Linq.SqlExtensionsTests.TestSqlCollate2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
'1' || t1."FirstName" COLLATE "POSIX" || '2'
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Between(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Between(PostgreSQL.14).sql
index ec76b7da80c5..b65e626d56ae 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Between(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Between(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two") BETWEEN (i."One", i."One" * 2) AND (i."One", i."One" + i."One")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Three") BETWEEN (i."One", i."One") AND (i."One", i."Four")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two") BETWEEN (i."One", i."Three") AND (i."One", i."Two")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."Two", i."Five") BETWEEN (i."One", i."One") AND (i."Three", i."Two")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(i."Two", i."Five") BETWEEN (i."One", i."One") AND (i."Two", i."Two")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(i."Two", i."Nil") BETWEEN (i."One", i."One") AND (i."Three", i."One")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(i."Two", i."Nil") BETWEEN (i."Two", i."One") AND (i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(i."Two", i."Five") BETWEEN (i."One", i."Nil") AND (i."Three", i."Nil")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(i."Two", i."Nil") BETWEEN (i."One", i."Nil") AND (i."Three", i."Nil")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.14,1).sql
index b373e30cd359..4b28843e1526 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @r3 Integer -- Int32
SET @r3 = 1
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.14,2).sql
index 2f9ae8be7046..d220abcd23bb 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @r3 Integer -- Int32
SET @r3 = 2
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.14,3).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.14,3).sql
index a042c7839094..6083b1475fb3 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.14,3).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Caching(PostgreSQL.14,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @r3 Integer -- Int32
SET @r3 = 3
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.CompareToSelect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.CompareToSelect(PostgreSQL.14).sql
index 591a144cc15e..17b88d991df3 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.CompareToSelect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.CompareToSelect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.EqualToSelect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.EqualToSelect(PostgreSQL.14).sql
index 97f033104361..b5c33bdaeb85 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.EqualToSelect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.EqualToSelect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ WHERE
y."Nil" IS NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Equals(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Equals(PostgreSQL.14).sql
index 600de695010d..37eb3cff9c4d 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Equals(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Equals(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") = (i."One", i."One" * 2, i."Four" - 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") = (i."One", i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Nil", i."Three") = (i."One", i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(1, i."Nil", 3) = (i."One", i."Nil", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Greater(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Greater(PostgreSQL.14).sql
index abf4b28e19af..3723b50c3e68 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Greater(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Greater(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") > (i."One", i."One" * 2, i."Four" - 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") > (i."One", i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") > (i."One", i."Five", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."One", i."Nil", i."Four") > (i."One", i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.GreaterEquals(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.GreaterEquals(PostgreSQL.14).sql
index 1c040ac11f6a..2c61a6c42572 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.GreaterEquals(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.GreaterEquals(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") >= (i."One", i."One" * 2, i."Four" - 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") >= (i."One", i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") >= (i."One", i."Five", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."One", i."Nil", i."Four") >= (i."One", i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.In(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.In(PostgreSQL.14).sql
index 87db9b788666..8f024ace6778 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.In(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.In(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two") IN ((1, i."One" * 2))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") IN ((i."One", i."One" * 2, i."Four" - 1), (0, 7, 9), (NULL, -1, i."Four"))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") IN ((i."One", i."One" * 2, i."Four" - 1), (0, 7, 9), (NULL, 2, i."Four"))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNotNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNotNull(PostgreSQL.14).sql
index d9883edb0486..709a38553220 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNotNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNotNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Nil", NULL) IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNull(PostgreSQL.14).sql
index 93af9ff033a2..7750aa07a9f0 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.IsNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Nil", NULL) IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test1(PostgreSQL.14).sql
index 4a35679f81dd..8517d0798c94 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test3(PostgreSQL.14).sql
index 006a1743f611..2829a61c6745 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Issue3631Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Less(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Less(PostgreSQL.14).sql
index b879480ec93e..3d72ad9d526a 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Less(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.Less(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") < (i."One", i."One" * 2, i."Four" - 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") < (i."One", i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") < (i."One", i."Five", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."One", i."Nil", i."One") < (i."One", i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.LessEquals(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.LessEquals(PostgreSQL.14).sql
index 6da7f82b4eeb..32cad2636e76 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.LessEquals(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.LessEquals(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") <= (i."One", i."One" * 2, i."Four" - 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") <= (i."One", i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") <= (i."One", i."Five", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."One", i."Nil", i."One") <= (i."One", i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.MixedTypes(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.MixedTypes(PostgreSQL.14).sql
index bb147ff964e0..1de44ac0f131 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.MixedTypes(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.MixedTypes(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotBetween(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotBetween(PostgreSQL.14).sql
index 4bc2e6defe59..f38e60f0cf14 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotBetween(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotBetween(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two") NOT BETWEEN (i."One", i."One" * 2) AND (i."One", i."One" + i."One")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Three") NOT BETWEEN (i."One", i."One") AND (i."One", i."Four")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Two") NOT BETWEEN (i."One", i."Three") AND (i."One", i."Two")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."Two", i."Five") NOT BETWEEN (i."One", i."One") AND (i."Three", i."Two")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -43,7 +43,7 @@ FROM
WHERE
(i."Two", i."Five") NOT BETWEEN (i."One", i."One") AND (i."Two", i."Two")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -52,7 +52,7 @@ FROM
WHERE
(i."Two", i."Nil") NOT BETWEEN (i."One", i."One") AND (i."Three", i."One")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -61,7 +61,7 @@ FROM
WHERE
(i."Two", i."Nil") NOT BETWEEN (i."Two", i."One") AND (i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -70,7 +70,7 @@ FROM
WHERE
(i."Two", i."Five") NOT BETWEEN (i."One", i."Nil") AND (i."Three", i."Nil")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -79,7 +79,7 @@ FROM
WHERE
(i."Two", i."Nil") NOT BETWEEN (i."One", i."Nil") AND (i."Three", i."Nil")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotEquals(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotEquals(PostgreSQL.14).sql
index e15d8745cfcd..ab324eafd006 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotEquals(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotEquals(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") <> (i."One", i."One" * 2, i."Four" - 1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") <> (i."One", i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Nil", i."Three") <> (i."One", i."Two", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(1, i."Nil", 4) <> (i."One", i."Nil", i."Three")
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotIn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotIn(PostgreSQL.14).sql
index 8bc25d412db0..a9276dc0eda3 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotIn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.NotIn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
(i."One", i."Two") NOT IN ((1, i."One" * 2))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
(i."One", i."Two", i."Three") NOT IN ((i."One", i."One" * 2, i."Four" - 1), (0, 7, 9), (NULL, -1, i."Four"))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
(i."One", i."Three", i."Four") NOT IN ((i."One", i."One" * 2, i."Four" - 1), (0, 7, 9), (NULL, 2, i."Four"))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -34,7 +34,7 @@ FROM
WHERE
(i."One", i."Two", i."Four") NOT IN ((i."One", i."One" * 2, i."Four" - 1), (0, 7, 9), (NULL, 2, i."Four"))
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowLiteral(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowLiteral(PostgreSQL.14).sql
index c10840949665..87d666164e25 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowLiteral(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowLiteral(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Ints"
@@ -9,7 +9,7 @@ SET
WHERE
"Ints"."One" = 10
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowSelect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowSelect(PostgreSQL.14).sql
index 552817a7d83c..6b73ab7871b3 100644
--- a/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowSelect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SqlRowTests/Tests.Linq.SqlRowTests.UpdateRowSelect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Ints"
@@ -17,7 +17,7 @@ SET
WHERE
"Ints"."One" = 10
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex1(PostgreSQL.14).sql
index a01569b8644e..54091215c08a 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex2(PostgreSQL.14).sql
index c3cea917ea17..bfbd3c3e3e6a 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CharIndex2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare1(PostgreSQL.14).sql
index a436bf51130e..367cf15fdfb0 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare2(PostgreSQL.14).sql
index 21164e1acc26..cdc218a774ae 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare3(PostgreSQL.14).sql
index c3e8417fc419..2037d7ebea5d 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare4(PostgreSQL.14).sql
index a9345dda67b2..49fca666c729 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Compare4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal1(PostgreSQL.14).sql
index a436bf51130e..367cf15fdfb0 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal2(PostgreSQL.14).sql
index c3e8417fc419..2037d7ebea5d 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareOrdinal2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo(PostgreSQL.14).sql
index d50c910d5bc5..34d55e01277d 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo1(PostgreSQL.14).sql
index a436bf51130e..367cf15fdfb0 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo2(PostgreSQL.14).sql
index 94973f6ea87e..89b89012dd1e 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo21(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo21(PostgreSQL.14).sql
index 775af0bce673..4c097b53ebdd 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo21(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo21(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo22(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo22(PostgreSQL.14).sql
index 775af0bce673..4c097b53ebdd 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo22(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo22(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo3(PostgreSQL.14).sql
index 4c3bd9aefe84..9e79cb5290e8 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo31(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo31(PostgreSQL.14).sql
index 8d3ca32015f5..af95de7b033f 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo31(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo31(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo32(PostgreSQL.14).sql
index 8d3ca32015f5..af95de7b033f 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareTo32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual1(PostgreSQL.14).sql
index 44d7d9ad30cb..44581af8faa4 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual2(PostgreSQL.14).sql
index 44d7d9ad30cb..44581af8faa4 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.CompareToNotEqual2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant(PostgreSQL.14).sql
index cc2846b585fe..29dde08bbc50 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."FirstName" LIKE '%jOh%' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant2(PostgreSQL.14).sql
index 79366d82308d..83f439b039a1 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."FirstName" LIKE '%o~%h%' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant3(PostgreSQL.14).sql
index 2b45792b0674..4901ddd9bbc7 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant4(PostgreSQL.14).sql
index a7a1745bed53..d177d32c7a6f 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123[456'
@@ -9,7 +9,7 @@ FROM
WHERE
p."PersonID" = 1 AND :s LIKE '%~[%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123[456'
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant41(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant41(PostgreSQL.14).sql
index 94bc4c7c9ec0..e88c890e296d 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant41(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant41(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123[456'
DECLARE @ps Text(4) -- String
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant5(PostgreSQL.14).sql
index 724e5fdeff23..1bfb84fcf0e7 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant51(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant51(PostgreSQL.14).sql
index 9f97e2d3606a..a05d1d8d03ef 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant51(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstant51(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ps Text(4) -- String
SET @ps = '%~[%'
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase1(PostgreSQL.14).sql
index 0926f59dcc85..21148a181fdf 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase2(PostgreSQL.14).sql
index 3dee52ef8762..0249a26f0d6b 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsConstantWithCase2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."FirstName" LIKE '%Joh%' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsNull(PostgreSQL.14).sql
index fcdfb61c4a7b..61e80cbf3f41 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter1(PostgreSQL.14).sql
index 08536cb1c211..9fe288a111b8 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @str Text(4) -- String
SET @str = '%oh%'
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter2(PostgreSQL.14).sql
index d6c398464329..dc1ef5735cc6 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @str Text(6) -- String
SET @str = '%o~%h%'
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter4(PostgreSQL.14).sql
index a1768ff33c04..32ac9ef5dc89 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameter4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,#).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,#).sql
index 45a2d5efcc2b..e99f367b17c3 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,#).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,#).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123#456'
DECLARE @toTest Text(4) -- String
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,%).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,%).sql
index b0c7cdb522bd..1a564f23ae34 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,%).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,%).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123%456'
DECLARE @toTest Text(4) -- String
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,-).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,-).sql
index 29e932cd8a0b..2c43ac685d11 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,-).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,-).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123-456'
DECLARE @toTest Text(3) -- String
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,0x002A).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,0x002A).sql
index 51b315a94a83..578004b7ede7 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,0x002A).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,0x002A).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123*456'
DECLARE @toTest Text(4) -- String
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,0x003F).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,0x003F).sql
index 7203257c982e..4e9e6c8f96d7 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,0x003F).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,0x003F).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123?456'
DECLARE @toTest Text(4) -- String
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,[).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,[).sql
index 1689efe3375f..07848d360cab 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,[).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,[).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123[456'
DECLARE @toTest Text(4) -- String
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,[[).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,[[).sql
index 2e5320f909be..e8582747c95d 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,[[).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,[[).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(8) -- String
SET @s = '123[[456'
DECLARE @toTest Text(6) -- String
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,[]).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,[]).sql
index 6b6501d32223..7fcdf08d3ecf 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,[]).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,[]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(8) -- String
SET @s = '123[]456'
DECLARE @toTest Text(6) -- String
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,]).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,]).sql
index b577b1fe3292..085b83a4917e 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,]).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123]456'
DECLARE @toTest Text(4) -- String
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,]]).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,]]).sql
index 3b3acfa3434f..946cdce29ae7 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,]]).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,]]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(8) -- String
SET @s = '123]]456'
DECLARE @toTest Text(6) -- String
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,n).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,n).sql
index 59811678e338..f6f4a911f2e3 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,n).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsParameterAll(PostgreSQL.14,n).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @s Text(7) -- String
SET @s = '123n456'
DECLARE @toTest Text(3) -- String
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,#).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,#).sql
index a6a22ecd58c1..6d3296185fb3 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,#).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,#).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123#456' LIKE '%~#%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,%).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,%).sql
index 81f6741ae5df..1512e7a209a0 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,%).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,%).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123%456' LIKE '%~%%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,-).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,-).sql
index 6d8cda208a5a..5c1fea8ac566 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,-).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,-).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123-456' LIKE '%-%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,0x002A).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,0x002A).sql
index 7313b4e079f7..31d479109bc2 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,0x002A).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,0x002A).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123*456' LIKE '%~*%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,0x003F).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,0x003F).sql
index 724c5baefe2b..f5cec655cb22 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,0x003F).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,0x003F).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123?456' LIKE '%~?%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,[).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,[).sql
index 06d70628eda9..a7fc559668ef 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,[).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,[).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123[456' LIKE '%~[%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,[[).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,[[).sql
index 03cf49cd687a..072bb449f950 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,[[).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,[[).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123[[456' LIKE '%~[~[%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,[]).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,[]).sql
index 5e93da74dcf7..c73242f9a6e4 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,[]).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,[]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123[]456' LIKE '%~[~]%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,]).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,]).sql
index 2c0ba500ea88..aad6c80f7325 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,]).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123]456' LIKE '%~]%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,]]).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,]]).sql
index 1bef1d027128..1f547e9e444a 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,]]).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,]]).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123]]456' LIKE '%~]~]%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,n).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,n).sql
index b574c303f06b..edb4e27ce5b3 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,n).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ContainsValueAll(PostgreSQL.14,n).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."PersonID" = 1 AND '123n456' LIKE '%n%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_Contains(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_Contains(PostgreSQL.14).sql
index 0cf22d7ad851..171d6cbda337 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_Contains(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_Contains(PostgreSQL.14).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%stSt%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" LIKE '%stSt%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%stst%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_EndsWith(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_EndsWith(PostgreSQL.14).sql
index 2c49e1c0fa14..09e47ab9675d 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_EndsWith(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_EndsWith(PostgreSQL.14).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%stString' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" LIKE '%stString' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%ststring' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_StartsWith(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_StartsWith(PostgreSQL.14).sql
index 4cda33e1f829..90ea7bb7b2ae 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_StartsWith(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Default_StartsWith(PostgreSQL.14).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" LIKE 'TestSt%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" LIKE 'TestSt%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" LIKE 'testst%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithIgnoreCase(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithIgnoreCase(PostgreSQL.14).sql
index 6247f8749784..b688a488838a 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithIgnoreCase(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithIgnoreCase(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."FirstName" LIKE '%JOHN' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithWithCase(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithWithCase(PostgreSQL.14).sql
index 9e0dbf77b3b5..6c2e30970e42 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithWithCase(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.EndsWithWithCase(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."Diagnosis" LIKE '%Persecution' ESCAPE '~' AND p."PersonID" = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -17,7 +17,7 @@ WHERE
p."Diagnosis" NOT LIKE '%Persecution' ESCAPE '~' AND
p."PersonID" = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -26,7 +26,7 @@ FROM
WHERE
p."Diagnosis" LIKE '%persecution' ESCAPE '~' AND p."PersonID" = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_Contains(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_Contains(PostgreSQL.14).sql
index 6385a588d371..49382fa86171 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_Contains(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_Contains(PostgreSQL.14).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" ILIKE '%stSt%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" ILIKE '%stSt%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" ILIKE '%stst%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_EndsWith(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_EndsWith(PostgreSQL.14).sql
index d60b344dd627..7a51e5cdfe71 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_EndsWith(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_EndsWith(PostgreSQL.14).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" ILIKE '%stString' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" ILIKE '%stString' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" ILIKE '%ststring' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_StartsWith(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_StartsWith(PostgreSQL.14).sql
index 681199c8a3db..c851cbcb74ee 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_StartsWith(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinalIgnoreCase_StartsWith(PostgreSQL.14).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" ILIKE 'TestSt%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" ILIKE 'TestSt%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" ILIKE 'testst%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_Contains(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_Contains(PostgreSQL.14).sql
index 0cf22d7ad851..171d6cbda337 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_Contains(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_Contains(PostgreSQL.14).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%stSt%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" LIKE '%stSt%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%stst%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_EndsWith(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_EndsWith(PostgreSQL.14).sql
index 2c49e1c0fa14..09e47ab9675d 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_EndsWith(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_EndsWith(PostgreSQL.14).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%stString' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" LIKE '%stString' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" LIKE '%ststring' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_StartsWith(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_StartsWith(PostgreSQL.14).sql
index 4cda33e1f829..90ea7bb7b2ae 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_StartsWith(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ExplicitOrdinal_StartsWith(PostgreSQL.14).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"CollatedTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @CaseSensitive Text(10) -- String
@@ -24,7 +24,7 @@ VALUES
:CaseInsensitive
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
r."CaseSensitive" LIKE 'TestSt%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -42,7 +42,7 @@ FROM
WHERE
r."CaseInsensitive" LIKE 'TestSt%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,7 +51,7 @@ FROM
WHERE
r."CaseSensitive" LIKE 'testst%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_Contains(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_Contains(PostgreSQL.14).sql
index c47f71ffcb6a..a71ba0a6fce3 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_Contains(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_Contains(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Diagnosis" LIKE '%Paranoid%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
r."Diagnosis" LIKE '%paranoid%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
r."Diagnosis" ILIKE '%paranoid%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_EndsWith(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_EndsWith(PostgreSQL.14).sql
index f35450d33709..ea0a99bb9eb1 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_EndsWith(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_EndsWith(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Diagnosis" LIKE '%Persecution' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
r."Diagnosis" LIKE '%persecution' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
r."Diagnosis" ILIKE '%persecution' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_StartsWith(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_StartsWith(PostgreSQL.14).sql
index 571f7bd121b9..accee4751e7d 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_StartsWith(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Explicit_StartsWith(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
r."Diagnosis" LIKE 'Hall%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
r."Diagnosis" LIKE 'hall%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -25,7 +25,7 @@ FROM
WHERE
r."Diagnosis" ILIKE 'hall%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf11(PostgreSQL.14).sql
index a01569b8644e..54091215c08a 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf11(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf12(PostgreSQL.14).sql
index 085ce3e4496d..e9eaec7f8012 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf2(PostgreSQL.14).sql
index 5508a70fdda9..7f702284ac1c 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IndexOf2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Insert(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Insert(PostgreSQL.14).sql
index 146e8f7d0064..59bdbae9bad9 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Insert(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Insert(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty1(PostgreSQL.14).sql
index b94d9c4523f1..b68e10d030d4 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty2(PostgreSQL.14).sql
index 8945f8968d47..c95735f24366 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.IsNullOrEmpty2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Length(p."FirstName") = 0
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf1(PostgreSQL.14).sql
index 7dfebf61597a..171d66563f0e 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf2(PostgreSQL.14).sql
index 98ac2d788c2e..4214982d0586 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf3(PostgreSQL.14).sql
index 659eed135434..58e9de36be47 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LastIndexOf3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Left(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Left(PostgreSQL.14).sql
index ed056566450b..d61eb01cf108 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Left(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Left(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Length(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Length(PostgreSQL.14).sql
index 356f6e9d1f2e..fce6b6053945 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Length(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Length(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.14, ).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.14, ).sql
index fa2e8c234cad..725665c3ec68 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.14, ).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.14, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Str",
@@ -7,7 +7,7 @@ SELECT
FROM
"TestLengthModel" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.14, abc ).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.14, abc ).sql
index fa2e8c234cad..725665c3ec68 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.14, abc ).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.14, abc ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Str",
@@ -7,7 +7,7 @@ SELECT
FROM
"TestLengthModel" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.14,abc ).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.14,abc ).sql
index fa2e8c234cad..725665c3ec68 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.14,abc ).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthFromNonTranslatable(PostgreSQL.14,abc ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Str",
@@ -7,7 +7,7 @@ SELECT
FROM
"TestLengthModel" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.14, ).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.14, ).sql
index 58f301ee6aa5..0eec438cc908 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.14, ).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.14, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Str",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.14, abc ).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.14, abc ).sql
index 58f301ee6aa5..0eec438cc908 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.14, abc ).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.14, abc ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Str",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.14,abc ).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.14,abc ).sql
index 58f301ee6aa5..0eec438cc908 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.14,abc ).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.LengthWhiteSpace(PostgreSQL.14,abc ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Str",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like21(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like21(PostgreSQL.14).sql
index 9afa3b892ffe..0bedcd3814aa 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like21(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like21(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like22(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like22(PostgreSQL.14).sql
index 5e49b4d1fd43..3f7e91e0711d 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like22(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like22(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like23(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like23(PostgreSQL.14).sql
index 97fb64a89806..84f74a9e41c6 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like23(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Like23(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @pattern Text(6) -- String
SET @pattern = '%h~%n%'
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft(PostgreSQL.14).sql
index a8b5c5f13e95..3c5a57110c64 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft1(PostgreSQL.14).sql
index 1becb60aea98..879d723b5298 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft2(PostgreSQL.14).sql
index 1ffcaa3f542c..be22ecd3f3e2 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadLeft2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight(PostgreSQL.14).sql
index 0776ffb48471..a7814a2c4cdc 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight1(PostgreSQL.14).sql
index 0776ffb48471..a7814a2c4cdc 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight2(PostgreSQL.14).sql
index 98aa42e207e4..7599c1d851cb 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.PadRight2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove1(PostgreSQL.14).sql
index ed056566450b..d61eb01cf108 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove2(PostgreSQL.14).sql
index 41f940a66de8..b537dcec3188 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Remove2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Replace(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Replace(PostgreSQL.14).sql
index 7e9249c573f6..8d20bc0cf1ca 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Replace(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Replace(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Reverse(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Reverse(PostgreSQL.14).sql
index 611356528940..d05a10e49eb6 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Reverse(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Reverse(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Right(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Right(PostgreSQL.14).sql
index 32b5e1914094..44ef6699fce0 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Right(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Right(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.RightInSelect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.RightInSelect(PostgreSQL.14).sql
index a5ee8f331ab3..c81d89587c52 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.RightInSelect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.RightInSelect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Substring(p."FirstName", Length(p."FirstName") - 2, 3)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Space(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Space(PostgreSQL.14).sql
index 1f7107fe3b67..d1c81bd8d294 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Space(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Space(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartWithByTypes(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartWithByTypes(PostgreSQL.14).sql
index 183d724f52e2..d2038b697492 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartWithByTypes(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartWithByTypes(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @str Char(5) -- String
SET @str = 'some%'
DECLARE @str_1 Char(5) -- String
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1(PostgreSQL.14).sql
index b8193c4bd16b..1617fb2967bb 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1Case(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1Case(PostgreSQL.14).sql
index 66cc6d33ac96..7f52b048a419 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1Case(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1Case(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."FirstName" LIKE 'Jo%' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -16,7 +16,7 @@ FROM
WHERE
p."FirstName" LIKE 'jo%' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1IgnoreCase(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1IgnoreCase(PostgreSQL.14).sql
index febd517606c7..34e446c97133 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1IgnoreCase(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith1IgnoreCase(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -7,7 +7,7 @@ FROM
WHERE
p."FirstName" ILIKE 'joH%' ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith2(PostgreSQL.14).sql
index b15f5b9409c2..d3f12e3e5e4e 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith3(PostgreSQL.14).sql
index 83b4a306a2eb..bb2dee99c927 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @str Text(7) -- String
SET @str = 'John123'
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith4(PostgreSQL.14).sql
index 857f4d0e0385..941007d74726 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith5(PostgreSQL.14).sql
index ad44badaa8b3..45b07aff0a2c 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWith5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,InvariantCulture).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,InvariantCulture).sql
index 153afc4e3e0d..c64c7aef8d26 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,InvariantCulture).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,InvariantCulture).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
@@ -8,7 +8,7 @@ WHERE
p."PersonID" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'Joh%'
@@ -19,7 +19,7 @@ FROM
WHERE
p."FirstName" LIKE :nameToCheck ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'Joh%'
@@ -31,7 +31,7 @@ WHERE
p."FirstName" NOT LIKE :nameToCheck ESCAPE '~' AND
p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
@@ -42,7 +42,7 @@ FROM
WHERE
p."FirstName" LIKE :nameToCheck ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,InvariantCultureIgnoreCase).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,InvariantCultureIgnoreCase).sql
index 976c8471358e..bb715ca12e4d 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,InvariantCultureIgnoreCase).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,InvariantCultureIgnoreCase).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
@@ -8,7 +8,7 @@ WHERE
p."PersonID" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
@@ -19,7 +19,7 @@ FROM
WHERE
p."FirstName" ILIKE :nameToCheck ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,Ordinal).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,Ordinal).sql
index 153afc4e3e0d..c64c7aef8d26 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,Ordinal).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,Ordinal).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
@@ -8,7 +8,7 @@ WHERE
p."PersonID" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'Joh%'
@@ -19,7 +19,7 @@ FROM
WHERE
p."FirstName" LIKE :nameToCheck ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'Joh%'
@@ -31,7 +31,7 @@ WHERE
p."FirstName" NOT LIKE :nameToCheck ESCAPE '~' AND
p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
@@ -42,7 +42,7 @@ FROM
WHERE
p."FirstName" LIKE :nameToCheck ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,OrdinalIgnoreCase).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,OrdinalIgnoreCase).sql
index 976c8471358e..bb715ca12e4d 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,OrdinalIgnoreCase).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.StartsWithCacheCheck(PostgreSQL.14,OrdinalIgnoreCase).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName"
@@ -8,7 +8,7 @@ WHERE
p."PersonID" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
@@ -19,7 +19,7 @@ FROM
WHERE
p."FirstName" ILIKE :nameToCheck ESCAPE '~' AND p."PersonID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nameToCheck Text(4) -- String
SET @nameToCheck = 'JOH%'
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_Translation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_Translation(PostgreSQL.14).sql
index 4aba6bdae5ad..25441637c0a8 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_Translation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_Translation(PostgreSQL.14).sql
@@ -1,34 +1,34 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
'test'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
'test'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
'test'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
LPAD('test', 5, '.')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
LPAD('test', 6, ' ')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
LPAD('test', 6, ' ')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
LPAD('test', 16, '.')
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_TranslationExpressionArguments(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_TranslationExpressionArguments(PostgreSQL.14).sql
index 52a97dd9a51e..bdadd3060c85 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_TranslationExpressionArguments(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.String_PadLeft_TranslationExpressionArguments(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."ID",
@@ -17,7 +17,7 @@ FROM
WHERE
s."FirstName" <> ''
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Stuff1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Stuff1(PostgreSQL.14).sql
index 29b523186e9d..75ffbfeb6db4 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Stuff1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Stuff1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring1(PostgreSQL.14).sql
index 088069f790d8..1149fda7b8e0 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring2(PostgreSQL.14).sql
index 107275435c0a..4d73cf998052 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Substring2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLower(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLower(PostgreSQL.14).sql
index d2c0fd19a045..a3c73c1f77c5 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLower(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLower(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLowerParameter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLowerParameter(PostgreSQL.14).sql
index 17f0503ef44d..bc03fc5c105b 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLowerParameter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToLowerParameter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Text(4) -- String
SET @param = 'john'
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpper(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpper(PostgreSQL.14).sql
index 92270ff94998..54977de2665e 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpper(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpper(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpperParam(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpperParam(PostgreSQL.14).sql
index 0fcf2d86178c..8b7371e5e8b0 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpperParam(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.ToUpperParam(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Text(4) -- String
SET @param = 'JOHN'
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Trim(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Trim(PostgreSQL.14).sql
index 43388e82b1b3..faf5da978693 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Trim(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.Trim(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeft(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeft(PostgreSQL.14).sql
index 25affdd812e0..086dc001451c 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeft(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeft(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacter(PostgreSQL.14).sql
index ca8ae8ad110b..61f43a9114a6 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacters(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacters(PostgreSQL.14).sql
index a851c37ee31c..8e6f9b9620f9 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacters(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimLeftCharacters(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRight(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRight(PostgreSQL.14).sql
index 6c9911bd221b..5c74a01609da 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRight(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRight(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacter(PostgreSQL.14).sql
index fa7edb63bdcd..e312422a9191 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacters(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacters(PostgreSQL.14).sql
index 3548fc807ba9..eb26de92d340 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacters(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionTests/Tests.Linq.StringFunctionTests.TrimRightCharacters(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pp."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderDescTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderDescTest(PostgreSQL.14).sql
index 77949afc88cb..22fe5d25f91b 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderDescTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderDescTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."Value1"),
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedDescSelectorTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedDescSelectorTest(PostgreSQL.14).sql
index 9db794aa3746..eea720c7ff4b 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedDescSelectorTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedDescSelectorTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(g_1."Value1", ' -> ' ORDER BY g_1."Value3" DESC NULLS FIRST, g_1."Value1" NULLS FIRST)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedSelectorTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedSelectorTest(PostgreSQL.14).sql
index 138cff81092d..447f522fab67 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedSelectorTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationOrderedSelectorTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(g_1."Value1", ' -> ' ORDER BY g_1."Value3" NULLS FIRST, g_1."Value1" DESC NULLS FIRST)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationSelectorTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationSelectorTest(PostgreSQL.14).sql
index 24d7b5aeb127..a791c40b810f 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationSelectorTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationSelectorTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(g_1."Value1", ' -> ')
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationTest(PostgreSQL.14).sql
index 8b3811651d8c..3e838d19b1df 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.AggregationTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."Value1"),
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.ConcatStringsTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.ConcatStringsTest(PostgreSQL.14).sql
index 560d22524a9a..786645fbd6bf 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.ConcatStringsTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.ConcatStringsTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Coalesce(t."Value2", '')
@@ -7,7 +7,7 @@ FROM
ORDER BY
t."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Coalesce(t."Value3", '')
@@ -16,7 +16,7 @@ FROM
ORDER BY
t."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CONCAT_WS(' -> ', t."Value3", t."Value1", t."Value2")
@@ -25,7 +25,7 @@ FROM
ORDER BY
t."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CONCAT_WS(' -> ', t."Value3", t."Value3")
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationOrderedTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationOrderedTest(PostgreSQL.14).sql
index 22fb42b47549..5e6913127c72 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationOrderedTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationOrderedTest(PostgreSQL.14).sql
@@ -1,25 +1,25 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value1", ' -> ' ORDER BY t1."Value1" NULLS FIRST)
FROM
"SampleClass" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value1", ' -> ' ORDER BY t1."Value1" NULLS FIRST)
FROM
"SampleClass" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value1", ' -> ' ORDER BY t1."Value1" DESC NULLS FIRST)
FROM
"SampleClass" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value1", ' -> ' ORDER BY t1."Value1" DESC NULLS FIRST)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSelectorTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSelectorTest(PostgreSQL.14).sql
index 9e1cc57e8443..cf37586dbd35 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSelectorTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSelectorTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value1", ' -> ')
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSubqueryTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSubqueryTest(PostgreSQL.14).sql
index d1bf8a318873..6b31f56cf76c 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSubqueryTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationSubqueryTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationTest(PostgreSQL.14).sql
index 9e1cc57e8443..cf37586dbd35 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.FinalAggregationTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value1", ' -> ')
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral1(PostgreSQL.14).sql
index f472b3e3b97c..0dbc435ea930 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value4", ' -> ')
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral2(PostgreSQL.14).sql
index f472b3e3b97c..0dbc435ea930 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(t1."Value4", ' -> ')
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral3(PostgreSQL.14).sql
index af8a92fe7be7..fe69c320acf6 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
STRING_AGG(g_1."Value4", ' -> ' ORDER BY g_1."Value3" DESC NULLS FIRST, g_1."Value4" NULLS FIRST)
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral4(PostgreSQL.14).sql
index 19ddfc7b2831..69a481a986ab 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestLiteral4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(g_1."Value4"),
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.14, -0x003E ).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.14, -0x003E ).sql
index 8083856148f2..7fe523275823 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.14, -0x003E ).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.14, -0x003E ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @separator Text(4) -- String
SET @separator = ' -> '
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.14, =0x003E ).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.14, =0x003E ).sql
index 9c3158475e7a..0571ba5efe52 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.14, =0x003E ).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter3(PostgreSQL.14, =0x003E ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @separator Text(4) -- String
SET @separator = ' => '
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.14, -0x003E ).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.14, -0x003E ).sql
index 2da973d92802..8459ec7c6446 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.14, -0x003E ).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.14, -0x003E ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @separator Text(4) -- String
SET @separator = ' -> '
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.14, =0x003E ).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.14, =0x003E ).sql
index b236853af594..f2d0170e4d2f 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.14, =0x003E ).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue1765TestParameter4(PostgreSQL.14, =0x003E ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @separator Text(4) -- String
SET @separator = ' => '
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4501Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4501Test(PostgreSQL.14).sql
index 9c95ccfbeb82..d0cfa66d3794 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4501Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4501Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4597Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4597Test(PostgreSQL.14).sql
index b889e97a0ca8..d56576708660 100644
--- a/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4597Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringFunctionsTests/Tests.Linq.StringFunctionsTests.Issue4597Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArray(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArray(PostgreSQL.14).sql
index 5ba3f9b4a7b6..9b24183b79a7 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArray(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArray(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CONCAT_WS(', ', Coalesce(t."NullableValue", ''), t."NotNullableValue", Coalesce(t."VarcharValue", ''), Coalesce(t."NVarcharValue", '')),
@@ -33,7 +33,7 @@ SELECT
FROM
"SampleClass" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNull(PostgreSQL.14).sql
index 891f46a854cb..c58fc1bfe67e 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CONCAT_WS(', ', t."NullableValue", t."NotNullableValue", t."VarcharValue", t."NVarcharValue"),
@@ -14,7 +14,7 @@ SELECT
FROM
"SampleClass" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNullAndFilter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNullAndFilter(PostgreSQL.14).sql
index 04104c95b634..dcc05673933b 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNullAndFilter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateArrayNotNullAndFilter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CONCAT_WS(', ', CASE
@@ -31,7 +31,7 @@ WHERE
ELSE NULL
END)) <> 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteFiltered(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteFiltered(PostgreSQL.14).sql
index df67a914e259..79ae2b99aa1a 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteFiltered(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteFiltered(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Coalesce(STRING_AGG(t1."NullableValue", ', ' ORDER BY t1."NotNullableValue") FILTER (WHERE t1."NullableValue" IN ('A', 'B')), '')
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullable(PostgreSQL.14).sql
index c19804110c8e..79a15c42f62a 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Coalesce(STRING_AGG(Coalesce(t1."NullableValue", ''), ', ' ORDER BY t1."NotNullableValue" NULLS FIRST), '')
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableButFilteredAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableButFilteredAsync(PostgreSQL.14).sql
index 7038c4841360..6e14e65af5cd 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableButFilteredAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableButFilteredAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Coalesce(STRING_AGG(t1."NullableValue", ', ' ORDER BY t1."NotNullableValue"), '')
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableOnlyNotNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableOnlyNotNull(PostgreSQL.14).sql
index 7038c4841360..6e14e65af5cd 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableOnlyNotNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinAggregateExecuteNullableOnlyNotNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Coalesce(STRING_AGG(t1."NullableValue", ', ' ORDER BY t1."NotNullableValue"), '')
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinOnClient(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinOnClient(PostgreSQL.14).sql
index e2fd322ffc0d..3b7fa674945b 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinOnClient(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinOnClient(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
1
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGrouping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGrouping(PostgreSQL.14).sql
index 070699f28684..033681f11421 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGrouping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGrouping(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
@@ -11,7 +11,7 @@ GROUP BY
ORDER BY
g_1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingAndUnsupportedMethod(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingAndUnsupportedMethod(PostgreSQL.14).sql
index 7ada11fc61de..90d5e2301172 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingAndUnsupportedMethod(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingAndUnsupportedMethod(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Key_1",
@@ -46,7 +46,7 @@ FROM
ORDER BY
t1."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingDistinctSimple(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingDistinctSimple(PostgreSQL.14).sql
index 92bac425a43d..63b383844c90 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingDistinctSimple(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingDistinctSimple(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Key_1",
@@ -49,7 +49,7 @@ FROM
ORDER BY
t1."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrderSimple(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrderSimple(PostgreSQL.14).sql
index 7a90bbb4e610..59169e4fd9a3 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrderSimple(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrderSimple(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
@@ -11,7 +11,7 @@ GROUP BY
ORDER BY
g_1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrdered(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrdered(PostgreSQL.14).sql
index 196f2949fa7d..320c9b517ba2 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrdered(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingOrdered(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."Id",
@@ -18,7 +18,7 @@ GROUP BY
ORDER BY
g_1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.14,, ).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.14,, ).sql
index 3dcb65247442..0f661653ddfc 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.14,, ).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.14,, ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @separator Text(2) -- String
SET @separator = ', '
@@ -13,7 +13,7 @@ GROUP BY
ORDER BY
g_1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.14,0x003A ).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.14,0x003A ).sql
index 156875046f48..56674bb95c27 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.14,0x003A ).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingParameter(PostgreSQL.14,0x003A ).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @separator Text(2) -- String
SET @separator = ': '
@@ -13,7 +13,7 @@ GROUP BY
ORDER BY
g_1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingVarious(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingVarious(PostgreSQL.14).sql
index 274f7cbd5dbe..0103f4c25fc5 100644
--- a/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingVarious(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/StringJoinTests/Tests.Linq.StringJoinTests.JoinWithGroupingVarious(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Key_1",
@@ -35,7 +35,7 @@ FROM
ORDER BY
t1."Key_1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains1(PostgreSQL.14).sql
index 47c70dcdc967..c28b20bd7717 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains2(PostgreSQL.14).sql
index b6e2133c1eed..9b51db37ceff 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Contains2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count1(PostgreSQL.14).sql
index a8932c85875e..ba3d3c187f3a 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count2(PostgreSQL.14).sql
index 7dfbaa5c3175..fb19ed92b501 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count3(PostgreSQL.14).sql
index 92d970bda544..a792bafc73ad 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Count3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedSkipTake(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedSkipTake(PostgreSQL.14).sql
index cb89fa491023..9ed3a445055d 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedSkipTake(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedSkipTake(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
@@ -17,7 +17,7 @@ FROM
LIMIT :take OFFSET :skip
) t2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedTake(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedTake(PostgreSQL.14).sql
index f82f5db63ca4..f3fde9fc26b7 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedTake(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DerivedTake(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
@@ -15,7 +15,7 @@ FROM
LIMIT :take
) t2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DropOrderByFromNonLimitedSubquery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DropOrderByFromNonLimitedSubquery(PostgreSQL.14).sql
index 7bbc59db2e09..52bad3b23cb8 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DropOrderByFromNonLimitedSubquery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.DropOrderByFromNonLimitedSubquery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -20,7 +20,7 @@ WHERE
)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -28,7 +28,7 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -36,7 +36,7 @@ SELECT
FROM
"Child" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue1601(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue1601(PostgreSQL.14).sql
index 8502cc9b2ce5..4e18f483104f 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue1601(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue1601(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3295Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3295Test1(PostgreSQL.14).sql
index 4830841cad17..92e06816f161 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3295Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3295Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x_1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3334Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3334Test(PostgreSQL.14).sql
index 0b4958e30b40..0308746eb893 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3334Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3334Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
entity1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3365Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3365Test(PostgreSQL.14).sql
index 76566bf08e8a..9ae6360a2004 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3365Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue3365Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Assignee"
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test1(PostgreSQL.14).sql
index 5c43a2286276..d7bd03bc6b4f 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."City_Code",
@@ -25,7 +25,7 @@ FROM
) m_1
INNER JOIN "Cities" d_1 ON d_1."City_Code" = m_1."City_Code"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
a."First_Name",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test2(PostgreSQL.14).sql
index f61b8f1231f7..6529c371c5c4 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue383Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
a."First_Name",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test1(PostgreSQL.14).sql
index 4bbb49828a3a..432e33dc5aa0 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -25,7 +25,7 @@ WHERE
) t1(item)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test2(PostgreSQL.14).sql
index ce9a4c636cd5..72f0fac0e4f1 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -25,7 +25,7 @@ WHERE
) t1(item)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test3(PostgreSQL.14).sql
index fd60ac8f7213..33d2491b2eb2 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4347Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -9,7 +9,7 @@ FROM
"TransactionEntity" m_1
INNER JOIN "LineEntity" d ON m_1."Id" = d."TransactionId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test1(PostgreSQL.14).sql
index 00f0186b0f55..877e41b2c8b8 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ ORDER BY
d."ItemId",
d."UserId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -54,14 +54,14 @@ WHERE
r."ItemId" = i."Id" AND r."Score" > 95
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id"
FROM
"Issue4458Item" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
@@ -70,7 +70,7 @@ SELECT
FROM
"WarehouseStock" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ItemId",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test2(PostgreSQL.14).sql
index 91d66e8bdf77..ba8104530661 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4458Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -18,7 +18,7 @@ WHERE
r."ItemId" = m_1."Id" AND r."Score" > 95
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4751Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4751Test(PostgreSQL.14).sql
index defd3c98bb52..7ce5b9c7b224 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4751Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Issue4751Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
DECLARE @skip Integer -- Int32
@@ -52,7 +52,7 @@ FROM
) x
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.ObjectCompare(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.ObjectCompare(PostgreSQL.14).sql
index a3defba247c9..544c8b32867c 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.ObjectCompare(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.ObjectCompare(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.PreserveOrderInSubqueryWithWindowFunction_NoOrdering(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.PreserveOrderInSubqueryWithWindowFunction_NoOrdering(PostgreSQL.14).sql
index 8bf1ffc5773c..b5fec9b244fb 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.PreserveOrderInSubqueryWithWindowFunction_NoOrdering(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.PreserveOrderInSubqueryWithWindowFunction_NoOrdering(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."RowNumber",
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub1(PostgreSQL.14).sql
index ec98c759c7c8..eb220b99576a 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub2(PostgreSQL.14).sql
index 4fc5dbf351c3..f20f2ae238d8 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub21(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub21(PostgreSQL.14).sql
index 68f94c100dc4..47e769e43453 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub21(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub21(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub211(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub211(PostgreSQL.14).sql
index 563ca2680dff..044e501d4eac 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub211(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub211(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub212(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub212(PostgreSQL.14).sql
index e79723e6e7d9..47048ef195a5 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub212(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub212(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub22(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub22(PostgreSQL.14).sql
index 58b133c5d1d4..96d1c707fa74 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub22(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.SubSub22(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test1(PostgreSQL.14).sql
index 7062b781c49f..eb3d093579f7 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test2(PostgreSQL.14).sql
index 3bc95be27d58..e3b08dd4c87c 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test3(PostgreSQL.14).sql
index 55c460ba29e1..c48897f55f71 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ChildID"
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test4(PostgreSQL.14).sql
index df3a62136487..6a6f6d17915a 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test5(PostgreSQL.14).sql
index c34b13cd2386..23c472b4ba4d 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @testValue Integer -- Int32
SET @testValue = 3
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test6(PostgreSQL.14).sql
index 2644b385f073..b1f6ec9d2f9a 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test7(PostgreSQL.14).sql
index 338e6154ef79..8546c721d2fb 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test8(PostgreSQL.14).sql
index dd06757afefe..f6cda0fe049c 100644
--- a/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/SubQueryTests/Tests.Linq.SubQueryTests.Test8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ WHERE
p."ParentID" = 1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CheckExistenceTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CheckExistenceTest(PostgreSQL.14).sql
index de3f9a36cb76..611e2f094a31 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CheckExistenceTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CheckExistenceTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "DisposableTable"
(
@@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS "DisposableTable"
CONSTRAINT "PK_DisposableTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "DisposableTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateIfNotExistsTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateIfNotExistsTest(PostgreSQL.14).sql
index 3545f4d81e6a..3e862564500d 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateIfNotExistsTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateIfNotExistsTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "CreateIfNotExistsTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "CreateIfNotExistsTable"
(
@@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS "CreateIfNotExistsTable"
"Value" Int NOT NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "CreateIfNotExistsTable"
(
@@ -23,7 +23,7 @@ VALUES
2
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -31,7 +31,7 @@ SELECT
FROM
"CreateIfNotExistsTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "CreateIfNotExistsTable"
(
@@ -39,11 +39,11 @@ CREATE TABLE IF NOT EXISTS "CreateIfNotExistsTable"
"Value" Int NOT NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "CreateIfNotExistsTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "CreateIfNotExistsTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateTempIfNotExistsTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateTempIfNotExistsTest(PostgreSQL.14).sql
index 00b7a02ed5b6..e1f1f65be50e 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateTempIfNotExistsTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.CreateTempIfNotExistsTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "CreateIfNotExistsTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "CreateIfNotExistsTable"
(
@@ -11,7 +11,7 @@ CREATE TEMPORARY TABLE "CreateIfNotExistsTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -19,7 +19,7 @@ SELECT
FROM
"CreateIfNotExistsTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "CreateIfNotExistsTable"
(
@@ -27,11 +27,11 @@ CREATE TABLE IF NOT EXISTS "CreateIfNotExistsTable"
"Value" Int NOT NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "CreateIfNotExistsTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "CreateIfNotExistsTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.FluentMappingTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.FluentMappingTest(PostgreSQL.14).sql
index 22777b8736e7..5ee35a28df10 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.FluentMappingTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.FluentMappingTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -13,7 +13,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ FROM
WHERE
t1."Id" = t2."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryFlagTest(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryFlagTest(PostgreSQL.14,True).sql
index 1098983bfed7..c25cbd5c0254 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryFlagTest(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryFlagTest(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "IsTemporaryTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "IsTemporaryTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -17,7 +17,7 @@ SELECT
FROM
"IsTemporaryTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "IsTemporaryTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest(PostgreSQL.14).sql
index 8f26b97fba54..178ebb0e5ce6 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -13,7 +13,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -25,7 +25,7 @@ SELECT
FROM
"TestTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest2(PostgreSQL.14).sql
index 22777b8736e7..5ee35a28df10 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest2(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -13,7 +13,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ FROM
WHERE
t1."Id" = t2."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest3(PostgreSQL.14).sql
index 22777b8736e7..5ee35a28df10 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryMethodTest3(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -13,7 +13,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ FROM
WHERE
t1."Id" = t2."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.14,CheckExistence).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.14,CheckExistence).sql
index 690f99e80f6c..6828cc8d4b84 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.14,CheckExistence).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.14,CheckExistence).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE IF NOT EXISTS temp_table1
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS temp_table1
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -19,7 +19,7 @@ INSERT INTO temp_table1
VALUES
(1,2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE IF NOT EXISTS temp_table2
(
@@ -30,7 +30,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS temp_table2
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table2
(
@@ -43,7 +43,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -51,7 +51,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -59,7 +59,7 @@ SELECT
FROM
temp_table2 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -69,7 +69,7 @@ INSERT INTO temp_table1
VALUES
(2,3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 3
DECLARE @Value Integer -- Int32
@@ -88,19 +88,19 @@ VALUES
INSERT ASYNC BULK temp_table1(ID, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table1
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.14,NotSet).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.14,NotSet).sql
index b757f2e3218f..a4a04b4d9208 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.14,NotSet).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionAsyncTest(PostgreSQL.14,NotSet).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE temp_table1
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE temp_table1
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -19,7 +19,7 @@ INSERT INTO temp_table1
VALUES
(1,2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE temp_table2
(
@@ -30,7 +30,7 @@ CREATE TEMPORARY TABLE temp_table2
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table2
(
@@ -43,7 +43,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -51,7 +51,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -59,7 +59,7 @@ SELECT
FROM
temp_table2 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -69,7 +69,7 @@ INSERT INTO temp_table1
VALUES
(2,3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 3
DECLARE @Value Integer -- Int32
@@ -88,19 +88,19 @@ VALUES
INSERT ASYNC BULK temp_table1(ID, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table1
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.14,CheckExistence).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.14,CheckExistence).sql
index c13890f4658a..92266d61c711 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.14,CheckExistence).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.14,CheckExistence).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE IF NOT EXISTS temp_table1
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS temp_table1
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -19,7 +19,7 @@ INSERT INTO temp_table1
VALUES
(1,2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE IF NOT EXISTS temp_table2
(
@@ -30,7 +30,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS temp_table2
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table2
(
@@ -43,7 +43,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -51,7 +51,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -59,7 +59,7 @@ SELECT
FROM
temp_table2 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -69,7 +69,7 @@ INSERT INTO temp_table1
VALUES
(2,3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 3
DECLARE @Value Integer -- Int32
@@ -88,19 +88,19 @@ VALUES
INSERT BULK temp_table1(ID, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table1
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.14,NotSet).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.14,NotSet).sql
index 47571ed8a328..f25e5db55fc6 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.14,NotSet).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.IsTemporaryOptionTest(PostgreSQL.14,NotSet).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE temp_table1
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE temp_table1
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -19,7 +19,7 @@ INSERT INTO temp_table1
VALUES
(1,2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE temp_table2
(
@@ -30,7 +30,7 @@ CREATE TEMPORARY TABLE temp_table2
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table2
(
@@ -43,7 +43,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -51,7 +51,7 @@ SELECT
FROM
temp_table1 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -59,7 +59,7 @@ SELECT
FROM
temp_table2 t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO temp_table1
(
@@ -69,7 +69,7 @@ INSERT INTO temp_table1
VALUES
(2,3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 3
DECLARE @Value Integer -- Int32
@@ -88,19 +88,19 @@ VALUES
INSERT BULK temp_table1(ID, Value)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
TRUNCATE TABLE temp_table2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS temp_table1
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryData).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryData).sql
index d23514dda460..22b7aa1d03ce 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryData).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryData).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryStructure).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryStructure).sql
index d23514dda460..22b7aa1d03ce 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryStructure).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryStructure).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryStructure, IsLocalTemporaryData).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryStructure, IsLocalTemporaryData).sql
index d23514dda460..22b7aa1d03ce 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryStructure, IsLocalTemporaryData).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryStructure, IsLocalTemporaryData).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryStructure, IsTransactionTemporaryData).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryStructure, IsTransactionTemporaryData).sql
index 6625a93401ab..e50c787daa9e 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryStructure, IsTransactionTemporaryData).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsLocalTemporaryStructure, IsTransactionTemporaryData).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT DELETE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary).sql
index d23514dda460..22b7aa1d03ce 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary, IsLocalTemporaryData).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary, IsLocalTemporaryData).sql
index d23514dda460..22b7aa1d03ce 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary, IsLocalTemporaryData).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary, IsLocalTemporaryData).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary, IsLocalTemporaryStructure).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary, IsLocalTemporaryStructure).sql
index d23514dda460..22b7aa1d03ce 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary, IsLocalTemporaryStructure).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary, IsLocalTemporaryStructure).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary, IsLocalTemporaryStructure, IsLocalTemporaryData).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary, IsLocalTemporaryStructure, IsLocalTemporaryData).sql
index d23514dda460..22b7aa1d03ce 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary, IsLocalTemporaryStructure, IsLocalTemporaryData).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTemporary, IsLocalTemporaryStructure, IsLocalTemporaryData).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTransactionTemporaryData).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTransactionTemporaryData).sql
index 6625a93401ab..e50c787daa9e 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTransactionTemporaryData).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.PostgreSQLTableOptionsTest(PostgreSQL.14,IsTransactionTemporaryData).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT DELETE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.TableOptionsMethodTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.TableOptionsMethodTest(PostgreSQL.14).sql
index 22777b8736e7..5ee35a28df10 100644
--- a/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.TableOptionsMethodTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TableOptionsTests/Tests.Linq.TableOptionsTests.TableOptionsMethodTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TestTable"
(
@@ -13,7 +13,7 @@ CREATE TEMPORARY TABLE "TestTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ FROM
WHERE
t1."Id" = t2."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CombinedQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CombinedQuery(PostgreSQL.14).sql
index 63a37606ba37..8e83ecbbb241 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CombinedQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CombinedQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* query 1
query 2 */
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CommentSanitation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CommentSanitation(PostgreSQL.14).sql
index 436a5d065316..da3b16e1f395 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CommentSanitation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_CommentSanitation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* My bad Test */
SELECT
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.14,null).sql
index 110c1d7a22dd..bb4ffc45ec97 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.14,one).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.14,one).sql
index 9afa1306c3d8..300999c03cbe 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.14,one).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.14,one).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* one */
SELECT
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.14,two).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.14,two).sql
index 6aa70218f29c..99c9424f4728 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.14,two).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_FromVariable(PostgreSQL.14,two).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* two */
SELECT
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultilineCommentsSupport(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultilineCommentsSupport(PostgreSQL.14).sql
index 4021d6172020..c167eca5e102 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultilineCommentsSupport(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultilineCommentsSupport(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* My custom
wonderful multiline
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultipleTags(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultipleTags(PostgreSQL.14).sql
index 9b610aebd5e1..6cd540f30340 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultipleTags(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_MultipleTags(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* query 1
query 2 */
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_OneLineComment(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_OneLineComment(PostgreSQL.14).sql
index 456b5c069854..f2a8fbef839a 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_OneLineComment(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_OneLineComment(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* My Test */
SELECT
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDeleteStatement(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDeleteStatement(PostgreSQL.14).sql
index 5fc45ca1ea09..e2da22632921 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDeleteStatement(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDeleteStatement(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* My Test */
DELETE FROM
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDropTableStatement(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDropTableStatement(PostgreSQL.14).sql
index 4f5f43f46fd4..ca41bfa40f5f 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDropTableStatement(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlDropTableStatement(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* My Test */
DROP TABLE "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertOrUpdateStatement(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertOrUpdateStatement(PostgreSQL.14).sql
index e48f4eff71c0..39eb000b019f 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertOrUpdateStatement(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertOrUpdateStatement(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* My Test */
INSERT INTO "TestTable" AS t1
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertStatement(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertStatement(PostgreSQL.14).sql
index da3134f3a4a8..44c3b3a3217e 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertStatement(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlInsertStatement(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* My Test */
INSERT INTO "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlSelectStatement(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlSelectStatement(PostgreSQL.14).sql
index 2c8f944a230b..df84998f56a1 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlSelectStatement(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlSelectStatement(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* My Test */
SELECT
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlTruncateTableStatement(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlTruncateTableStatement(PostgreSQL.14).sql
index 108ca5ae9211..dc5eb0410820 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlTruncateTableStatement(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlTruncateTableStatement(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* My Test */
TRUNCATE TABLE "TestTable"
diff --git a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlUpdateStatement(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlUpdateStatement(PostgreSQL.14).sql
index 739cd7286396..78f91881ad31 100644
--- a/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlUpdateStatement(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TagTests/Tests.Linq.TagTests.Test_SqlUpdateStatement(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
/* My Test */
UPDATE
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.14,False).sql
index 3195443537f9..16ed98a752cc 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
r."Value"
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.14,True).sql
index 6258ffae7e58..164b2d8ec4a0 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.DistinctTakeTest(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,2,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,2,False).sql
index 009519a7175e..5491c72e494d 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,2,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,2,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,2,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,2,True).sql
index 0af3b9d4d60a..931e35afbca7 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,2,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,2,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 2
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,3,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,3,False).sql
index 64d557b89aea..871fc8a81af4 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,3,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,3,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,3,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,3,True).sql
index 5b252c22ad07..e0035fc0d97d 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,3,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt1(PostgreSQL.14,3,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.14,False).sql
index b8d821e1456b..6ab33bd0980e 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.14,True).sql
index b8d821e1456b..6ab33bd0980e 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.14,False).sql
index b8d821e1456b..6ab33bd0980e 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.14,True).sql
index b8d821e1456b..6ab33bd0980e 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAt2Async(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.14,False).sql
index 64d557b89aea..871fc8a81af4 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.14,True).sql
index 5b252c22ad07..e0035fc0d97d 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault1(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.14,False).sql
index 93d2cbe67ad6..b3eaa2e6a60f 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.14,True).sql
index bde271092aa0..7761bf48c596 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 300000
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.14,False).sql
index b8d821e1456b..6ab33bd0980e 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.14,True).sql
index b8d821e1456b..6ab33bd0980e 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.14,False).sql
index b8d821e1456b..6ab33bd0980e 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.14,True).sql
index b8d821e1456b..6ab33bd0980e 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault3Async(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.14,False).sql
index c0a28beef6cd..ddefafadcc0a 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 300000
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.14,True).sql
index c0a28beef6cd..ddefafadcc0a 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault4(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 300000
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,2,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,2,False).sql
index 445e0631769c..a552d95a8e98 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,2,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,2,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,2,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,2,True).sql
index 8ae69b24d3a5..7130ec9fba70 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,2,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,2,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 2
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,3,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,3,False).sql
index 3703aec1aa48..475dc1f62309 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,3,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,3,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,3,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,3,True).sql
index e2d1963c8f0f..84601484f70f 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,3,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.ElementAtDefault5(PostgreSQL.14,3,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.14,False).sql
index d9afab24c8c5..dbde17da2188 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.14,True).sql
index 9f324ed76b9c..bcd3f1f6f9ac 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.GroupTakeAnyTest(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1(PostgreSQL.14).sql
index 3b87810541e9..9e75975f8ba0 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1Async(PostgreSQL.14).sql
index 3b87810541e9..9e75975f8ba0 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip1Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.14,False).sql
index 7a66ac371ecf..a7c7cad54c9d 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -9,7 +9,7 @@ ORDER BY
t1."Value"
OFFSET 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.14,True).sql
index a3cc66c8c18a..0b7f25194456 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
@@ -11,7 +11,7 @@ ORDER BY
t1."Value"
OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 4
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.14,False).sql
index a9097e3a25dc..ee555e835f8a 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.14,True).sql
index 120d8b5c5e16..916ff4beec34 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip3(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 6
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.14,False).sql
index a9097e3a25dc..ee555e835f8a 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.14,True).sql
index 120d8b5c5e16..916ff4beec34 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleSkip4(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 6
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.14,False).sql
index 862cc64cf9f3..a9606a0a895b 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.14,True).sql
index 25d0bd9e8847..1779ea215f12 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake1(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.14,False).sql
index 862cc64cf9f3..a9606a0a895b 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.14,True).sql
index 25d0bd9e8847..1779ea215f12 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.14,False).sql
index 9344280d9e26..2bd0522b46b9 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.14,True).sql
index 9516b71c2c77..ecd9ae98c09f 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake3(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.14,False).sql
index 9344280d9e26..2bd0522b46b9 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.14,True).sql
index 9516b71c2c77..ecd9ae98c09f 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTake4(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.14,False).sql
index 4ff07a52bb58..ccbe9c9d7624 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.14,True).sql
index 197bb1ab305e..ec666fd8fef9 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip1(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.14,False).sql
index 3ca610d26ae5..60747cebef5f 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.14,True).sql
index 05caef8d3ed7..5a2e44355713 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.14,False).sql
index 4ff07a52bb58..ccbe9c9d7624 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.14,True).sql
index 197bb1ab305e..ec666fd8fef9 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip3(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.14,False).sql
index 3ca610d26ae5..60747cebef5f 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.14,True).sql
index 05caef8d3ed7..5a2e44355713 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.MultipleTakeSkip4(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.14,False).sql
index 862cc64cf9f3..a9606a0a895b 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.14,True).sql
index 25d0bd9e8847..1779ea215f12 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.OrderByTakeTest(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.14,False).sql
index 01929b5dab10..666c2791e48b 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID"
OFFSET 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.14,True).sql
index 2f44a110ccfe..ff1f8667e9d3 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip1(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
@@ -11,7 +11,7 @@ ORDER BY
t1."ChildID"
OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 4
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.14,False).sql
index 3cab3e7bef33..17a948f59dcb 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.14,True).sql
index 5af80068dca0..597e0ce0c57e 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.14,False).sql
index 5b1fa8b5ac8b..b34472be03bf 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.14,True).sql
index ad2fe20e06e9..a5b2356cccd1 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip3(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.14,False).sql
index 37f62981c7fc..1a42923678ac 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.14,True).sql
index 61658e0efcae..d7462b7abb04 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip4(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.14,False).sql
index b41e2ee215f9..cc3ef0709255 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.14,True).sql
index 5cc7568aa1cf..b27afa3d2b49 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip5(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.14,False).sql
index 6551aa8ba9b6..ed96bbd7a9d3 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.14,True).sql
index 6551aa8ba9b6..ed96bbd7a9d3 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip6(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.14,False).sql
index f9719cbcafa6..a60f0b3c6522 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.14,True).sql
index f9719cbcafa6..a60f0b3c6522 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Skip7(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.14,False).sql
index d67600c3c571..7a5273eeff3e 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.14,True).sql
index 876bfb98c1d7..504a5650a63d 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipCount(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 2
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.14,False).sql
index ed00f9171623..c36b2905ac97 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.14,True).sql
index fdb7c5c050c0..0c75bbf3b9f5 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipFirst(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.14,False).sql
index f2a5eb6047ab..0f5d83714cef 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT 5 OFFSET 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.14,True).sql
index aff373f6783f..84d592b00932 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake1(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.14,False).sql
index f2a5eb6047ab..0f5d83714cef 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT 5 OFFSET 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.14,True).sql
index aff373f6783f..84d592b00932 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.14,False).sql
index f2a5eb6047ab..0f5d83714cef 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT 5 OFFSET 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.14,True).sql
index aff373f6783f..84d592b00932 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake21(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.14,False).sql
index f2a5eb6047ab..0f5d83714cef 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT 5 OFFSET 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.14,True).sql
index aff373f6783f..84d592b00932 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake22(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.14,False).sql
index 9eb837fd1151..9032e7f9d959 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID"
LIMIT 5 OFFSET 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.14,True).sql
index 1e42b4c3d4e3..56bf28e31c65 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake23(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID"
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.14,False).sql
index 9eb837fd1151..9032e7f9d959 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID"
LIMIT 5 OFFSET 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.14,True).sql
index 1e42b4c3d4e3..56bf28e31c65 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake3(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID"
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.14,False).sql
index aff373f6783f..84d592b00932 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.14,True).sql
index f2a5eb6047ab..0f5d83714cef 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake31(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT 5 OFFSET 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.14,False).sql
index aff373f6783f..84d592b00932 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.14,True).sql
index f2a5eb6047ab..0f5d83714cef 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake32(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID" DESC
LIMIT 5 OFFSET 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.14,False).sql
index 1e42b4c3d4e3..56bf28e31c65 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -13,7 +13,7 @@ ORDER BY
t1."ChildID"
LIMIT :take OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.14,True).sql
index 9eb837fd1151..9032e7f9d959 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake33(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -9,7 +9,7 @@ ORDER BY
t1."ChildID"
LIMIT 5 OFFSET 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.14,False).sql
index 571a04e36117..ec4973378ba0 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.14,True).sql
index 60846362198c..f875119fe756 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake4(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 7
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.14,False).sql
index 417737b1810d..33c8f8f64723 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.14,True).sql
index 2dcd02d04a78..2ce5dd47ce8d 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake5(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.14,False).sql
index 84d4331632e2..96fe55a12431 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ FROM
WHERE
c_1."ParentID" = p_1."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.14,True).sql
index 84d4331632e2..96fe55a12431 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTake6(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
@@ -15,7 +15,7 @@ FROM
WHERE
c_1."ParentID" = p_1."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,1,1).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,1,1).sql
index 6e58821f1925..77a75aa725b5 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,1,1).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,1,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,1,2).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,1,2).sql
index f573c7612df5..0004b59ef1d6 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,1,2).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,1,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,2,1).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,2,1).sql
index 7c0c1a7fc523..8bb79c1d147b 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,2,1).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,2,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,2,2).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,2,2).sql
index 0931e647ebe0..28f3091bbf67 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,2,2).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCaching(PostgreSQL.14,2,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.14,False).sql
index 068a205a6151..09f5762bb53d 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.14,True).sql
index 88fa528b0346..e6caa887b6cd 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.SkipTakeCount(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.14,False).sql
index 5d1ac85f9f07..1545737e9d79 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
@@ -7,7 +7,7 @@ FROM
"Child" ch
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
@@ -16,7 +16,7 @@ FROM
"Child" ch
LIMIT 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
@@ -25,7 +25,7 @@ FROM
"Child" ch
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.14,True).sql
index 15a9eda42086..1a1752c92aba 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -9,7 +9,7 @@ FROM
"Child" ch
LIMIT :take
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
@@ -20,7 +20,7 @@ FROM
"Child" ch
LIMIT :take
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -31,7 +31,7 @@ FROM
"Child" ch
LIMIT :take
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.14,False).sql
index 5d1ac85f9f07..1545737e9d79 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
@@ -7,7 +7,7 @@ FROM
"Child" ch
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
@@ -16,7 +16,7 @@ FROM
"Child" ch
LIMIT 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
@@ -25,7 +25,7 @@ FROM
"Child" ch
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.14,True).sql
index 15a9eda42086..1a1752c92aba 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take1Async(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -9,7 +9,7 @@ FROM
"Child" ch
LIMIT :take
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
@@ -20,7 +20,7 @@ FROM
"Child" ch
LIMIT :take
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
@@ -31,7 +31,7 @@ FROM
"Child" ch
LIMIT :take
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.14,False).sql
index a8eda49e2c3f..4a301df683da 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.14,True).sql
index a8eda49e2c3f..4a301df683da 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.14,False).sql
index a8eda49e2c3f..4a301df683da 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.14,True).sql
index a8eda49e2c3f..4a301df683da 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take2Async(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.14,False).sql
index 9641f8a0ade3..0eca55ec63e2 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.14,True).sql
index 3cd7ee01f72d..12b447ed4dbe 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.14,False).sql
index 9641f8a0ade3..0eca55ec63e2 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.14,True).sql
index 3cd7ee01f72d..12b447ed4dbe 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take3Async(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.14,False).sql
index 6fa7bd8bb725..0ec8fedf4d3e 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.14,True).sql
index 22c7bd1dbc57..b6a2048dbf05 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.14,False).sql
index 6fa7bd8bb725..0ec8fedf4d3e 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.14,True).sql
index 22c7bd1dbc57..b6a2048dbf05 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take4Async(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.14,False).sql
index 42f758c36ccf..2897e1aecc70 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.14,True).sql
index 8dda8c95312a..a62bca7022af 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.14,False).sql
index 42f758c36ccf..2897e1aecc70 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.14,True).sql
index 8dda8c95312a..a62bca7022af 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take5Async(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.14,False).sql
index 03198639ac83..50432156d2c2 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.14,True).sql
index fef926fed032..0f84813896dd 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take6(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.14,False).sql
index 42f758c36ccf..2897e1aecc70 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.14,True).sql
index 42f758c36ccf..2897e1aecc70 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take7(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.14,False).sql
index f3ca7cbf3b47..b5acdbcc0f82 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.14,True).sql
index f3ca7cbf3b47..b5acdbcc0f82 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.Take8(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 3
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.14,False).sql
index 1f60fbd1bc1e..a688a447c74f 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.14,True).sql
index 8099ce9f2f9f..c861f927bb8f 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeCount(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.14,False).sql
index 4fcadedfcbb7..8d52978a1014 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ SELECT
FROM
"LinqDataTypes" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."ID",
diff --git a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.14,True).sql
index 681762863468..07810418ca2e 100644
--- a/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TakeSkipTests/Tests.Linq.TakeSkipTests.TakeSkipJoin(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -12,7 +12,7 @@ SELECT
FROM
"LinqDataTypes" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 15
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BinaryLength(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BinaryLength(PostgreSQL.14).sql
index c9670e5d365c..d067a8e08458 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BinaryLength(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BinaryLength(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @BinaryValue Bytea(5) -- Binary
SET @BinaryValue = E'\\x0102030405'::bytea
@@ -9,7 +9,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Length(t."BinaryValue")
@@ -19,7 +19,7 @@ WHERE
t."ID" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @BinaryValue Bytea -- Binary
SET @BinaryValue = NULL
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool1(PostgreSQL.14).sql
index b8401fe8cb3a..9ee32654ea88 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool2(PostgreSQL.14).sql
index e249a71813e5..59711c9ab47e 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool3(PostgreSQL.14).sql
index b8401fe8cb3a..9ee32654ea88 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Bool3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField1(PostgreSQL.14).sql
index 7e89cfa9b6f4..f6333506ed01 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField2(PostgreSQL.14).sql
index fb54b1de7a0e..1347509536a9 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField3(PostgreSQL.14).sql
index 4443ba7363b7..f45a12695d87 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField4(PostgreSQL.14).sql
index f453902979fc..07dd19abdf48 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField5(PostgreSQL.14).sql
index 3ee0628dbb26..59a98dd325b7 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField6(PostgreSQL.14).sql
index ffdbdd97a10f..65028461d032 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolField6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."MoneyValue"
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult1(PostgreSQL.14).sql
index f98fd497dd95..caf2a43ece23 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Patient"."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult2(PostgreSQL.14).sql
index b0c66a076a11..45ed45d69747 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Patient"."PersonID" IS NOT NULL
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult3(PostgreSQL.14).sql
index 757679237416..20bcbce595f8 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolResult3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID" = 1
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest31(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest31(PostgreSQL.14).sql
index 924e249cb0b9..b1bb3feca12b 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest31(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest31(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest32(PostgreSQL.14).sql
index 218da4cd4d0a..1fb91ef40f18 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest33(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest33(PostgreSQL.14).sql
index 218da4cd4d0a..1fb91ef40f18 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest33(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.BoolTest33(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest11(PostgreSQL.14).sql
index 51ca41ced0c3..7dc071a94b5a 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest11(PostgreSQL.14).sql
@@ -9,7 +9,7 @@ SELECT
FROM
[Person] [t1]
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest12(PostgreSQL.14).sql
index 51ca41ced0c3..7dc071a94b5a 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest12(PostgreSQL.14).sql
@@ -9,7 +9,7 @@ SELECT
FROM
[Person] [t1]
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest2(PostgreSQL.14).sql
index e2cf860f4110..cd76f22876a7 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CharTest2(PostgreSQL.14).sql
@@ -9,7 +9,7 @@ SELECT
FROM
[Person] [t1]
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID"
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean1(PostgreSQL.14).sql
index bb50d5901684..bd89595bd79a 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -12,7 +12,7 @@ SELECT
FROM
"LinqDataTypes" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Boolean
SET @param = True
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean2(PostgreSQL.14).sql
index 256745bc65bf..82de28e98cef 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -13,7 +13,7 @@ FROM
"LinqDataTypes" t1
INNER JOIN "LinqDataTypes" t2 ON t1."ID" = t2."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param2 Boolean
SET @param2 = False
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean3(PostgreSQL.14).sql
index d25165a38d21..09b363efaa1e 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableBoolean3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param2 Boolean
SET @param2 = False
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableInt(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableInt(PostgreSQL.14).sql
index 60d3e68d58e3..31b6182ffed5 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableInt(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.CompareNullableInt(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ParentID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Parent" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 1
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.ContainsGuid(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.ContainsGuid(PostgreSQL.14).sql
index 5e9e988d3fc9..a84156c308cd 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.ContainsGuid(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.ContainsGuid(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."GuidValue"
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime1(PostgreSQL.14).sql
index d718d6051669..90fef6ae0384 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Date Timestamp -- DateTime2
SET @Date = '2009-09-20'::date
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime21(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime21(PostgreSQL.14).sql
index 39e6dc5a9009..03f27364d045 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime21(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTime21(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -17,7 +17,7 @@ WHERE
t."ID" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @dt Timestamp -- DateTime2
SET @dt = '2010-12-14 05:00:07.425'::timestamp
@@ -28,7 +28,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -47,7 +47,7 @@ WHERE
t."ID" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @pdt Timestamp -- DateTime2
SET @pdt = '2001-01-11 01:11:21.100'::timestamp
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray1(PostgreSQL.14).sql
index 394f44002a54..bd3b373f749a 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray2(PostgreSQL.14).sql
index 7889a6bf425c..1982a14e55fe 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray3(PostgreSQL.14).sql
index 9e3e97d7546c..54b210a35410 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeArray3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeParams(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeParams(PostgreSQL.14).sql
index 6a637b77ae4a..cac372b8d3d4 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeParams(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.DateTimeParams(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @dateTime Timestamp -- DateTime2
SET @dateTime = '1992-01-11 01:11:21.100'::timestamp
@@ -10,7 +10,7 @@ WHERE
t."DateTimeValue" > :dateTime
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @dateTime Timestamp -- DateTime2
SET @dateTime = '1993-01-11 01:11:21.100'::timestamp
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid1(PostgreSQL.14).sql
index 66ac6a9cf0e8..2f76f18761d6 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."GuidValue"
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid2(PostgreSQL.14).sql
index 8de79ec0afed..a2c6a8ed1ad0 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Guid2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ID",
@@ -15,7 +15,7 @@ WHERE
p."GuidValue" = '40932fdb-1543-4e4a-ac2c-ca371604fb4b'::uuid
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ID",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.InsertBinary1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.InsertBinary1(PostgreSQL.14).sql
index d98c4909c3e4..147003c43738 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.InsertBinary1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.InsertBinary1(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t1
WHERE
t1."ID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @data Bytea -- Binary
SET @data = NULL
@@ -22,7 +22,7 @@ VALUES
True
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t1
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.14,False).sql
index 4bf0f66c4ef8..c65ecf68a084 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 33
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.14,True).sql
index dc6cc363634a..173a534f7c9c 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test1(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v."Integer" / 33,
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.14,False).sql
index 257d4680e965..1c8024f8f51f 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Numeric(2, 0) -- Decimal
SET @param = 33
DECLARE @param_1 Numeric(2, 0) -- Decimal
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.14,True).sql
index 354c969ca5d2..a137b80c9ae5 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test2(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v."Integer"::decimal / 33,
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.14,False).sql
index f6bc5d6c407a..9cd8a81f1193 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Double
SET @param = 33
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.14,True).sql
index cba56e103ffb..ea59e77ebe7f 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Issue4469Test3(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v."Integer"::Float / 33,
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.LongTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.LongTest1(PostgreSQL.14).sql
index b867f5205de1..86d13fd25bdd 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.LongTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.LongTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Bigint -- Int64
SET @value = 0
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Nullable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Nullable(PostgreSQL.14).sql
index bc3a4b0d9159..362cfc89c8f4 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Nullable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Nullable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.SmallInt(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.SmallInt(PostgreSQL.14).sql
index 57bf8c05db10..90c014a88786 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.SmallInt(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.SmallInt(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestCultureInfo(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestCultureInfo(PostgreSQL.14).sql
index dde11ee17559..5cf4a09f6f33 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestCultureInfo(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestCultureInfo(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.14,False).sql
index fc953055deb2..afa4d898ccca 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.14,False).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ID")
FROM
"AllTypes" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @real Real -- Single
SET @real = 'NaN'::float4
DECLARE @dbl Double
@@ -24,7 +24,7 @@ VALUES
:dbl
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @real Real -- Single
SET @real = '-Infinity'::float4
DECLARE @dbl Double
@@ -43,7 +43,7 @@ VALUES
:dbl
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @real Real -- Single
SET @real = 'Infinity'::float4
DECLARE @dbl Double
@@ -62,7 +62,7 @@ VALUES
:dbl
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @maxID Integer -- Int32
SET @maxID = 2
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.14,True).sql
index 5266b4bc5bd2..e94f16465f3b 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.TestSpecialValues(PostgreSQL.14,True).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."ID")
FROM
"AllTypes" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -20,7 +20,7 @@ VALUES
'NaN'::float8
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -35,7 +35,7 @@ VALUES
'-Infinity'::float8
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -50,7 +50,7 @@ VALUES
'Infinity'::float8
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."realDataType",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Unicode(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Unicode(PostgreSQL.14).sql
index 4be04d6df9ec..8a7f65891d24 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Unicode(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.Unicode(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = '擊敗奴隸'
DECLARE @LastName Text(9) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary1(PostgreSQL.14).sql
index d446028d50e2..9231a0b3c158 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @BinaryValue Bytea(5) -- Binary
SET @BinaryValue = E'\\x0102030405'::bytea
@@ -9,7 +9,7 @@ SET
WHERE
"LinqDataTypes"."ID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."BinaryValue"
diff --git a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary2(PostgreSQL.14).sql
index 8f234a39d59c..328ec8097868 100644
--- a/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/TypesTests/Tests.Linq.TypesTests.UpdateBinary2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @BinaryValue Bytea(5) -- Binary
SET @BinaryValue = E'\\x0102030405'::bytea
DECLARE @p Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @BinaryValue Bytea(5) -- Binary
SET @BinaryValue = E'\\x0504030201'::bytea
DECLARE @p Integer -- Int32
@@ -24,7 +24,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolJoinTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolJoinTest(PostgreSQL.14).sql
index 8ac969a4aa55..910f087d7b15 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolJoinTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolJoinTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @true_value Varchar -- String
SET @true_value = 'Y'
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolNotTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolNotTest(PostgreSQL.14).sql
index d06794286bbb..d78063544725 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolNotTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolNotTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @false_value Varchar -- String
SET @false_value = 'N'
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolTest(PostgreSQL.14).sql
index 0a7b25f0a8a9..8dbc9f3743ff 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.BoolTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @true_value Varchar -- String
SET @true_value = 'Y'
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceConcatTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceConcatTest(PostgreSQL.14).sql
index c42b7684ab1b..4db635fde29f 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceConcatTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceConcatTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."Converted1",
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceTest(PostgreSQL.14).sql
index 3ec367c06fdc..621bcc32330d 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.CoalesceTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
Coalesce(t1."EnumNullable", t1."Enum")
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionNullTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionNullTest(PostgreSQL.14).sql
index 02288d31b42f..489ded8fdcf6 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionNullTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionNullTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionUnionTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionUnionTest(PostgreSQL.14).sql
index 1eb54f1e7779..0ce430136c9a 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionUnionTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ConditionUnionTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
CASE
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ExtensionTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ExtensionTest(PostgreSQL.14).sql
index 18dde3d45660..0474bc3f3b36 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ExtensionTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ExtensionTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @testedList Varchar(20) -- String
SET @testedList = '[{"Value":"Value1"}]'
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.GroupByTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.GroupByTest(PostgreSQL.14).sql
index 0f0e3d5d782d..701ae3864346 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.GroupByTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.GroupByTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @testedList Varchar(20) -- String
SET @testedList = '[{"Value":"Value1"}]'
@@ -19,7 +19,7 @@ FROM
WHERE
:testedList = m_1."Value2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @testedList Varchar(20) -- String
SET @testedList = '[{"Value":"Value1"}]'
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Insert(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Insert(PostgreSQL.14).sql
index d394c9e3eb52..ccdae86829e4 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Insert(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Insert(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value1 Varchar(2) -- String
@@ -31,7 +31,7 @@ VALUES
:AnotherBoolValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -50,7 +50,7 @@ WHERE
e."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value1 Varchar -- String
@@ -83,7 +83,7 @@ VALUES
:AnotherBoolValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -102,7 +102,7 @@ WHERE
e."Id" = 2
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Value1 Varchar(21) -- String
@@ -151,7 +151,7 @@ VALUES
:DateTimeNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -170,7 +170,7 @@ WHERE
e."Id" = 3
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.14,1).sql
index fe3ff9c999aa..deef51ebceb4 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @iteration Integer -- Int32
SET @iteration = 1
DECLARE @Value1 Text(2) -- String
@@ -31,7 +31,7 @@ VALUES
:boolValue_1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @iteration Integer -- Int32
SET @iteration = 1
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.14,2).sql
index a49d6176754a..15b6a4dbc9bd 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.InsertExpression(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @iteration Integer -- Int32
SET @iteration = 2
DECLARE @Value1 Text(2) -- String
@@ -31,7 +31,7 @@ VALUES
:boolValue_1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @iteration Integer -- Int32
SET @iteration = 2
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.14,False).sql
index 6edfc0abf55c..8a394dd16d5b 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'Y'
@@ -12,7 +12,7 @@ FROM
WHERE
r."Bool1" = :Bool1 AND r."Bool2" IS NULL AND r."Bool3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @true_value Char(1) -- String
SET @true_value = 'Y'
@@ -26,7 +26,7 @@ FROM
WHERE
r."Bool1" = :true_value AND r."Bool2" IS NULL AND r."Bool3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'Y'
@@ -40,7 +40,7 @@ FROM
WHERE
r."Bool3" IS NULL AND r."Bool1" = :Bool1 AND r."Bool2" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'Y'
@@ -54,7 +54,7 @@ FROM
WHERE
r."Bool2" IS NULL AND r."Bool1" = :Bool1 AND r."Bool3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'N'
DECLARE @Bool3 Char(1) -- String
@@ -70,7 +70,7 @@ FROM
WHERE
r."Bool1" = :Bool1 AND r."Bool2" IS NULL AND r."Bool3" = :Bool3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @true_value Char(1) -- String
SET @true_value = 'Y'
DECLARE @Bool1 Char(1) -- String
@@ -87,7 +87,7 @@ WHERE
r."Bool3" = :true_value AND r."Bool1" = :Bool1 AND
r."Bool2" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @false_value Char(1) -- String
SET @false_value = 'N'
DECLARE @Bool3 Char(1) -- String
@@ -104,7 +104,7 @@ WHERE
r."Bool1" = :false_value AND r."Bool2" IS NULL AND
r."Bool3" = :Bool3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'N'
DECLARE @Bool3 Char(1) -- String
@@ -120,7 +120,7 @@ FROM
WHERE
r."Bool2" IS NULL AND r."Bool1" = :Bool1 AND r."Bool3" = :Bool3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'N'
DECLARE @Bool2 Char(1) -- String
@@ -136,7 +136,7 @@ FROM
WHERE
r."Bool1" = :Bool1 AND r."Bool2" = :Bool2 AND r."Bool3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @false_value Char(1) -- String
SET @false_value = 'N'
DECLARE @Bool2 Char(1) -- String
@@ -153,7 +153,7 @@ WHERE
r."Bool1" = :false_value AND r."Bool2" = :Bool2 AND
r."Bool3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'N'
DECLARE @Bool2 Char(1) -- String
@@ -169,7 +169,7 @@ FROM
WHERE
r."Bool3" IS NULL AND r."Bool1" = :Bool1 AND r."Bool2" = :Bool2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'N'
@@ -183,7 +183,7 @@ FROM
WHERE
r."Bool2" IS NOT NULL AND r."Bool1" = :Bool1 AND r."Bool3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'Y'
DECLARE @Bool2 Char(1) -- String
@@ -201,7 +201,7 @@ FROM
WHERE
r."Bool1" = :Bool1 AND r."Bool2" = :Bool2 AND r."Bool3" = :Bool3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @true_value Char(1) -- String
SET @true_value = 'Y'
DECLARE @Bool2 Char(1) -- String
@@ -220,7 +220,7 @@ WHERE
r."Bool1" = :true_value AND r."Bool2" = :Bool2 AND
r."Bool3" = :Bool3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @true_value Char(1) -- String
SET @true_value = 'Y'
DECLARE @Bool1 Char(1) -- String
@@ -239,7 +239,7 @@ WHERE
r."Bool3" = :true_value AND r."Bool1" = :Bool1 AND
r."Bool2" = :Bool2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Bool1 Char(1) -- String
SET @Bool1 = 'Y'
DECLARE @Bool3 Char(1) -- String
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.14,True).sql
index d1b2b83c7b28..bb6cce1013e6 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue3830Test(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -10,7 +10,7 @@ FROM
WHERE
r."Bool1" = 'Y' AND r."Bool2" IS NULL AND r."Bool3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -22,7 +22,7 @@ FROM
WHERE
r."Bool1" = 'Y' AND r."Bool2" IS NULL AND r."Bool3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -34,7 +34,7 @@ FROM
WHERE
r."Bool3" IS NULL AND r."Bool1" = 'Y' AND r."Bool2" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -46,7 +46,7 @@ FROM
WHERE
r."Bool2" IS NULL AND r."Bool1" = 'Y' AND r."Bool3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -58,7 +58,7 @@ FROM
WHERE
r."Bool1" = 'N' AND r."Bool2" IS NULL AND r."Bool3" = 'Y'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -70,7 +70,7 @@ FROM
WHERE
r."Bool3" = 'Y' AND r."Bool1" = 'N' AND r."Bool2" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -82,7 +82,7 @@ FROM
WHERE
r."Bool1" = 'N' AND r."Bool2" IS NULL AND r."Bool3" = 'Y'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -94,7 +94,7 @@ FROM
WHERE
r."Bool2" IS NULL AND r."Bool1" = 'N' AND r."Bool3" = 'Y'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -106,7 +106,7 @@ FROM
WHERE
r."Bool1" = 'N' AND r."Bool2" = 'Y' AND r."Bool3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -118,7 +118,7 @@ FROM
WHERE
r."Bool1" = 'N' AND r."Bool2" = 'Y' AND r."Bool3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -130,7 +130,7 @@ FROM
WHERE
r."Bool3" IS NULL AND r."Bool1" = 'N' AND r."Bool2" = 'Y'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -142,7 +142,7 @@ FROM
WHERE
r."Bool2" IS NOT NULL AND r."Bool1" = 'N' AND r."Bool3" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -154,7 +154,7 @@ FROM
WHERE
r."Bool1" = 'Y' AND r."Bool2" = 'N' AND r."Bool3" = 'Y'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -166,7 +166,7 @@ FROM
WHERE
r."Bool1" = 'Y' AND r."Bool2" = 'N' AND r."Bool3" = 'Y'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -178,7 +178,7 @@ FROM
WHERE
r."Bool3" = 'Y' AND r."Bool1" = 'Y' AND r."Bool2" = 'N'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue5075Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue5075Test(PostgreSQL.14).sql
index bad5ff01abc9..dfa23b2ebaa2 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue5075Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Issue5075Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(4) -- String
SET @value = 'User'
@@ -9,7 +9,7 @@ FROM
WHERE
t."EnumValue" = :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(4) -- String
SET @value = 'User'
@@ -20,7 +20,7 @@ FROM
WHERE
t."EnumValue" = :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(4) -- String
SET @value = 'User'
@@ -31,7 +31,7 @@ FROM
WHERE
t."EnumValueNullable" = :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(4) -- String
SET @value = 'User'
@@ -42,7 +42,7 @@ FROM
WHERE
t."EnumValueNullable" = :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(4) -- String
SET @value = 'User'
@@ -53,7 +53,7 @@ FROM
WHERE
t."EnumValueNull" = :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value Varchar(4) -- String
SET @value = 'User'
@@ -64,7 +64,7 @@ FROM
WHERE
t."EnumValueNull" = :value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -73,7 +73,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -82,7 +82,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -91,7 +91,7 @@ FROM
WHERE
t."EnumValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -100,7 +100,7 @@ FROM
WHERE
t."EnumValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -109,7 +109,7 @@ FROM
WHERE
t."EnumValueNull" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullParameterTests(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullParameterTests(PostgreSQL.14).sql
index 12dc8073b3bb..8549545eb9dd 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullParameterTests(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullParameterTests(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullTest(PostgreSQL.14).sql
index 12dc8073b3bb..8549545eb9dd 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.NullTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ParameterTests(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ParameterTests(PostgreSQL.14).sql
index cbee286d4ac0..187967551e63 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ParameterTests(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.ParameterTests(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @testedList Varchar(20) -- String
SET @testedList = '[{"Value":"Value1"}]'
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Select(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Select(PostgreSQL.14).sql
index 0ada3c1e4459..61edf7d8260c 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Select(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Select(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -16,7 +16,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -27,7 +27,7 @@ FROM
ORDER BY
t."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -45,7 +45,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."Id",
@@ -77,7 +77,7 @@ FROM
ORDER BY
t2."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
diff --git a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Update(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Update(PostgreSQL.14).sql
index cd4b903bb169..f27ecd60211e 100644
--- a/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Update(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/ValueConversionTests/Tests.Linq.ValueConversionTests.Update(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value2 Varchar(21) -- String
SET @Value2 = '[{"Value":"updated"}]'
DECLARE @EnumWithNull Varchar -- String
@@ -16,7 +16,7 @@ SET
WHERE
"ValueConversion"."Id" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -35,7 +35,7 @@ WHERE
e."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Varchar(20) -- String
SET @Value1 = '{"some":"updated2}"}'
DECLARE @Value2 Varchar(22) -- String
@@ -72,7 +72,7 @@ SET
WHERE
"ValueConversion"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
@@ -91,7 +91,7 @@ WHERE
e."Id" = 2
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Varchar -- String
SET @Value1 = NULL
DECLARE @Value2 Varchar -- String
@@ -128,7 +128,7 @@ SET
WHERE
"ValueConversion"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
e."Id",
diff --git a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.CompareString(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.CompareString(PostgreSQL.14).sql
index 55eae3264b73..d6acce6fd1e7 100644
--- a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.CompareString(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.CompareString(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."FirstName" = 'John'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue2746(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue2746(PostgreSQL.14).sql
index 62a2b7b2f60f..3cd2be2176c6 100644
--- a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue2746(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue2746(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @VBLocal_SelectedValue Integer -- Int32
SET @VBLocal_SelectedValue = 1
diff --git a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test1(PostgreSQL.14).sql
index 5b402a480568..aaf06d8a5546 100644
--- a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Person".personid,
diff --git a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test2(PostgreSQL.14).sql
index 5b402a480568..aaf06d8a5546 100644
--- a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Person".personid,
diff --git a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test3(PostgreSQL.14).sql
index 703f0aab5369..b8883e523d5a 100644
--- a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Person".personid,
diff --git a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test4(PostgreSQL.14).sql
index 9b007ea062c1..a3ab698fa158 100644
--- a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.Issue649Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
data_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.ParameterName(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.ParameterName(PostgreSQL.14).sql
index 69610ce60030..59fe8ae3bceb 100644
--- a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.ParameterName(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.ParameterName(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @VBLocal_id Integer -- Int32
SET @VBLocal_id = 1
diff --git a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.SearchCondition1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.SearchCondition1(PostgreSQL.14).sql
index 99975c3c0893..449b034b4ec6 100644
--- a/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.SearchCondition1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/VisualBasicTests/Tests.Linq.VisualBasicTests.SearchCondition1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest1(PostgreSQL.14).sql
index 95c8e1d60819..41bdc35ed211 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @user Integer -- Int32
SET @user = 3
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest2(PostgreSQL.14).sql
index a347cb8cb1aa..d1f1e30c63ca 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest3(PostgreSQL.14).sql
index 888d7f13f2d2..95fad7cfb891 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest4(PostgreSQL.14).sql
index a347cb8cb1aa..d1f1e30c63ca 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest5(PostgreSQL.14).sql
index 792518849481..5c7360d20f61 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AliasTest5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p_."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AndOr(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AndOr(PostgreSQL.14).sql
index db6464006b37..3d86d431a416 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AndOr(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AndOr(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual1(PostgreSQL.14).sql
index 0bbaa1d4230e..0475cfa749ef 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
DECLARE @ChildID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual2(PostgreSQL.14).sql
index 1f326bc35e61..7b91ae9f009e 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
DECLARE @ChildID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual31(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual31(PostgreSQL.14).sql
index 77ebed1117d6..de54de7a0f2b 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual31(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual31(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual32(PostgreSQL.14).sql
index 769e38b1672a..666c00030449 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ch."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual4(PostgreSQL.14).sql
index c7b1fce292b1..8cf7a5bc1270 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual5(PostgreSQL.14).sql
index 85fb2d4e2636..e1a42661a726 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.AnonymousEqual5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 3
DECLARE @Value1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAdd(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAdd(PostgreSQL.14).sql
index 085ce3e4496d..e9eaec7f8012 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAdd(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAdd(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAnd(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAnd(PostgreSQL.14).sql
index 4f9668f5ade4..c9a18e832013 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAnd(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryAnd(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest1(PostgreSQL.14).sql
index 67049424c4b2..6e2ebd6ac981 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest2(PostgreSQL.14).sql
index 87c46a9611c3..b9f27997de9c 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryComparisonTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
EXISTS(
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryDivide(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryDivide(PostgreSQL.14).sql
index b1543da51b8b..87f0be3cc566 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryDivide(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryDivide(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryModulo(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryModulo(PostgreSQL.14).sql
index a317b3b411f8..90aca91477dc 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryModulo(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryModulo(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryMultiply(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryMultiply(PostgreSQL.14).sql
index 9fdc9099d2cb..91d637fbbe27 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryMultiply(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryMultiply(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryOr(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryOr(PostgreSQL.14).sql
index 1b19fc4aa9aa..745a9c769d4d 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryOr(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryOr(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinarySubtract(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinarySubtract(PostgreSQL.14).sql
index 085ce3e4496d..e9eaec7f8012 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinarySubtract(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinarySubtract(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryXor(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryXor(PostgreSQL.14).sql
index a957a02633a3..235455370d48 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryXor(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BinaryXor(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BooleanSubquery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BooleanSubquery(PostgreSQL.14).sql
index 218adfc8764e..153046e69440 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BooleanSubquery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.BooleanSubquery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue1(PostgreSQL.14).sql
index be90dcf057fa..e1c89a2c8d5c 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue2(PostgreSQL.14).sql
index 652a7ad65087..f94d87da0524 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Boolean_NotFalse_AsTrue2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimization(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimization(PostgreSQL.14).sql
index d9ed9de6f566..92ecedcc9ecc 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimization(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimization(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.14,2).sql
index ce01ea81bc43..1468a1d3dd62 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @filterValue Integer -- Int32
SET @filterValue = 2
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.14,null).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.14,null).sql
index 410462ffee33..91bd71cc4f8c 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.14,null).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CaseOptimizationNullable(PostgreSQL.14,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition1(PostgreSQL.14).sql
index 348382339d09..529e628212c7 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition2(PostgreSQL.14).sql
index 86dd01677635..88ebd2231883 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckCondition2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField1(PostgreSQL.14).sql
index 3c77f04fd319..bd03751ab3c5 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField2(PostgreSQL.14).sql
index c9c079a74d56..3bf72ce664b9 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField3(PostgreSQL.14).sql
index c9c079a74d56..3bf72ce664b9 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField4(PostgreSQL.14).sql
index 3c77f04fd319..bd03751ab3c5 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField5(PostgreSQL.14).sql
index fe619cdca2d2..b84c7026dba4 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1" + 1,
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField6(PostgreSQL.14).sql
index 5da38fbc3bfc..cdc58e1ef1ee 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckField6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Value1",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin1(PostgreSQL.14).sql
index e52bfe568e61..a037aa22a1dc 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin2(PostgreSQL.14).sql
index bf22fb73ce04..addffd0a8f1a 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin3(PostgreSQL.14).sql
index c433a7f8e02d..15e0e99d72cb 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin4(PostgreSQL.14).sql
index 2cf24e8c9090..091a95ce55b1 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckLeftJoin4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull1(PostgreSQL.14).sql
index e249a71813e5..59711c9ab47e 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull2(PostgreSQL.14).sql
index cd66d232e8d4..a14b0423f558 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull3(PostgreSQL.14).sql
index e249a71813e5..59711c9ab47e 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CheckNull3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Coalesce(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Coalesce(PostgreSQL.14).sql
index 27e810b7f09f..8f4f11e43b79 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Coalesce(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Coalesce(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable1(PostgreSQL.14).sql
index c0d205d5e2e9..dbcc9f4d3a9a 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable2(PostgreSQL.14).sql
index 8dc7f52b810a..239c567ed14f 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable3(PostgreSQL.14).sql
index 9b2e651547fb..106707843ae0 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareNullable3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject1(PostgreSQL.14).sql
index 0bbaa1d4230e..0475cfa749ef 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
DECLARE @ChildID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject2(PostgreSQL.14).sql
index c7b1fce292b1..8cf7a5bc1270 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject3(PostgreSQL.14).sql
index 492ba86f84be..e972df7ed8f5 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.CompareObject3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2
DECLARE @ChildID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOff(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOff(PostgreSQL.14).sql
index 43bdbeaa73bf..1069deca77a5 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOff(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOff(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn1(PostgreSQL.14).sql
index d01cbfccaf46..87c03b5665b8 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn2(PostgreSQL.14).sql
index 629a26077f64..2bd2ad9fc5fd 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComparisionNullCheckOn2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComplexIsNullPredicateTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComplexIsNullPredicateTest(PostgreSQL.14).sql
index 5d7832ce6269..0e8752b2c609 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComplexIsNullPredicateTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ComplexIsNullPredicateTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Id",
@@ -10,7 +10,7 @@ WHERE
ORDER BY
r."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional1(PostgreSQL.14).sql
index 3c77f04fd319..bd03751ab3c5 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional2(PostgreSQL.14).sql
index 3c77f04fd319..bd03751ab3c5 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional3(PostgreSQL.14).sql
index 185506b6eb89..04215d991ddf 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional4(PostgreSQL.14).sql
index c0d205d5e2e9..dbcc9f4d3a9a 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional5(PostgreSQL.14).sql
index d01cbfccaf46..87c03b5665b8 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional6(PostgreSQL.14).sql
index 185506b6eb89..04215d991ddf 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional7(PostgreSQL.14).sql
index a9638d8302b5..e654d8823717 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional8(PostgreSQL.14).sql
index a9638d8302b5..e654d8823717 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional9(PostgreSQL.14).sql
index 9c4c333263d3..7b1e6eec97e0 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Conditional9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains1(PostgreSQL.14).sql
index ee6f78d58119..7132043f5b98 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains2(PostgreSQL.14).sql
index 76f7b47662e6..a20b6a607b58 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains3(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains4(PostgreSQL.14).sql
index 7e0e74b8a7ab..72cf64d913bb 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains5(PostgreSQL.14).sql
index e249a71813e5..59711c9ab47e 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Contains5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DirectParams(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DirectParams(PostgreSQL.14).sql
index b3d7aa675c19..a3365c1b6587 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DirectParams(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DirectParams(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
DECLARE @name Text(4) -- String
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DoNotMakeSubQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DoNotMakeSubQuery(PostgreSQL.14).sql
index 80736208b44e..4acde68f75b8 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DoNotMakeSubQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.DoNotMakeSubQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p2."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConst(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConst(PostgreSQL.14).sql
index 085ce3e4496d..e9eaec7f8012 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConst(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConst(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts(PostgreSQL.14).sql
index e318800144be..f0a1d6d8f8f5 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts2(PostgreSQL.14).sql
index 15e7adbccbba..8313b6240c8a 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsConsts2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull(PostgreSQL.14).sql
index a9638d8302b5..e654d8823717 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull2(PostgreSQL.14).sql
index a9638d8302b5..e654d8823717 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsNull2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParam(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParam(PostgreSQL.14).sql
index 3546283aaeb5..9ca52ea9416f 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParam(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParam(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParams(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParams(PostgreSQL.14).sql
index b3d7aa675c19..a3365c1b6587 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParams(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.EqualsParams(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
DECLARE @name Text(4) -- String
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest1(PostgreSQL.14).sql
index 9ea2d0fdf2e6..76bb481642a3 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest2(PostgreSQL.14).sql
index e904be2792bd..00a8dd86ede6 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.ExistsSqlTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery1(PostgreSQL.14).sql
index c72379401218..e146e2cb8605 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2(PostgreSQL.14).sql
index 274fb8dfc117..6615442f433d 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -15,7 +15,7 @@ WHERE
x_1."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2In(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2In(PostgreSQL.14).sql
index 8580ed2f76c2..58d7e955f05f 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2In(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.GroupBySubQquery2In(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue1(PostgreSQL.14).sql
index a3f86077820e..c8a23d873a55 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue2(PostgreSQL.14).sql
index f7d02df231d9..d36befd0fd2f 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HasValue2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest1(PostgreSQL.14).sql
index 869c5f8690ff..7d99116a6699 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest2(PostgreSQL.14).sql
index afbdfbd39c84..c074a8231307 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest3(PostgreSQL.14).sql
index e77f10ae3802..0d387725f78a 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.HavingTest3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_1."Count_1"
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest1(PostgreSQL.14).sql
index 7cd58275d279..94cc8c808b05 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
nm."MiddleName"
@@ -7,7 +7,7 @@ FROM
WHERE
NOT (nm."MiddleName" IS NULL OR Length(nm."MiddleName") = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest2(PostgreSQL.14).sql
index deabc0a7c2c9..03ccf684eaaa 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullOrEmptyTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
nm."FirstName"
@@ -7,7 +7,7 @@ FROM
WHERE
Length(nm."FirstName") <> 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullTest(PostgreSQL.14).sql
index 212c60231645..c5c3a571fd14 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.IsNullTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
nm."MiddleName"
@@ -7,7 +7,7 @@ FROM
WHERE
nm."MiddleName" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,1,False).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,1,False).sql
index 6952d203a76b..af0790119242 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,1,False).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,1,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,1,True).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,1,True).sql
index ebbd4c0cef6f..4d1f63d0af8a 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,1,True).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,1,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,1,null).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,1,null).sql
index 1c123c586ea9..a45be12e4c5c 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,1,null).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,1,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,2,False).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,2,False).sql
index 6de796495824..c79123bdcdce 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,2,False).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,2,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,2,True).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,2,True).sql
index 0fe31c0a3163..673255ad5223 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,2,True).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,2,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,2,null).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,2,null).sql
index e117400bf414..b50183276de5 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,2,null).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test1(PostgreSQL.14,2,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,1,False).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,1,False).sql
index 6952d203a76b..af0790119242 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,1,False).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,1,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,1,True).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,1,True).sql
index ebbd4c0cef6f..4d1f63d0af8a 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,1,True).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,1,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,1,null).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,1,null).sql
index 1c123c586ea9..a45be12e4c5c 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,1,null).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,1,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,2,False).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,2,False).sql
index 6de796495824..c79123bdcdce 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,2,False).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,2,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,2,True).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,2,True).sql
index 0fe31c0a3163..673255ad5223 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,2,True).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,2,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id AND c_1."Value1" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,2,null).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,2,null).sql
index e117400bf414..b50183276de5 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,2,null).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1755Test2(PostgreSQL.14,2,null).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
@@ -10,7 +10,7 @@ FROM
WHERE
c_1."ParentID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test1(PostgreSQL.14).sql
index 10789ac94e30..d3d0f4ca71a1 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."Value1" IS NOT NULL AND p."Value1" <> 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test2(PostgreSQL.14).sql
index 8a1fc5240430..8e8a0043472b 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue1767Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -8,7 +8,7 @@ FROM
WHERE
p."Value1" IS NULL OR p."Value1" <> 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424(PostgreSQL.14).sql
index 73cadfec7a56..4051b9f6a6fe 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -10,7 +10,7 @@ FROM
WHERE
i."StrValue" >= '0'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -20,7 +20,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -32,7 +32,7 @@ FROM
WHERE
i."StrValue" >= '1'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -42,7 +42,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -54,7 +54,7 @@ FROM
WHERE
i."StrValue" >= '3'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -64,7 +64,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -76,7 +76,7 @@ FROM
WHERE
i."StrValue" >= '5'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -86,7 +86,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -98,7 +98,7 @@ FROM
WHERE
i."StrValue" <= '0'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -108,7 +108,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -120,7 +120,7 @@ FROM
WHERE
i."StrValue" <= '1'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -130,7 +130,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -142,7 +142,7 @@ FROM
WHERE
i."StrValue" <= '3'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -152,7 +152,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -164,7 +164,7 @@ FROM
WHERE
i."StrValue" <= '5'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -174,7 +174,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -186,7 +186,7 @@ FROM
WHERE
i."StrValue" > '0'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -196,7 +196,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -208,7 +208,7 @@ FROM
WHERE
i."StrValue" > '1'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -218,7 +218,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -230,7 +230,7 @@ FROM
WHERE
i."StrValue" > '3'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -240,7 +240,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -252,7 +252,7 @@ FROM
WHERE
i."StrValue" > '5'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -262,7 +262,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -274,7 +274,7 @@ FROM
WHERE
i."StrValue" < '0'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -284,7 +284,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -296,7 +296,7 @@ FROM
WHERE
i."StrValue" < '1'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -306,7 +306,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -318,7 +318,7 @@ FROM
WHERE
i."StrValue" < '3'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -328,7 +328,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -340,7 +340,7 @@ FROM
WHERE
i."StrValue" < '5'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -350,7 +350,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -362,7 +362,7 @@ FROM
WHERE
i."StrValue" = '0'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -372,7 +372,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -384,7 +384,7 @@ FROM
WHERE
i."StrValue" = '1'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -394,7 +394,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -406,7 +406,7 @@ FROM
WHERE
i."StrValue" = '3'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -416,7 +416,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -428,7 +428,7 @@ FROM
WHERE
i."StrValue" = '5'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -438,7 +438,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -450,7 +450,7 @@ FROM
WHERE
i."StrValue" <> '0'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -460,7 +460,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -472,7 +472,7 @@ FROM
WHERE
i."StrValue" <> '1'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -482,7 +482,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -494,7 +494,7 @@ FROM
WHERE
i."StrValue" <> '3'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -504,7 +504,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -516,7 +516,7 @@ FROM
WHERE
i."StrValue" <> '5'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Fields(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Fields(PostgreSQL.14).sql
index 5617f3905243..a33d633e710d 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Fields(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Fields(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -13,7 +13,7 @@ FROM
WHERE
i."StrValue" >= right_1."StrValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -23,7 +23,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -38,7 +38,7 @@ FROM
WHERE
i."StrValue" <= right_1."StrValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -48,7 +48,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -63,7 +63,7 @@ FROM
WHERE
i."StrValue" > right_1."StrValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -73,7 +73,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -88,7 +88,7 @@ FROM
WHERE
i."StrValue" < right_1."StrValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -98,7 +98,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -113,7 +113,7 @@ FROM
WHERE
i."StrValue" = right_1."StrValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -123,7 +123,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -138,7 +138,7 @@ FROM
WHERE
i."StrValue" <> right_1."StrValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -148,7 +148,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -163,7 +163,7 @@ FROM
WHERE
i."StrValue" >= right_1."StrValueNullable" OR right_1."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -173,7 +173,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -188,7 +188,7 @@ FROM
WHERE
i."StrValue" <= right_1."StrValueNullable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -198,7 +198,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -213,7 +213,7 @@ FROM
WHERE
i."StrValue" > right_1."StrValueNullable" OR right_1."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -223,7 +223,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -238,7 +238,7 @@ FROM
WHERE
i."StrValue" < right_1."StrValueNullable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -248,7 +248,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -263,7 +263,7 @@ FROM
WHERE
i."StrValue" = right_1."StrValueNullable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -273,7 +273,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -288,7 +288,7 @@ FROM
WHERE
i."StrValue" <> right_1."StrValueNullable" OR right_1."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -298,7 +298,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -314,7 +314,7 @@ WHERE
i."StrValueNullable" >= right_1."StrValueNullable" OR
right_1."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -324,7 +324,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -340,7 +340,7 @@ WHERE
i."StrValueNullable" <= right_1."StrValueNullable" OR
i."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -350,7 +350,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -366,7 +366,7 @@ WHERE
i."StrValueNullable" > right_1."StrValueNullable" OR
i."StrValueNullable" IS NOT NULL AND right_1."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -376,7 +376,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -392,7 +392,7 @@ WHERE
i."StrValueNullable" < right_1."StrValueNullable" OR
i."StrValueNullable" IS NULL AND right_1."StrValueNullable" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -402,7 +402,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -418,7 +418,7 @@ WHERE
i."StrValueNullable" = right_1."StrValueNullable" OR
i."StrValueNullable" IS NULL AND right_1."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -428,7 +428,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Id",
@@ -445,7 +445,7 @@ WHERE
i."StrValueNullable" IS NULL AND right_1."StrValueNullable" IS NOT NULL OR
i."StrValueNullable" IS NOT NULL AND right_1."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Nullable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Nullable(PostgreSQL.14).sql
index 62300f40b8fa..74feeaa4b282 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Nullable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2424Nullable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -8,7 +8,7 @@ SELECT
FROM
"Isue2424Table" i
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -18,7 +18,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -30,7 +30,7 @@ FROM
WHERE
i."StrValueNullable" >= '1'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -40,7 +40,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -52,7 +52,7 @@ FROM
WHERE
i."StrValueNullable" >= '3'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -62,7 +62,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -74,7 +74,7 @@ FROM
WHERE
i."StrValueNullable" >= '5'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -84,7 +84,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -96,7 +96,7 @@ FROM
WHERE
i."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -106,7 +106,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -118,7 +118,7 @@ FROM
WHERE
i."StrValueNullable" <= '1' OR i."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -128,7 +128,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -140,7 +140,7 @@ FROM
WHERE
i."StrValueNullable" <= '3' OR i."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -150,7 +150,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -162,7 +162,7 @@ FROM
WHERE
i."StrValueNullable" <= '5' OR i."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -172,7 +172,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -184,7 +184,7 @@ FROM
WHERE
i."StrValueNullable" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -194,7 +194,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -206,7 +206,7 @@ FROM
WHERE
i."StrValueNullable" > '1'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -216,7 +216,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -228,7 +228,7 @@ FROM
WHERE
i."StrValueNullable" > '3'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -238,7 +238,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -250,7 +250,7 @@ FROM
WHERE
i."StrValueNullable" > '5'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -260,7 +260,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -272,7 +272,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -282,7 +282,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -294,7 +294,7 @@ FROM
WHERE
i."StrValueNullable" < '1' OR i."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -304,7 +304,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -316,7 +316,7 @@ FROM
WHERE
i."StrValueNullable" < '3' OR i."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -326,7 +326,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -338,7 +338,7 @@ FROM
WHERE
i."StrValueNullable" < '5' OR i."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -348,7 +348,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -360,7 +360,7 @@ FROM
WHERE
i."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -370,7 +370,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -382,7 +382,7 @@ FROM
WHERE
i."StrValueNullable" = '1'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -392,7 +392,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -404,7 +404,7 @@ FROM
WHERE
i."StrValueNullable" = '3'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -414,7 +414,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -426,7 +426,7 @@ FROM
WHERE
i."StrValueNullable" = '5'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -436,7 +436,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -448,7 +448,7 @@ FROM
WHERE
i."StrValueNullable" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -458,7 +458,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -470,7 +470,7 @@ FROM
WHERE
i."StrValueNullable" <> '1' OR i."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -480,7 +480,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -492,7 +492,7 @@ FROM
WHERE
i."StrValueNullable" <> '3' OR i."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
@@ -502,7 +502,7 @@ SELECT
FROM
"Isue2424Table" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i."Pk",
@@ -514,7 +514,7 @@ FROM
WHERE
i."StrValueNullable" <> '5' OR i."StrValueNullable" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Pk",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_And(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_And(PostgreSQL.14).sql
index ef5d05c865ce..71bfc4c06e65 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_And(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_And(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromAnd(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromAnd(PostgreSQL.14).sql
index 3836ea5cff10..85565ff3ff55 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromAnd(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromAnd(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromOr(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromOr(PostgreSQL.14).sql
index 766e265d4f18..84d09fcd5f98 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromOr(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_MixedFromOr(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_Or(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_Or(PostgreSQL.14).sql
index 92333aa4dc3f..80f5eee37215 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_Or(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue2897_ParensGeneration_Or(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries1(PostgreSQL.14).sql
index 077a0916efb4..bd016f5c7d35 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(p."PersonID")
@@ -8,7 +8,7 @@ WHERE
p."PersonID" IN (1, 2)
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(p."PersonID")
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries2(PostgreSQL.14).sql
index de78c8e4ec06..44d37f34d452 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_CompareQueries2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(p."PersonID")
@@ -15,7 +15,7 @@ WHERE
)
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(p."PersonID")
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_Filter_Checked(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_Filter_Checked(PostgreSQL.14).sql
index 04091f8a0dbb..54db2c2a015c 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_Filter_Checked(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_Filter_Checked(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter1(PostgreSQL.14).sql
index 3203e70fd70d..ba3d6714cabd 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @filter1 Text(6) -- String
SET @filter1 = '%John%'
DECLARE @filter2 Text(8) -- String
@@ -41,7 +41,7 @@ WHERE
ORDER BY
t1."PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
@@ -49,7 +49,7 @@ SELECT
FROM
"Patient" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter2(PostgreSQL.14).sql
index ed5fd8ab6d18..7d19c554fa60 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @filter1 Text(6) -- String
SET @filter1 = '%John%'
DECLARE @filter2 Text(8) -- String
@@ -43,7 +43,7 @@ WHERE
ORDER BY
p."PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
@@ -51,7 +51,7 @@ SELECT
FROM
"Patient" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter3(PostgreSQL.14).sql
index a53dc14b6d93..55f2cca93272 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Issue_SubQueryFilter3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @filter Text(6) -- String
SET @filter = '%John%'
DECLARE @filter_1 Text(8) -- String
@@ -45,7 +45,7 @@ WHERE
ORDER BY
patient_1."PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
@@ -53,7 +53,7 @@ SELECT
FROM
"Patient" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest1(PostgreSQL.14).sql
index 525e65ccb287..ed71ab49e269 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
nm."MiddleName"
@@ -7,7 +7,7 @@ FROM
WHERE
Length(nm."MiddleName") <> 0 OR nm."MiddleName" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest2(PostgreSQL.14).sql
index deabc0a7c2c9..03ccf684eaaa 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.LengthTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
nm."FirstName"
@@ -7,7 +7,7 @@ FROM
WHERE
Length(nm."FirstName") <> 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQuery(PostgreSQL.14).sql
index d0a3cfa2dd9b..7cb2f4db93fe 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQueryWithParam(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQueryWithParam(PostgreSQL.14).sql
index e9b41aa208de..892143f5d1ac 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQueryWithParam(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MakeSubQueryWithParam(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 1
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam(PostgreSQL.14).sql
index a1c03af17e00..98e0318f0d0e 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam2(PostgreSQL.14).sql
index f03aed70418b..14224ea7700d 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MethodParam2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
@@ -9,7 +9,7 @@ FROM
WHERE
p."PersonID" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 2
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery1(PostgreSQL.14).sql
index 237c5d64b4ab..124ad417af63 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -13,7 +13,7 @@ FROM
WHERE
p."PersonID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 2
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery2(PostgreSQL.14).sql
index a0c0fef6ab72..1ad2c8882cb4 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.MultipleQuery2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -11,7 +11,7 @@ FROM
WHERE
p."MiddleName" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @str Text(3) -- String
SET @str = '123'
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull(PostgreSQL.14).sql
index 085ce3e4496d..e9eaec7f8012 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull2(PostgreSQL.14).sql
index 085ce3e4496d..e9eaec7f8012 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotEqualNull2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotOrAnd(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotOrAnd(PostgreSQL.14).sql
index 9cbcde94b391..7bbe1ead2bd1 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotOrAnd(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotOrAnd(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest(PostgreSQL.14).sql
index a9638d8302b5..e654d8823717 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest2(PostgreSQL.14).sql
index 6f35f7004304..429ef4f88172 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NotTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @n Integer -- Int32
SET @n = 2
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam1(PostgreSQL.14).sql
index 2129b43c0ddf..6a323bdad9cb 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam2(PostgreSQL.14).sql
index ed341b3084d3..d8b06175d6a5 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullParam2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -13,7 +13,7 @@ FROM
WHERE
p."PersonID" = :id AND p."MiddleName" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullableBoolean_NotFalse_AsNotTrue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullableBoolean_NotFalse_AsNotTrue(PostgreSQL.14).sql
index f37184d326d8..7b252999dacb 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullableBoolean_NotFalse_AsNotTrue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.NullableBoolean_NotFalse_AsNotTrue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OptionalObjectInCondition(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OptionalObjectInCondition(PostgreSQL.14).sql
index 2f3d0659f7b8..66a1f38fdaff 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OptionalObjectInCondition(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OptionalObjectInCondition(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = '1'
@@ -13,7 +13,7 @@ FROM
WHERE
r."FirstName" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."FirstName",
@@ -26,7 +26,7 @@ FROM
WHERE
1 = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(1) -- String
SET @p = '1'
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OrAnd(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OrAnd(PostgreSQL.14).sql
index b69b5597eff8..ce5499c30a54 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OrAnd(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.OrAnd(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.PredicateOptimization_Subquery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.PredicateOptimization_Subquery(PostgreSQL.14).sql
index 08a427bf85a2..84235e899a37 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.PredicateOptimization_Subquery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.PredicateOptimization_Subquery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PK",
@@ -19,7 +19,7 @@ WHERE
) t1(item)
) > make_timestamp(2023, 1, 1, 0, 0, 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PK",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SearchCondition1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SearchCondition1(PostgreSQL.14).sql
index 93e95b8c57ef..17609414ecbd 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SearchCondition1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SearchCondition1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StaticMethodParam(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StaticMethodParam(PostgreSQL.14).sql
index a1c03af17e00..98e0318f0d0e 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StaticMethodParam(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StaticMethodParam(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationCoalesce(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationCoalesce(PostgreSQL.14).sql
index 79932d52a21f..b4c5fa09049e 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationCoalesce(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationCoalesce(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -19,7 +19,7 @@ ORDER BY
t1."FirstName",
t1."LastName"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTests(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTests(PostgreSQL.14).sql
index bd8ccc693403..ca32455ce293 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTests(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTests(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -11,7 +11,7 @@ WHERE
('<{p.LastName}, ' || p."FirstName" || ' {' || p."LastName" || '}>') = ('<{p.LastName}, ' || p."FirstName" || ' {' || p."LastName") || '}>' AND
'{}' || p."LastName" = '{}' || p."LastName"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTestsNullable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTestsNullable(PostgreSQL.14).sql
index 79932d52a21f..b4c5fa09049e 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTestsNullable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.StringInterpolationTestsNullable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -19,7 +19,7 @@ ORDER BY
t1."FirstName",
t1."LastName"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery(PostgreSQL.14).sql
index ee871a4ead40..fa430fb9cf60 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(t."ParentID" * 1000) / 1000
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery1(PostgreSQL.14).sql
index 809d0da6bc72..ba47f18e5fdb 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.SubQuery1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pp."Value_1"
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Value(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Value(PostgreSQL.14).sql
index c0d205d5e2e9..dbcc9f4d3a9a 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Value(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.Value(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereBooleanTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereBooleanTest2(PostgreSQL.14).sql
index 54c8970e7d56..29ca8c7f2ea8 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereBooleanTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereBooleanTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -7,7 +7,7 @@ SELECT
FROM
"WhereCases" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -18,7 +18,7 @@ FROM
WHERE
NOT t."BoolValue" AND t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -29,7 +29,7 @@ FROM
WHERE
NOT (NOT t."BoolValue" AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -40,7 +40,7 @@ FROM
WHERE
t."BoolValue" = True AND t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -51,7 +51,7 @@ FROM
WHERE
NOT (t."BoolValue" = True AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -62,7 +62,7 @@ FROM
WHERE
t."BoolValue" = True AND t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -73,7 +73,7 @@ FROM
WHERE
NOT (t."BoolValue" = True AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -84,7 +84,7 @@ FROM
WHERE
t."BoolValue" = False AND t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -95,7 +95,7 @@ FROM
WHERE
NOT (t."BoolValue" = False AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -106,7 +106,7 @@ FROM
WHERE
t."BoolValue" = False AND t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -117,7 +117,7 @@ FROM
WHERE
NOT (t."BoolValue" = False AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -129,7 +129,7 @@ WHERE
(t."NullableBoolValue" = False OR t."NullableBoolValue" IS NULL) AND
t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -140,7 +140,7 @@ FROM
WHERE
NOT ((t."NullableBoolValue" = False OR t."NullableBoolValue" IS NULL) AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -151,7 +151,7 @@ FROM
WHERE
t."NullableBoolValue" = True AND t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -162,7 +162,7 @@ FROM
WHERE
NOT (t."NullableBoolValue" = True AND t."NullableBoolValue" IS NOT NULL AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -173,7 +173,7 @@ FROM
WHERE
t."NullableBoolValue" = True AND t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -184,7 +184,7 @@ FROM
WHERE
NOT (t."NullableBoolValue" = True AND t."NullableBoolValue" IS NOT NULL AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -195,7 +195,7 @@ FROM
WHERE
t."NullableBoolValue" IS NULL AND t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -206,7 +206,7 @@ FROM
WHERE
NOT (t."NullableBoolValue" IS NULL AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -217,7 +217,7 @@ FROM
WHERE
t."NullableBoolValue" IS NOT NULL AND t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -228,7 +228,7 @@ FROM
WHERE
NOT (t."NullableBoolValue" IS NOT NULL AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -239,7 +239,7 @@ FROM
WHERE
t."NullableBoolValue" IS NOT NULL AND t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -250,7 +250,7 @@ FROM
WHERE
NOT (t."NullableBoolValue" IS NOT NULL AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -261,7 +261,7 @@ FROM
WHERE
t."NullableBoolValue" IS NULL AND t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -272,7 +272,7 @@ FROM
WHERE
NOT (t."NullableBoolValue" IS NULL AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -284,7 +284,7 @@ WHERE
NOT t."BoolValue" AND (t."NullableBoolValue" = False OR t."NullableBoolValue" IS NULL) AND
t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -295,7 +295,7 @@ FROM
WHERE
NOT (NOT t."BoolValue" AND (t."NullableBoolValue" = False OR t."NullableBoolValue" IS NULL) AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -307,7 +307,7 @@ WHERE
NOT (NOT t."BoolValue" AND (t."NullableBoolValue" = False OR t."NullableBoolValue" IS NULL)) AND
t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -318,7 +318,7 @@ FROM
WHERE
NOT (NOT (NOT t."BoolValue" AND (t."NullableBoolValue" = False OR t."NullableBoolValue" IS NULL)) AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -330,7 +330,7 @@ WHERE
NOT t."BoolValue" AND t."NullableBoolValue" = False AND
t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -341,7 +341,7 @@ FROM
WHERE
NOT (NOT t."BoolValue" AND t."NullableBoolValue" = False AND t."NullableBoolValue" IS NOT NULL AND t."Id" > 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -353,7 +353,7 @@ WHERE
NOT (NOT t."BoolValue" AND t."NullableBoolValue" = False AND t."NullableBoolValue" IS NOT NULL) AND
t."Id" > 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest1(PostgreSQL.14).sql
index d41d24a8382b..3f0471e55156 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest2(PostgreSQL.14).sql
index d41d24a8382b..3f0471e55156 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest3(PostgreSQL.14).sql
index e2f7f9ac82cb..eec7e5f85c1c 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest4(PostgreSQL.14).sql
index 66930de5eec2..09ec74268851 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest5(PostgreSQL.14).sql
index e4085c6e2357..376de6e60580 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest6(PostgreSQL.14).sql
index 196ef325221a..b8547b6fe1ed 100644
--- a/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Linq/WhereTests/Tests.Linq.WhereTests.WhereDateTimeTest6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,Default).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,Default).sql
index 2df02e8307b0..3cc9f5b3709d 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,Default).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -8,7 +8,7 @@ INSERT INTO "TrimTestTable"
VALUES
(1,'***OOO***')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -18,7 +18,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,MultipleRows).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,MultipleRows).sql
index 2df02e8307b0..3cc9f5b3709d 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -8,7 +8,7 @@ INSERT INTO "TrimTestTable"
VALUES
(1,'***OOO***')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -18,7 +18,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,ProviderSpecific).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,ProviderSpecific).sql
index b6a16e0291c1..c22904005716 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "TrimTestTable"(ID, Data)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -10,7 +10,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,RowByRow).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,RowByRow).sql
index a0763f960095..9bb31ddbd498 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,RowByRow).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,False,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Data Text(9) -- String
@@ -15,7 +15,7 @@ VALUES
:Data
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -25,7 +25,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,Default).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,Default).sql
index 2df02e8307b0..3cc9f5b3709d 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,Default).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -8,7 +8,7 @@ INSERT INTO "TrimTestTable"
VALUES
(1,'***OOO***')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -18,7 +18,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,MultipleRows).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,MultipleRows).sql
index 2df02e8307b0..3cc9f5b3709d 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -8,7 +8,7 @@ INSERT INTO "TrimTestTable"
VALUES
(1,'***OOO***')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -18,7 +18,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,ProviderSpecific).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,ProviderSpecific).sql
index b6a16e0291c1..c22904005716 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "TrimTestTable"(ID, Data)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -10,7 +10,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,RowByRow).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,RowByRow).sql
index b96a575e14d5..55e183b5af9d 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,RowByRow).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.BulkCopyTest(PostgreSQL.14,True,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -11,7 +11,7 @@ VALUES
'***OOO***'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -21,7 +21,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.14,False).sql
index d18e4a058b7b..4e04d2c82f24 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Data Text(9) -- String
@@ -15,7 +15,7 @@ VALUES
:Data
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 2
DECLARE @Data Text(9) -- String
@@ -32,7 +32,7 @@ VALUES
:Data
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -45,7 +45,7 @@ VALUES
'***VVV***'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -55,7 +55,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.14,True).sql
index e6704981d99f..40ca2a3be517 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertTest(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -11,7 +11,7 @@ VALUES
'***OOO***'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -24,7 +24,7 @@ VALUES
'***HHH***'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -37,7 +37,7 @@ VALUES
'***VVV***'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -47,7 +47,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.14,False).sql
index df440aff8098..2a30a5298381 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -14,7 +14,7 @@ RETURNING
"TrimTestTable"."ID",
"TrimTestTable"."Data"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -24,7 +24,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.14,True).sql
index df440aff8098..2a30a5298381 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.InsertWithOutputTest(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TrimTestTable"
(
@@ -14,7 +14,7 @@ RETURNING
"TrimTestTable"."ID",
"TrimTestTable"."Data"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -24,7 +24,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.14,False).sql
index 5c4ffb4d277f..77877676423b 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Data Text(9) -- String
SET @Data = '***III***'
DECLARE @ID Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"TrimTestTable"."ID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Data Text(9) -- String
SET @Data = '***OOO***'
@@ -22,7 +22,7 @@ SET
WHERE
"TrimTestTable"."Data" = '***XXX***'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Data Text(9) -- String
SET @Data = '***SSS***'
DECLARE @p Text(9) -- String
@@ -35,7 +35,7 @@ SET
WHERE
"TrimTestTable"."Data" = :p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -45,7 +45,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.14,True).sql
index dbc1e2881259..eb3e46f00739 100644
--- a/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/Mapping/ConversionTypeTests/Tests.Mapping.ConversionTypeTests.UpdateTest(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TrimTestTable"
@@ -7,7 +7,7 @@ SET
WHERE
"TrimTestTable"."ID" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TrimTestTable"
@@ -16,7 +16,7 @@ SET
WHERE
"TrimTestTable"."Data" = '***XXX***'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TrimTestTable"
@@ -25,7 +25,7 @@ SET
WHERE
"TrimTestTable"."Data" = '***HHH***'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
@@ -35,7 +35,7 @@ FROM
ORDER BY
r."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."ID",
diff --git a/PostgreSQL.14/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test1(PostgreSQL.14).sql
index 5d4efce3b11a..309c19cbfe7e 100644
--- a/PostgreSQL.14/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id"
diff --git a/PostgreSQL.14/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test3(PostgreSQL.14).sql
index 5d4efce3b11a..309c19cbfe7e 100644
--- a/PostgreSQL.14/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Mapping/DynamicStoreTests/Tests.Mapping.DynamicStoreTests.Issue3859Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id"
diff --git a/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.CacheTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.CacheTest(PostgreSQL.14).sql
index 189fe811200d..33b4a5f9d332 100644
--- a/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.CacheTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.CacheTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -30,7 +30,7 @@ VALUES
:LastName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -41,11 +41,11 @@ FROM
WHERE
t."ID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -56,7 +56,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -77,7 +77,7 @@ VALUES
:LastName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -88,11 +88,11 @@ FROM
WHERE
t."ID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -103,7 +103,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -124,7 +124,7 @@ VALUES
:LastName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -135,11 +135,11 @@ FROM
WHERE
t."ID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -150,7 +150,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -171,7 +171,7 @@ VALUES
:LastName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -182,7 +182,7 @@ FROM
WHERE
t."ID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
diff --git a/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.InsertOrUpdatePrimaryKeyTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.InsertOrUpdatePrimaryKeyTest(PostgreSQL.14).sql
index d9bfa2060bd8..a4a025e565b0 100644
--- a/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.InsertOrUpdatePrimaryKeyTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.InsertOrUpdatePrimaryKeyTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -12,7 +12,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -29,7 +29,7 @@ VALUES
:Name
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "FluentTemp" AS t1
(
@@ -45,7 +45,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"ID" = t1."ID",
"Name" = t1."Name"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
diff --git a/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTest(PostgreSQL.14).sql
index 872db8439ce5..47f400529c51 100644
--- a/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -30,7 +30,7 @@ VALUES
:LastName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(7) -- String
SET @Name = 'John II'
DECLARE @LastName Text(4) -- String
@@ -44,7 +44,7 @@ SET
WHERE
"FluentTemp"."ID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
diff --git a/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTestAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTestAsync(PostgreSQL.14).sql
index 872db8439ce5..47f400529c51 100644
--- a/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTestAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Mapping/FluentMappingBuildTests/Tests.Mapping.FluentMappingBuildTests.UpdateTestAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "FluentTemp"
(
@@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS "FluentTemp"
CONSTRAINT "PK_FluentTemp" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
DECLARE @Name Text(4) -- String
@@ -30,7 +30,7 @@ VALUES
:LastName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(7) -- String
SET @Name = 'John II'
DECLARE @LastName Text(4) -- String
@@ -44,7 +44,7 @@ SET
WHERE
"FluentTemp"."ID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "FluentTemp"
diff --git a/PostgreSQL.14/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodAsColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodAsColumn(PostgreSQL.14).sql
index ee3a2c5e6290..27660e4df995 100644
--- a/PostgreSQL.14/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodAsColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodAsColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodOnProperty(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodOnProperty(PostgreSQL.14).sql
index 8fa9373fcd5d..489bc2ecda8e 100644
--- a/PostgreSQL.14/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodOnProperty(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Mapping/FluentMappingExpressionMethodTests/Tests.Mapping.FluentMappingExpressionMethodTests.ExpressionMethodOnProperty(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.MapValueTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.MapValueTest(PostgreSQL.14).sql
index f4c04d969463..999c84f5aa38 100644
--- a/PostgreSQL.14/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.MapValueTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.MapValueTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
diff --git a/PostgreSQL.14/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceAttribute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceAttribute(PostgreSQL.14).sql
index 505d00797950..56dc2f37585e 100644
--- a/PostgreSQL.14/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceAttribute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceAttribute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT nextval('sequencetestseq') FROM generate_series(1, 10)
diff --git a/PostgreSQL.14/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceHelper(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceHelper(PostgreSQL.14).sql
index 505d00797950..56dc2f37585e 100644
--- a/PostgreSQL.14/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceHelper(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Mapping/FluentMappingTests/Tests.Mapping.FluentMappingTests.TestSequenceHelper(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT nextval('sequencetestseq') FROM generate_series(1, 10)
diff --git a/PostgreSQL.14/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test1(PostgreSQL.14).sql
index 1177b07d96f3..c9b727b64ca0 100644
--- a/PostgreSQL.14/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
@@ -7,7 +7,7 @@ SELECT
FROM
"UseMappingSchemaTestTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Column1",
@@ -16,7 +16,7 @@ SELECT
FROM
"UseMappingSchemaTestTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
diff --git a/PostgreSQL.14/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test2(PostgreSQL.14).sql
index f5dfaa16f66f..74c7c42e382c 100644
--- a/PostgreSQL.14/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Mapping/UseMappingSchemaTests/Tests.Mapping.UseMappingSchemaTests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
@@ -7,7 +7,7 @@ SELECT
FROM
"UseMappingSchemaTestTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
@@ -16,7 +16,7 @@ SELECT
FROM
"UseMappingSchemaTestTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Column1",
@@ -25,7 +25,7 @@ SELECT
FROM
"UseMappingSchemaTestTable2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
@@ -34,7 +34,7 @@ SELECT
FROM
"UseMappingSchemaTestTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
@@ -43,7 +43,7 @@ SELECT
FROM
"UseMappingSchemaTestTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Field1",
diff --git a/PostgreSQL.14/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.14,).sql b/PostgreSQL.14/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.14,).sql
index 81a62bb36c40..3d7bdb082baa 100644
--- a/PostgreSQL.14/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.14,).sql
+++ b/PostgreSQL.14/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.14,).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ID",
@@ -10,7 +10,7 @@ FROM
"Issue3757Level1" m_1
INNER JOIN "Issue3757Level2" d ON m_1."ID" = d."ParentId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
l1."ID",
diff --git a/PostgreSQL.14/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.14,0x003F$filter=Children0x002Fany(c0x003A contains(c0x002FLS, 'de'))).sql b/PostgreSQL.14/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.14,0x003F$filter=Children0x002Fany(c0x003A contains(c0x002FLS, 'de'))).sql
index 09e7adc28ce6..0f98692ce410 100644
--- a/PostgreSQL.14/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.14,0x003F$filter=Children0x002Fany(c0x003A contains(c0x002FLS, 'de'))).sql
+++ b/PostgreSQL.14/Tests/OData/Microsoft/MicrosoftODataTests/Tests.OData.Microsoft.MicrosoftODataTests.Issue3757Test(PostgreSQL.14,0x003F$filter=Children0x002Fany(c0x003A contains(c0x002FLS, 'de'))).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @TypedProperty Text(4) -- String
SET @TypedProperty = '%de%'
@@ -22,7 +22,7 @@ WHERE
m_1."ValS" IS NOT NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @TypedProperty Text(4) -- String
SET @TypedProperty = '%de%'
diff --git a/PostgreSQL.14/Tests/Samples/ExceptionInterceptTests/Tests.Samples.ExceptionInterceptTests.InterceptedExceptionExecuteReader(PostgreSQL.14).sql b/PostgreSQL.14/Tests/Samples/ExceptionInterceptTests/Tests.Samples.ExceptionInterceptTests.InterceptedExceptionExecuteReader(PostgreSQL.14).sql
index d893729d6d04..e3fdbbde2339 100644
--- a/PostgreSQL.14/Tests/Samples/ExceptionInterceptTests/Tests.Samples.ExceptionInterceptTests.InterceptedExceptionExecuteReader(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/Samples/ExceptionInterceptTests/Tests.Samples.ExceptionInterceptTests.InterceptedExceptionExecuteReader(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
diff --git a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.DescriptionTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.DescriptionTest(PostgreSQL.14).sql
index 3a1ed9bfff4a..4fcb298b7022 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.DescriptionTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.DescriptionTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestFunctionParameters).sql b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestFunctionParameters).sql
index a9a104531b1d..7a158118d7d1 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestFunctionParameters).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestFunctionParameters).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestScalarFunction).sql b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestScalarFunction).sql
index a9a104531b1d..7a158118d7d1 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestScalarFunction).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestScalarFunction).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestSingleOutParameterFunction).sql b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestSingleOutParameterFunction).sql
index a9a104531b1d..7a158118d7d1 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestSingleOutParameterFunction).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestSingleOutParameterFunction).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestTableFunction).sql b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestTableFunction).sql
index a9a104531b1d..7a158118d7d1 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestTableFunction).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestTableFunction).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestTableFunction1).sql b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestTableFunction1).sql
index a9a104531b1d..7a158118d7d1 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestTableFunction1).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestTableFunction1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestTableFunctionSchema).sql b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestTableFunctionSchema).sql
index a9a104531b1d..7a158118d7d1 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestTableFunctionSchema).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,TestTableFunctionSchema).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,test_avg).sql b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,test_avg).sql
index a9a104531b1d..7a158118d7d1 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,test_avg).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.ProceduresSchemaProviderTest(PostgreSQL.14,test_avg).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.TestMaterializedViewSchema(PostgreSQL.14).sql b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.TestMaterializedViewSchema(PostgreSQL.14).sql
index 3a1ed9bfff4a..4fcb298b7022 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.TestMaterializedViewSchema(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/PostgreSQLTests/Tests.SchemaProvider.PostgreSQLTests.TestMaterializedViewSchema(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeCatalogTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeCatalogTest(PostgreSQL.14).sql
index b1fb3b5ba123..d91340b404bf 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeCatalogTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeCatalogTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,28 +236,28 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
RollbackTransaction
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -305,7 +305,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -321,7 +321,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -409,7 +409,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -458,7 +458,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -477,11 +477,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -492,11 +492,11 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
RollbackTransaction
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -544,7 +544,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -560,7 +560,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -648,7 +648,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -697,7 +697,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -716,11 +716,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
diff --git a/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeSchemaTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeSchemaTest(PostgreSQL.14).sql
index 4c859259f1ad..534531e26488 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeSchemaTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.IncludeExcludeSchemaTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,28 +236,28 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
RollbackTransaction
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -305,7 +305,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog', 'public', 'test_schema')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -321,7 +321,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog', 'public', 'test_schema')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -409,7 +409,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog', 'public', 'test_schema')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -458,7 +458,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog', 'public', 'test_schema')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -477,11 +477,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog', 'public', 'test_schema')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -492,11 +492,11 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
RollbackTransaction
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -544,7 +544,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog') AND v.schemaname IN ('IncludeExcludeSchemaTest')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -560,7 +560,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog') AND pg_namespace.nspname IN ('IncludeExcludeSchemaTest')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -648,7 +648,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog') AND ns.nspname IN ('IncludeExcludeSchemaTest')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -697,7 +697,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog') AND this_schema.nspname IN ('IncludeExcludeSchemaTest')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -716,11 +716,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog') AND n.nspname IN ('IncludeExcludeSchemaTest')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
diff --git a/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PostgreSQLTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PostgreSQLTest(PostgreSQL.14).sql
index 3a1ed9bfff4a..4fcb298b7022 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PostgreSQLTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PostgreSQLTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PrimaryForeignKeyTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PrimaryForeignKeyTest(PostgreSQL.14).sql
index dabc5a160703..96939877066f 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PrimaryForeignKeyTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.PrimaryForeignKeyTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog') AND v.schemaname IN ('public')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog') AND pg_namespace.nspname IN ('public')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog') AND ns.nspname IN ('public')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog') AND this_schema.nspname IN ('public')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog') AND n.nspname IN ('public')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.Test(PostgreSQL.14).sql
index dabc5a160703..96939877066f 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -58,7 +58,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog') AND v.schemaname IN ('public')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -74,7 +74,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog') AND pg_namespace.nspname IN ('public')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -162,7 +162,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog') AND ns.nspname IN ('public')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -211,7 +211,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog') AND this_schema.nspname IN ('public')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -230,11 +230,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog') AND n.nspname IN ('public')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -244,19 +244,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.TestApiImplemented(PostgreSQL.14).sql b/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.TestApiImplemented(PostgreSQL.14).sql
index 3a1ed9bfff4a..4fcb298b7022 100644
--- a/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.TestApiImplemented(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/SchemaProvider/SchemaProviderTests/Tests.SchemaProvider.SchemaProviderTests.TestApiImplemented(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/UserTests/AssociationTests/Tests.UserTests.AssociationTests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/AssociationTests/Tests.UserTests.AssociationTests.Test(PostgreSQL.14).sql
index 85de0e299371..85a2f20c359f 100644
--- a/PostgreSQL.14/Tests/UserTests/AssociationTests/Tests.UserTests.AssociationTests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/AssociationTests/Tests.UserTests.AssociationTests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
d."DisTypeID"
diff --git a/PostgreSQL.14/Tests/UserTests/CompareNullableCharTests/Tests.UserTests.CompareNullableCharTests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/CompareNullableCharTests/Tests.UserTests.CompareNullableCharTests.Test(PostgreSQL.14).sql
index 2e629f35e60e..abaad195a596 100644
--- a/PostgreSQL.14/Tests/UserTests/CompareNullableCharTests/Tests.UserTests.CompareNullableCharTests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/CompareNullableCharTests/Tests.UserTests.CompareNullableCharTests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_1."Field1",
diff --git a/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.Test(PostgreSQL.14).sql
index 961c326fb07b..55efdd98cf8f 100644
--- a/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Varchar(3) -- String
SET @FirstName = '123'
DECLARE @LastName Text(3) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
@@ -41,7 +41,7 @@ WHERE
t."PersonID" = :id
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumConverter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumConverter(PostgreSQL.14).sql
index b0dd71c40c5c..e6566a2c6406 100644
--- a/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumConverter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumConverter(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Varchar(3) -- String
SET @FirstName = '123'
DECLARE @LastName Text(3) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType1(PostgreSQL.14).sql
index c84a8d8a3764..fa9b65769694 100644
--- a/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Varchar(3) -- String
SET @FirstName = '123'
DECLARE @LastName Text(3) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType2(PostgreSQL.14).sql
index c84a8d8a3764..fa9b65769694 100644
--- a/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/ConverterInsertTests/Tests.UserTests.ConverterInsertTests.TestEnumDefaultType2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Varchar(3) -- String
SET @FirstName = '123'
DECLARE @LastName Text(3) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/UserTests/GroupBySubqueryTests/Tests.UserTests.GroupBySubqueryTests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/GroupBySubqueryTests/Tests.UserTests.GroupBySubqueryTests.Test(PostgreSQL.14).sql
index f3bb77d69261..81643411c63f 100644
--- a/PostgreSQL.14/Tests/UserTests/GroupBySubqueryTests/Tests.UserTests.GroupBySubqueryTests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/GroupBySubqueryTests/Tests.UserTests.GroupBySubqueryTests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT DISTINCT
"a_Ref4"."Field6",
@@ -14,7 +14,7 @@ FROM
WHERE
t1."Field3" IS NOT NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
g_2."Field6",
diff --git a/PostgreSQL.14/Tests/UserTests/IndexOutOfRangeInUnions/Tests.UserTests.IndexOutOfRangeInUnions.ErrorInUinon(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/IndexOutOfRangeInUnions/Tests.UserTests.IndexOutOfRangeInUnions.ErrorInUinon(PostgreSQL.14).sql
index 529e8fb7e8ce..b6646aa478e5 100644
--- a/PostgreSQL.14/Tests/UserTests/IndexOutOfRangeInUnions/Tests.UserTests.IndexOutOfRangeInUnions.ErrorInUinon(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/IndexOutOfRangeInUnions/Tests.UserTests.IndexOutOfRangeInUnions.ErrorInUinon(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"doSap"."DocEntry",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test1(PostgreSQL.14).sql
index 2c167b175f94..d3f85ba26354 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
@@ -21,14 +21,14 @@ SELECT
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Parent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x_1."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test2(PostgreSQL.14).sql
index 1527f088863a..019f138507f0 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue0082Tests/Tests.UserTests.Issue0082Tests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
o."ParentID",
@@ -21,14 +21,14 @@ SELECT
FROM
"Parent" o
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Parent" o
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestConstructor(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestConstructor(PostgreSQL.14).sql
index 594e9aeea653..ee783f08dbd3 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestConstructor(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestConstructor(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestFactory(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestFactory(PostgreSQL.14).sql
index 594e9aeea653..ee783f08dbd3 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestFactory(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue0266Tests/Tests.UserTests.Issue0266Tests.TestFactory(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestConstructor(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestConstructor(PostgreSQL.14).sql
index 96996b525d1e..60d72f596db3 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestConstructor(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestConstructor(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestFactory(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestFactory(PostgreSQL.14).sql
index 96996b525d1e..60d72f596db3 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestFactory(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue0420Tests/Tests.UserTests.Issue0420Tests.TestFactory(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test(PostgreSQL.14).sql
index c921d1524faa..386f8cd03973 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @TargetName Text(12) -- String
@@ -15,7 +15,7 @@ VALUES
:TargetName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @TargetName Text(4) -- String
@@ -32,7 +32,7 @@ VALUES
:TargetName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @TaskId Integer -- Int32
@@ -53,7 +53,7 @@ VALUES
:Actual
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test2(PostgreSQL.14).sql
index 3770672ebc92..8efcb4cb0f6e 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1057Tests/Tests.UserTests.Issue1057Tests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @TargetName Text(12) -- String
@@ -15,7 +15,7 @@ VALUES
:TargetName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @TargetName Text(4) -- String
@@ -32,7 +32,7 @@ VALUES
:TargetName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @TaskId Integer -- Int32
@@ -53,7 +53,7 @@ VALUES
:Actual
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
@@ -65,7 +65,7 @@ FROM
WHERE
p."TargetName" = 'bda.Requests'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."TargetName",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestInstantiation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestInstantiation(PostgreSQL.14).sql
index 1d4ee5f2a841..cff5840cbe29 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestInstantiation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestInstantiation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
k_1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleConstructorWithDefaultConstructor(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleConstructorWithDefaultConstructor(PostgreSQL.14).sql
index 4e759eeaaf72..739c029b2439 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleConstructorWithDefaultConstructor(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleConstructorWithDefaultConstructor(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
k_1."StatusBitmask" & 128,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleFactoryWithDefaultConstructor(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleFactoryWithDefaultConstructor(PostgreSQL.14).sql
index 4e759eeaaf72..739c029b2439 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleFactoryWithDefaultConstructor(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1084Tests/Tests.UserTests.Issue1084Tests.TestTupleFactoryWithDefaultConstructor(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
k_1."StatusBitmask" & 128,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1099Tests/Tests.UserTests.Issue1099Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1099Tests/Tests.UserTests.Issue1099Tests.Test(PostgreSQL.14).sql
index 37e522ed0e2a..9d915fd15a2c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1099Tests/Tests.UserTests.Issue1099Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1099Tests/Tests.UserTests.Issue1099Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 3
DECLARE @DurationID Integer -- Int32
@@ -23,7 +23,7 @@ VALUES
:PersonID
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @personId Integer -- Int32
SET @personId = 1
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1107Tests/Tests.UserTests.Issue1107Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1107Tests/Tests.UserTests.Issue1107Tests.Test(PostgreSQL.14).sql
index d691ef5c56a8..b9bd0ea31be9 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1107Tests/Tests.UserTests.Issue1107Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1107Tests/Tests.UserTests.Issue1107Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1107TB"
(
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1110Tests/Tests.UserTests.Issue1110Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1110Tests/Tests.UserTests.Issue1110Tests.Test(PostgreSQL.14).sql
index 1070310c1cbf..de2b733d7be4 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1110Tests/Tests.UserTests.Issue1110Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1110Tests/Tests.UserTests.Issue1110Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 10
DECLARE @TimeStamp Timestamp -- DateTime2
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestAttribute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestAttribute(PostgreSQL.14).sql
index 55c53f45b890..abb271446250 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestAttribute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestAttribute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestFluent(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestFluent(PostgreSQL.14).sql
index 55c53f45b890..abb271446250 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestFluent(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1128Tests/Tests.UserTests.Issue1128Tests.TestFluent(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1222Tests/Tests.UserTests.Issue1222Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1222Tests/Tests.UserTests.Issue1222Tests.Test(PostgreSQL.14).sql
index b3cf886128b1..ca2051b3be7c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1222Tests/Tests.UserTests.Issue1222Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1222Tests/Tests.UserTests.Issue1222Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @parentId Integer -- Int32
SET @parentId = 111
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1225Tests/Tests.UserTests.Issue1225Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1225Tests/Tests.UserTests.Issue1225Tests.Test(PostgreSQL.14).sql
index 136a002c56a8..94a6ea2f1fb6 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1225Tests/Tests.UserTests.Issue1225Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1225Tests/Tests.UserTests.Issue1225Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
@@ -11,7 +11,7 @@ VALUES
:Id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
@@ -24,7 +24,7 @@ VALUES
:Id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @TaskId Integer -- Int32
@@ -45,7 +45,7 @@ VALUES
:Actual
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
'Id',
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1261Tests/Tests.UserTests.Issue1261Tests.TestLinqAll(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1261Tests/Tests.UserTests.Issue1261Tests.TestLinqAll(PostgreSQL.14).sql
index a62770f70740..32049e9afa6a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1261Tests/Tests.UserTests.Issue1261Tests.TestLinqAll(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1261Tests/Tests.UserTests.Issue1261Tests.TestLinqAll(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NOT EXISTS(
@@ -10,7 +10,7 @@ SELECT
x."ParentID" = 1 AND NOT (x."ChildID" = 11 AND x."ChildID" IS NOT NULL AND x."GrandChildID" = 777 AND x."GrandChildID" IS NOT NULL)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NOT EXISTS(
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1279Tests/Tests.UserTests.Issue1279Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1279Tests/Tests.UserTests.Issue1279Tests.Test(PostgreSQL.14).sql
index 18024da09911..7c42afba00a7 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1279Tests/Tests.UserTests.Issue1279Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1279Tests/Tests.UserTests.Issue1279Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @CharFld Char -- String
SET @CharFld = 'P'
@@ -11,7 +11,7 @@ VALUES
:CharFld
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteExpressionIsNotATable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteExpressionIsNotATable(PostgreSQL.14).sql
index b4ce0ae28e9e..c2215c6609c1 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteExpressionIsNotATable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteExpressionIsNotATable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
@@ -30,7 +30,7 @@ FROM
WHERE
x."entry_ID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMapping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMapping(PostgreSQL.14).sql
index dcf64e70ed02..1e2d8128d7d6 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMapping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMapping(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
@@ -32,7 +32,7 @@ FROM
"CTE_1" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
person_1."FirstName",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMappingUnion(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMappingUnion(PostgreSQL.14).sql
index b00be3042e7a..7b4ed10d2cb9 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMappingUnion(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteInvalidMappingUnion(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1"
(
@@ -54,7 +54,7 @@ FROM
"CTE_1" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteNoFieldList(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteNoFieldList(PostgreSQL.14).sql
index 83caecdf08ae..54ebc5fb111d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteNoFieldList(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteNoFieldList(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH cte
(
@@ -28,7 +28,7 @@ SELECT
FROM
cte t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."FirstName",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteReservedWords(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteReservedWords(PostgreSQL.14).sql
index 6750e9c390a8..b8976a16f38a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteReservedWords(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1284Tests/Tests.UserTests.Issue1284Tests.TestCteReservedWords(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH "CTE_1" ("Obj_Operator")
AS
@@ -14,7 +14,7 @@ FROM
"CTE_1" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
person_1."LastName"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestChar(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestChar(PostgreSQL.14).sql
index 7f18892ff810..71a585673cc8 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestChar(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestChar(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."charDataType"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestNullableChar(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestNullableChar(PostgreSQL.14).sql
index 7f18892ff810..71a585673cc8 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestNullableChar(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1287Tests/Tests.UserTests.Issue1287Tests.TestNullableChar(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."charDataType"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test(PostgreSQL.14).sql
index a65a70bb1b29..9346ddd640d2 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 1
DECLARE @asdfgh Text(4) -- String
@@ -15,7 +15,7 @@ VALUES
:asdfgh
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 100500
DECLARE @asdfgh Text(9) -- String
@@ -32,7 +32,7 @@ VALUES
:asdfgh
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ref1 Bigint -- Int64
SET @ref1 = 100500
DECLARE @y1_q1_ref1 Bigint -- Int64
@@ -49,7 +49,7 @@ VALUES
:y1_q1_ref1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ref1 Bigint -- Int64
SET @ref1 = 1
DECLARE @y1_q1_ref1 Bigint -- Int64
@@ -66,7 +66,7 @@ VALUES
:y1_q1_ref1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ref1 Bigint -- Int64
SET @ref1 = 100500
DECLARE @y1_q1_ref1 Bigint -- Int64
@@ -83,7 +83,7 @@ VALUES
:y1_q1_ref1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test1(PostgreSQL.14).sql
index a7ff0edae6bd..8aa682350903 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1298Tests/Tests.UserTests.Issue1298Tests.Issue1298Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 1
DECLARE @asdfgh Text(4) -- String
@@ -15,7 +15,7 @@ VALUES
:asdfgh
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Bigint -- Int64
SET @Id = 100500
DECLARE @asdfgh Text(9) -- String
@@ -32,7 +32,7 @@ VALUES
:asdfgh
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ref1 Bigint -- Int64
SET @ref1 = 100500
DECLARE @y1_q1_ref1 Bigint -- Int64
@@ -49,7 +49,7 @@ VALUES
:y1_q1_ref1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ref1 Bigint -- Int64
SET @ref1 = 1
DECLARE @y1_q1_ref1 Bigint -- Int64
@@ -66,7 +66,7 @@ VALUES
:y1_q1_ref1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ref1 Bigint -- Int64
SET @ref1 = 100500
DECLARE @y1_q1_ref1 Bigint -- Int64
@@ -83,7 +83,7 @@ VALUES
:y1_q1_ref1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 2
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.14,False).sql
index 4dea6258ff87..9bd2e031030f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1303"
(
@@ -13,7 +13,7 @@ VALUES
E'\\x0405'::bytea
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -25,7 +25,7 @@ WHERE
t1."ID" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -37,7 +37,7 @@ WHERE
t1."Array" = E'\\x010203'::bytea
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.14,True).sql
index 4dea6258ff87..9bd2e031030f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1303Tests/Tests.UserTests.Issue1303Tests.TestBinary(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1303"
(
@@ -13,7 +13,7 @@ VALUES
E'\\x0405'::bytea
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -25,7 +25,7 @@ WHERE
t1."ID" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -37,7 +37,7 @@ WHERE
t1."Array" = E'\\x010203'::bytea
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestAttributeMapping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestAttributeMapping(PostgreSQL.14).sql
index 3a1ed9bfff4a..4fcb298b7022 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestAttributeMapping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestAttributeMapping(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestFluentMapping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestFluentMapping(PostgreSQL.14).sql
index 3a1ed9bfff4a..4fcb298b7022 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestFluentMapping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1305Tests/Tests.UserTests.Issue1305Tests.TestFluentMapping(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -50,7 +50,7 @@ SHOW server_version_num
FROM pg_matviews v
WHERE v.schemaname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database() || '.' || pg_namespace.nspname || '.' || pg_class.relname as TableID,
@@ -66,7 +66,7 @@ SHOW server_version_num
pg_constraint.contype = 'p'
AND pg_namespace.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT columns.TableID,
@@ -154,7 +154,7 @@ SHOW server_version_num
AND ns.nspname NOT IN ('information_schema', 'pg_catalog')
) columns;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
@@ -203,7 +203,7 @@ SHOW server_version_num
pg_constraint.contype = 'f'
AND this_schema.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -222,11 +222,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -236,19 +236,19 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1313Tests/Tests.UserTests.Issue1313Tests.TestQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1313Tests/Tests.UserTests.Issue1313Tests.TestQuery(PostgreSQL.14).sql
index 6b4b4b546b4b..2fc3cd0ae42d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1313Tests/Tests.UserTests.Issue1313Tests.TestQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1313Tests/Tests.UserTests.Issue1313Tests.TestQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "ValueItem"
(
@@ -9,7 +9,7 @@ VALUES
123
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
row_1."Value"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ComplexNavigation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ComplexNavigation(PostgreSQL.14).sql
index 77cb22bd93be..85de0594746e 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ComplexNavigation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ComplexNavigation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
@@ -11,7 +11,7 @@ VALUES
:ID
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 5
@@ -23,7 +23,7 @@ WHERE
t1."ID" = :p
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Linq(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Linq(PostgreSQL.14).sql
index bad85ae53b63..ffbd8c6cc64d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Linq(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Linq(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
@@ -11,7 +11,7 @@ VALUES
:ID
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Method(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Method(PostgreSQL.14).sql
index 4fc6f6be9d65..7316908c711b 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Method(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_Method(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
@@ -11,7 +11,7 @@ VALUES
:ID
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_MethodWithProperty(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_MethodWithProperty(PostgreSQL.14).sql
index f5dd6ae03179..8a42c39c9322 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_MethodWithProperty(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_MethodWithProperty(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
@@ -11,7 +11,7 @@ VALUES
:ID
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Item1 Integer -- Int32
SET @Item1 = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ObjectNavigation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ObjectNavigation(PostgreSQL.14).sql
index 3d7db2c6ac25..ac7832901e6e 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ObjectNavigation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1316Tests/Tests.UserTests.Issue1316Tests.Test_ObjectNavigation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
@@ -11,7 +11,7 @@ VALUES
:ID
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1351Tests/Tests.UserTests.Issue1351Tests.TestSByteQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1351Tests/Tests.UserTests.Issue1351Tests.TestSByteQuery(PostgreSQL.14).sql
index 33e6061d467e..64331c66a220 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1351Tests/Tests.UserTests.Issue1351Tests.TestSByteQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1351Tests/Tests.UserTests.Issue1351Tests.TestSByteQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -9,7 +9,7 @@ FROM
WHERE
t1."TestField" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1363Tests/Tests.UserTests.Issue1363Tests.TestInsert(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1363Tests/Tests.UserTests.Issue1363Tests.TestInsert(PostgreSQL.14).sql
index 73710b722c44..3a8080c397a0 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1363Tests/Tests.UserTests.Issue1363Tests.TestInsert(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1363Tests/Tests.UserTests.Issue1363Tests.TestInsert(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Uuid -- Guid
SET @id = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
@@ -20,7 +20,7 @@ VALUES
)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Uuid -- Guid
SET @id = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
DECLARE @testId Uuid -- Guid
@@ -44,7 +44,7 @@ VALUES
)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id2 Uuid -- Guid
SET @id2 = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test1(PostgreSQL.14).sql
index c9a4ac62eb1e..b12e20b14a38 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Field1 Varchar -- String
@@ -15,7 +15,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Field1 Varchar -- String
@@ -32,7 +32,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Field1 Varchar(4) -- String
@@ -49,7 +49,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test2(PostgreSQL.14).sql
index c9a4ac62eb1e..b12e20b14a38 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Field1 Varchar -- String
@@ -15,7 +15,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Field1 Varchar -- String
@@ -32,7 +32,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Field1 Varchar(4) -- String
@@ -49,7 +49,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test3(PostgreSQL.14).sql
index c9a4ac62eb1e..b12e20b14a38 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Field1 Varchar -- String
@@ -15,7 +15,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Field1 Varchar -- String
@@ -32,7 +32,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Field1 Varchar(4) -- String
@@ -49,7 +49,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr1(PostgreSQL.14).sql
index 04e2f288e926..d215b5138340 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1373Tests"
(
@@ -11,7 +11,7 @@ VALUES
NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1373Tests"
(
@@ -24,7 +24,7 @@ VALUES
NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1373Tests"
(
@@ -37,7 +37,7 @@ VALUES
'test'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr2(PostgreSQL.14).sql
index c52e4b82d87f..b911b8b9eadd 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Field1 Varchar -- String
SET @Field1 = NULL
@@ -13,7 +13,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Field1 Varchar -- String
SET @Field1 = NULL
@@ -28,7 +28,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Field1 Varchar(4) -- String
SET @Field1 = 'test'
@@ -43,7 +43,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr3(PostgreSQL.14).sql
index c52e4b82d87f..b911b8b9eadd 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1373Tests/Tests.UserTests.Issue1373Tests.TestExpr3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Field1 Varchar -- String
SET @Field1 = NULL
@@ -13,7 +13,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Field1 Varchar -- String
SET @Field1 = NULL
@@ -28,7 +28,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Field1 Varchar(4) -- String
SET @Field1 = 'test'
@@ -43,7 +43,7 @@ VALUES
:Field1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTest(PostgreSQL.14).sql
index 7df9e41c8914..b97733f4f88e 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -21,7 +21,7 @@ FROM
t."ParentID" = 2
) id_1 ON id_1."ParentID" = m_1."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTestChain(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTestChain(PostgreSQL.14).sql
index dee70e91fcaa..e3d475c83ece 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTestChain(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1397Tests/Tests.UserTests.Issue1397Tests.ConcatJoinTestChain(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -21,7 +21,7 @@ FROM
t."ParentID" = 2
) t1 ON m_1."ParentID" = t1."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test1(PostgreSQL.14).sql
index f27801bc1e8e..0089457c4864 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1403Tests_1"
(
@@ -11,7 +11,7 @@ VALUES
'New event'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.event_id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test2(PostgreSQL.14).sql
index 86209bdbfa32..91171719b7df 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1403Tests_2"
(
@@ -11,7 +11,7 @@ VALUES
'New event'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.event_id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test3(PostgreSQL.14).sql
index 2049fc378e27..51ff747bd680 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1403Tests/Tests.UserTests.Issue1403Tests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue1403Tests_3"
(
@@ -11,7 +11,7 @@ VALUES
'New event'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.event_id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1438Tests/Tests.UserTests.Issue1438Tests.GeneralTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1438Tests/Tests.UserTests.Issue1438Tests.GeneralTest(PostgreSQL.14).sql
index 4a3d0d912e3b..0e1d23785a00 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1438Tests/Tests.UserTests.Issue1438Tests.GeneralTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1438Tests/Tests.UserTests.Issue1438Tests.GeneralTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Has Boolean
SET @Has = True
@@ -13,7 +13,7 @@ VALUES
RETURNING
"Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1441Tests/Tests.UserTests.Issue1441Tests.SampleSelectTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1441Tests/Tests.UserTests.Issue1441Tests.SampleSelectTest2(PostgreSQL.14).sql
index 88a42dca2c4c..b6ef2c3cb4b3 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1441Tests/Tests.UserTests.Issue1441Tests.SampleSelectTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1441Tests/Tests.UserTests.Issue1441Tests.SampleSelectTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
author."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestConnectionStringCopy(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestConnectionStringCopy(PostgreSQL.14).sql
index 500ff0ee2b20..0ed715c11a7d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestConnectionStringCopy(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestConnectionStringCopy(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestFactory(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestFactory(PostgreSQL.14).sql
index 500ff0ee2b20..0ed715c11a7d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestFactory(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1486Tests/Tests.UserTests.Issue1486Tests.TestFactory(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -15,7 +15,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByExpression(PostgreSQL.14).sql
index ac470331d614..372783332999 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
) m_1
INNER JOIN "Message" d ON m_1."Id" = d."TopicId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByKey(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByKey(PostgreSQL.14).sql
index ac470331d614..372783332999 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByKey(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByKey(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
) m_1
INNER JOIN "Message" d ON m_1."Id" = d."TopicId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByQuery(PostgreSQL.14).sql
index 09bb72767d0e..b1243cf2fcf6 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestAttributesByQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
) m_1
INNER JOIN "Message" d ON d."TopicId" = m_1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByExpression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByExpression(PostgreSQL.14).sql
index ac470331d614..372783332999 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByExpression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByExpression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
) m_1
INNER JOIN "Message" d ON m_1."Id" = d."TopicId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByKeys(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByKeys(PostgreSQL.14).sql
index ac470331d614..372783332999 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByKeys(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByKeys(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -36,7 +36,7 @@ FROM
) m_1
INNER JOIN "Message" d ON m_1."Id" = d."TopicId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQuery(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQuery(PostgreSQL.14).sql
index f2a29849911e..c2eec9b5036a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQuery(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQuery(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 60
DECLARE @TopicId Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Text
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 61
DECLARE @TopicId Integer -- Int32
@@ -61,7 +61,7 @@ VALUES
:Text
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -78,7 +78,7 @@ FROM
) m_1
INNER JOIN "Message" d ON d."TopicId" = m_1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQueryWithKeys(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQueryWithKeys(PostgreSQL.14).sql
index f2a29849911e..c2eec9b5036a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQueryWithKeys(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1498Tests/Tests.UserTests.Issue1498Tests.TestFluentAssociationByQueryWithKeys(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Title Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Text
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 60
DECLARE @TopicId Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Text
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 61
DECLARE @TopicId Integer -- Int32
@@ -61,7 +61,7 @@ VALUES
:Text
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -78,7 +78,7 @@ FROM
) m_1
INNER JOIN "Message" d ON d."TopicId" = m_1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1549Tests/Tests.UserTests.Issue1549Tests.UpdateTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1549Tests/Tests.UserTests.Issue1549Tests.UpdateTest(PostgreSQL.14).sql
index 4f939f8c1e55..39ccfc1e6fab 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1549Tests/Tests.UserTests.Issue1549Tests.UpdateTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1549Tests/Tests.UserTests.Issue1549Tests.UpdateTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"billing_TempReading"
@@ -11,7 +11,7 @@ WHERE
drt."Name" = "billing_TempReading"."ReadingTypeName" AND
drt."DevTypeId" = "billing_TempReading"."Devtypeid"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"billing_TempReading"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert1(PostgreSQL.14).sql
index f77dc813e854..de26bb294617 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert2(PostgreSQL.14).sql
index a492d7848792..be9e15a8f604 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert3(PostgreSQL.14).sql
index f77dc813e854..de26bb294617 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert4(PostgreSQL.14).sql
index f77dc813e854..de26bb294617 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert6(PostgreSQL.14).sql
index f77dc813e854..de26bb294617 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentInsert6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate1(PostgreSQL.14).sql
index ac4ebeb9b313..5c6e48afc806 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554FluentTable"."Id" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate2(PostgreSQL.14).sql
index ac4ebeb9b313..5c6e48afc806 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554FluentTable"."Id" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate3(PostgreSQL.14).sql
index ac4ebeb9b313..5c6e48afc806 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554FluentTable"."Id" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate4(PostgreSQL.14).sql
index ac4ebeb9b313..5c6e48afc806 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554FluentTable"."Id" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate5(PostgreSQL.14).sql
index ac4ebeb9b313..5c6e48afc806 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestFluentUpdate5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554FluentTable"."Id" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert1(PostgreSQL.14).sql
index 346d6aab4a3a..8024032e3592 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert2(PostgreSQL.14).sql
index 346d6aab4a3a..8024032e3592 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert3(PostgreSQL.14).sql
index 346d6aab4a3a..8024032e3592 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert4(PostgreSQL.14).sql
index 346d6aab4a3a..8024032e3592 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert5(PostgreSQL.14).sql
index 346d6aab4a3a..8024032e3592 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestInsert5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(2) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate1(PostgreSQL.14).sql
index 3de4d3e5811f..50b3d5b1a3ef 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554Table"."Id" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate2(PostgreSQL.14).sql
index 3de4d3e5811f..50b3d5b1a3ef 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554Table"."Id" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate3(PostgreSQL.14).sql
index 3de4d3e5811f..50b3d5b1a3ef 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554Table"."Id" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate4(PostgreSQL.14).sql
index 3de4d3e5811f..50b3d5b1a3ef 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554Table"."Id" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate5(PostgreSQL.14).sql
index 3de4d3e5811f..50b3d5b1a3ef 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1554Tests/Tests.UserTests.Issue1554Tests.TestUpdate5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 0
DECLARE @ClaimedKeyType Text(3) -- String
@@ -19,7 +19,7 @@ VALUES
:ClaimedKeyTypeN
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ClaimedKeyType Text(2) -- String
SET @ClaimedKeyType = 'EC'
DECLARE @ClaimedKeyTypeN Text(2) -- String
@@ -33,7 +33,7 @@ SET
WHERE
"Issue1554Table"."Id" = 0
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1556Tests/Tests.UserTests.Issue1556Tests.Issue1556Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1556Tests/Tests.UserTests.Issue1556Tests.Issue1556Test(PostgreSQL.14).sql
index 6f57820e81e2..86cc71d89843 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1556Tests/Tests.UserTests.Issue1556Tests.Issue1556Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1556Tests/Tests.UserTests.Issue1556Tests.Issue1556Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
@@ -17,7 +17,7 @@ FROM
y."ParentID" = p."ParentID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1564Tests/Tests.UserTests.Issue1564Tests.CteTest1564(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1564Tests/Tests.UserTests.Issue1564Tests.CteTest1564(PostgreSQL.14).sql
index 33c20fe0a1d0..1fcf22d8b18f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1564Tests/Tests.UserTests.Issue1564Tests.CteTest1564(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1564Tests/Tests.UserTests.Issue1564Tests.CteTest1564(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE "categoryHierarchy"
(
@@ -38,7 +38,7 @@ SELECT
FROM
"categoryHierarchy" t2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
WITH RECURSIVE "categoryHierarchy"
(
diff --git a/PostgreSQL.14/Tests/UserTests/Issue1700Tests/Tests.UserTests.Issue1700Tests.TestOuterApplySubFunction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue1700Tests/Tests.UserTests.Issue1700Tests.TestOuterApplySubFunction(PostgreSQL.14).sql
index a5d2b5bc0d0e..745ae884040c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue1700Tests/Tests.UserTests.Issue1700Tests.TestOuterApplySubFunction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue1700Tests/Tests.UserTests.Issue1700Tests.TestOuterApplySubFunction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @groupId Integer -- Int32
SET @groupId = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue175Tests/Tests.UserTests.Issue175Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue175Tests/Tests.UserTests.Issue175Tests.Test(PostgreSQL.14).sql
index 3cdb7a431a45..62cbd0d133d8 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue175Tests/Tests.UserTests.Issue175Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue175Tests/Tests.UserTests.Issue175Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue192Tests/Tests.UserTests.Issue192Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue192Tests/Tests.UserTests.Issue192Tests.Test(PostgreSQL.14).sql
index b0f5135928f8..d99ffbc46ed0 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue192Tests/Tests.UserTests.Issue192Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue192Tests/Tests.UserTests.Issue192Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(11) -- String
@@ -23,7 +23,7 @@ VALUES
:GuidValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(8) -- String
@@ -48,7 +48,7 @@ VALUES
:GuidValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -57,7 +57,7 @@ FROM
WHERE
t1."BoolValue" = 'N'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -66,7 +66,7 @@ FROM
WHERE
t1."BoolValue" = 'Y'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @cond Varchar(36) -- String
SET @cond = 'a948600d-de21-4f74-8ac2-9516b287076e'
@@ -77,7 +77,7 @@ FROM
WHERE
t1."GuidValue" = :cond
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -90,7 +90,7 @@ WHERE
t1."BoolValue" = 'N'
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -103,7 +103,7 @@ WHERE
t1."BoolValue" = 'Y'
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -116,7 +116,7 @@ WHERE
t1."BoolValue" = 'N'
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -129,7 +129,7 @@ WHERE
t1."BoolValue" = 'Y'
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -142,7 +142,7 @@ WHERE
t1."BoolValue" = 'N'
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -155,7 +155,7 @@ WHERE
t1."BoolValue" = 'Y'
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -168,7 +168,7 @@ WHERE
t1."BoolValue" = 'N'
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -181,7 +181,7 @@ WHERE
t1."BoolValue" = 'Y'
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -194,7 +194,7 @@ WHERE
t1."BoolValue" = 'N'
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -207,7 +207,7 @@ WHERE
t1."BoolValue" = 'Y'
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @GuidValue Varchar(36) -- String
SET @GuidValue = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'
@@ -222,7 +222,7 @@ WHERE
t1."GuidValue" = :GuidValue
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @GuidValue Varchar(36) -- String
SET @GuidValue = 'a948600d-de21-4f74-8ac2-9516b287076e'
diff --git a/PostgreSQL.14/Tests/UserTests/Issue228Tests/Tests.UserTests.Issue228Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue228Tests/Tests.UserTests.Issue228Tests.Test(PostgreSQL.14).sql
index 4b13f219ba5c..53f66e98357d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue228Tests/Tests.UserTests.Issue228Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue228Tests/Tests.UserTests.Issue228Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2372Tests/Tests.UserTests.Issue2372Tests.Issue2372Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2372Tests/Tests.UserTests.Issue2372Tests.Issue2372Test(PostgreSQL.14).sql
index 03fb5a43300d..96ba4918deb1 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2372Tests/Tests.UserTests.Issue2372Tests.Issue2372Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2372Tests/Tests.UserTests.Issue2372Tests.Issue2372Test(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "InventoryResource"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Uuid -- Guid
SET @Id = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
DECLARE @Status Text(4) -- String
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2375Tests/Tests.UserTests.Issue2375Tests.Issue2375Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2375Tests/Tests.UserTests.Issue2375Tests.Issue2375Test(PostgreSQL.14).sql
index 3c10bb200f8a..d86f93cd996f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2375Tests/Tests.UserTests.Issue2375Tests.Issue2375Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2375Tests/Tests.UserTests.Issue2375Tests.Issue2375Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Uuid -- Guid
SET @Id = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
DECLARE @ResourceLabel Text(1) -- String
@@ -15,7 +15,7 @@ VALUES
:ResourceLabel
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Uuid -- Guid
SET @Id = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
DECLARE @Status Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:ModifiedTimeStamp
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Uuid -- Guid
SET @Id = 'bd3973a5-4323-4dd8-9f4f-df9f93e2a627'::uuid
DECLARE @Status Integer -- Int32
@@ -65,7 +65,7 @@ VALUES
:ModifiedTimeStamp
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Status",
@@ -98,7 +98,7 @@ FROM
INNER JOIN "WmsLoadCarrierDTO" lc_1 ON d."ResourceID" = lc_1."Id"
ON m_1."Status" = d."Status" AND (m_1."ResourceLabel" = lc_1."ResourceLabel" OR m_1."ResourceLabel" IS NULL AND lc_1."ResourceLabel" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
grp."Status",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2461Tests/Tests.UserTests.Issue2461Tests.AssociationConcat(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2461Tests/Tests.UserTests.Issue2461Tests.AssociationConcat(PostgreSQL.14).sql
index 6b2dfe7c726b..30c6fd711b32 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2461Tests/Tests.UserTests.Issue2461Tests.AssociationConcat(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2461Tests/Tests.UserTests.Issue2461Tests.AssociationConcat(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
i_1."ReceiptNo",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2596Tests/Tests.UserTests.Issue2596Tests.TestLoadWithInfiniteLoop(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2596Tests/Tests.UserTests.Issue2596Tests.TestLoadWithInfiniteLoop(PostgreSQL.14).sql
index 68a64df0dfcf..40d40a6d7e40 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2596Tests/Tests.UserTests.Issue2596Tests.TestLoadWithInfiniteLoop(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2596Tests/Tests.UserTests.Issue2596Tests.TestLoadWithInfiniteLoop(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -25,7 +25,7 @@ FROM
LEFT JOIN "ProductUnit" "a_ProductUnit" ON d."ProductUnitId" = "a_ProductUnit"."Id"
LEFT JOIN "Product" "a_Product" ON d."ProductId" = "a_Product"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -49,7 +49,7 @@ FROM
INNER JOIN "InvoiceTaxLine" d ON m_1."Id" = d."InvoiceId"
INNER JOIN "AccountTax" "a_Tax" ON d."TaxId" = "a_Tax"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -70,7 +70,7 @@ FROM
) m_1
INNER JOIN "CustomInvoiceLine" d ON m_1."Id" = d."CustomInvoiceId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -97,7 +97,7 @@ FROM
LEFT JOIN "MeasureSource" "a_Source" ON d."MeasuresSourceId" = "a_Source"."Id"
LEFT JOIN "MeasureSource" "a_PreviousSource" ON d."PreviousSourceId" = "a_PreviousSource"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -118,7 +118,7 @@ FROM
) m_1
INNER JOIN "TypeBMeasures" d ON m_1."Id" = d."CustomInvoiceId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
f."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcat(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcat(PostgreSQL.14).sql
index 07fa95573b83..e458e6ae6378 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcat(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcat(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."FirstName",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcatModifier(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcatModifier(PostgreSQL.14).sql
index dcdfa3e76d56..43945f1b3c88 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcatModifier(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByConcatModifier(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExcept(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExcept(PostgreSQL.14).sql
index 52712aac26a9..96686d3660bb 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExcept(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExcept(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExceptModifier(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExceptModifier(PostgreSQL.14).sql
index 1c43b80181b3..8e4984d7d831 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExceptModifier(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByExceptModifier(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnion(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnion(PostgreSQL.14).sql
index d19c78239b97..c66c61fec15e 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnion(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnion(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnionModifier(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnionModifier(PostgreSQL.14).sql
index 55056f9ae5df..69d542292125 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnionModifier(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2619Tests/Tests.UserTests.Issue2619Tests.OrderByUnionModifier(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2665Tests/Tests.UserTests.Issue2665Tests.IssueTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2665Tests/Tests.UserTests.Issue2665Tests.IssueTest(PostgreSQL.14).sql
index 9a6896c71037..01f5278ff37d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2665Tests/Tests.UserTests.Issue2665Tests.IssueTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2665Tests/Tests.UserTests.Issue2665Tests.IssueTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pa."Id"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinct(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinct(PostgreSQL.14).sql
index 5e8ef420b0c0..da5a4d8597fa 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinct(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinct(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pat."PersonID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinctSkip(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinctSkip(PostgreSQL.14).sql
index e124d3bd97bf..858452bf8cf5 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinctSkip(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestDistinctSkip(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pat."PersonID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkip(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkip(PostgreSQL.14).sql
index 4332479f92e7..712bf33c0e3f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkip(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkip(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pat."PersonID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkipDistinct(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkipDistinct(PostgreSQL.14).sql
index 7d575e8da873..7854bfd468db 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkipDistinct(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestSkipDistinct(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pat."PersonID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestTake(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestTake(PostgreSQL.14).sql
index 426094401379..5f1e5fa52eb4 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestTake(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue269Tests/Tests.UserTests.Issue269Tests.TestTake(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
pat."PersonID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test1(PostgreSQL.14).sql
index 4c7cdbf3f35a..94a3d329a801 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test2(PostgreSQL.14).sql
index baf1ac539ecd..f2f5e6a590b9 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test3(PostgreSQL.14).sql
index bc7390e35d61..9325651c57b8 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue273Tests/Tests.UserTests.Issue273Tests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2743Tests/Tests.UserTests.Issue2743Tests.IssueTestInsertViaSelect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2743Tests/Tests.UserTests.Issue2743Tests.IssueTestInsertViaSelect(PostgreSQL.14).sql
index 2e6af553d3df..dd02a865ac2f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2743Tests/Tests.UserTests.Issue2743Tests.IssueTestInsertViaSelect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2743Tests/Tests.UserTests.Issue2743Tests.IssueTestInsertViaSelect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "MessageEventDTOTb2"
(
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2769Tests/Tests.UserTests.Issue2769Tests.ObjectInListTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2769Tests/Tests.UserTests.Issue2769Tests.ObjectInListTest(PostgreSQL.14).sql
index 16431d18db88..d618aa9dd3e3 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2769Tests/Tests.UserTests.Issue2769Tests.ObjectInListTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2769Tests/Tests.UserTests.Issue2769Tests.ObjectInListTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
a_1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2800Tests/Tests.UserTests.Issue2800Tests.TestExpressionMethod(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2800Tests/Tests.UserTests.Issue2800Tests.TestExpressionMethod(PostgreSQL.14).sql
index b39ce2770b01..cd8cffa5fcdb 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2800Tests/Tests.UserTests.Issue2800Tests.TestExpressionMethod(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2800Tests/Tests.UserTests.Issue2800Tests.TestExpressionMethod(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -6,7 +6,7 @@ SELECT
FROM
"Car" x
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -14,7 +14,7 @@ SELECT
FROM
"Car" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -24,7 +24,7 @@ FROM
WHERE
x."Name" <> 'Special' OR x."Name" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -32,7 +32,7 @@ SELECT
FROM
"Car" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -42,7 +42,7 @@ FROM
WHERE
x."Name" = 'Special'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -50,7 +50,7 @@ SELECT
FROM
"Car" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -58,7 +58,7 @@ SELECT
FROM
"Car" x
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -66,7 +66,7 @@ SELECT
FROM
"Car" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -76,7 +76,7 @@ FROM
WHERE
x."Name" <> 'Special' OR x."Name" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -84,7 +84,7 @@ SELECT
FROM
"Car" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Id",
@@ -94,7 +94,7 @@ FROM
WHERE
x."Name" = 'Special'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.BasicTestCases(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.BasicTestCases(PostgreSQL.14).sql
index b2caa794835a..71756bce12de 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.BasicTestCases(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.BasicTestCases(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
@@ -9,7 +9,7 @@ WHERE
p."Text" IS NULL OR LTRIM(p."Text", '
') = ''
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,10).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,10).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,10).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,10).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,11).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,11).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,11).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,11).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,12).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,12).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,12).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,12).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,12288).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,12288).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,12288).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,12288).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,13).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,13).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,13).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,13).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,133).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,133).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,133).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,133).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,160).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,160).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,160).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,160).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,32).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,32).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,32).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,32).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,5760).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,5760).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,5760).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,5760).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8192).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8192).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8192).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8192).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8193).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8193).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8193).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8193).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8194).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8194).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8194).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8194).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8195).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8195).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8195).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8195).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8196).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8196).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8196).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8196).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8197).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8197).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8197).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8197).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8198).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8198).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8198).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8198).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8199).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8199).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8199).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8199).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8200).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8200).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8200).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8201).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8201).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8201).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8201).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8202).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8202).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8202).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8202).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8232).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8232).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8232).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8232).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8233).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8233).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8233).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8233).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8287).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8287).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8287).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,8287).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,9).sql b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,9).sql
index 1d41d4f42567..0b61a59bbf96 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,9).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2816Tests/Tests.UserTests.Issue2816Tests.FullWhiteSpaceTest(PostgreSQL.14,9).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2895Tests/Tests.UserTests.Issue2895Tests.EagerLoadingTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2895Tests/Tests.UserTests.Issue2895Tests.EagerLoadingTest(PostgreSQL.14).sql
index 7a038fc705da..80cb02d180a0 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2895Tests/Tests.UserTests.Issue2895Tests.EagerLoadingTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2895Tests/Tests.UserTests.Issue2895Tests.EagerLoadingTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -28,7 +28,7 @@ FROM
INNER JOIN "Attachment" "a_Attachment" ON d."AttachmentId" = "a_Attachment"."Id"
INNER JOIN "Document" "a_Documents" ON "a_Attachment"."Id" = "a_Documents"."AttachmentId"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.cond,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2900Tests/Tests.UserTests.Issue2900Tests.TestIssue2900(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2900Tests/Tests.UserTests.Issue2900Tests.TestIssue2900(PostgreSQL.14).sql
index 3c69ed8679e0..e62688f8726b 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2900Tests/Tests.UserTests.Issue2900Tests.TestIssue2900(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2900Tests/Tests.UserTests.Issue2900Tests.TestIssue2900(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.cond_1,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2939Tests/Tests.UserTests.Issue2939Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2939Tests/Tests.UserTests.Issue2939Tests.Test(PostgreSQL.14).sql
index 921a630c1378..fb79286d478f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2939Tests/Tests.UserTests.Issue2939Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2939Tests/Tests.UserTests.Issue2939Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
serv."Id"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue2961Tests/Tests.UserTests.Issue2961Tests.CountEqualityTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue2961Tests/Tests.UserTests.Issue2961Tests.CountEqualityTest(PostgreSQL.14).sql
index bba4d628559e..0d7c15bda59e 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue2961Tests/Tests.UserTests.Issue2961Tests.CountEqualityTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue2961Tests/Tests.UserTests.Issue2961Tests.CountEqualityTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue307Tests/Tests.UserTests.Issue307Tests.Issue307Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue307Tests/Tests.UserTests.Issue307Tests.Issue307Test(PostgreSQL.14).sql
index 5265d88a94d1..6676cf27ed7f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue307Tests/Tests.UserTests.Issue307Tests.Issue307Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue307Tests/Tests.UserTests.Issue307Tests.Issue307Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @FirstName Text(12) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion1(PostgreSQL.14).sql
index 57683dcb330a..5ef6bc98a582 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Time"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion2(PostgreSQL.14).sql
index 17315a9a68d6..98d0d06efa73 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3089Tests/Tests.UserTests.Issue3089Tests.TestUnion2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
NULL::TimeStamp
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.14,False).sql
index be16e91f7baf..3ada19f9c4fc 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -56,7 +56,7 @@ WHERE
ELSE True
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.14,True).sql
index c96d7c91100c..9d1c5975e4cb 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_08(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -56,7 +56,7 @@ WHERE
ELSE True
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.14,False).sql
index b0750dab9447..f00fe3213be3 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -70,7 +70,7 @@ WHERE
ELSE True
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.14,True).sql
index b0750dab9447..f00fe3213be3 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_09(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -70,7 +70,7 @@ WHERE
ELSE True
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_10(PostgreSQL.14).sql
index 3e1cec6ee25c..67ba376dc6c8 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3148Tests/Tests.UserTests.Issue3148Tests.TestDefaultExpression_10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
@@ -32,7 +32,7 @@ WHERE
ELSE True
END
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirst(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirst(PostgreSQL.14).sql
index e7ca5d77e32b..0e006ed7f362 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirst(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirst(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @is_deleted Boolean
SET @is_deleted = True
@@ -15,7 +15,7 @@ WHERE
component_categories.id = cm.category_id AND
NOT cm.is_deleted
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -26,7 +26,7 @@ FROM
WHERE
x.is_deleted AND x.service_id = 'TestProcessService'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x.id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirstWithLeftJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirstWithLeftJoin(PostgreSQL.14).sql
index 027b7f748610..3972fa166004 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirstWithLeftJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableFirstWithLeftJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @is_deleted Boolean
SET @is_deleted = True
@@ -13,7 +13,7 @@ FROM
WHERE
sr.id = 'TestProcessService' AND component_categories.id = ct.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -24,7 +24,7 @@ FROM
WHERE
x.is_deleted AND x.service_id = 'TestProcessService'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x.id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableSecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableSecond(PostgreSQL.14).sql
index ea2b5e778645..5372c4da14dd 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableSecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3186Tests/Tests.UserTests.Issue3186Tests.UpdateWhenTableSecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @is_deleted Boolean
SET @is_deleted = True
@@ -13,7 +13,7 @@ FROM
WHERE
ct.id = 'TestProcessService' AND component_categories.id = ctg.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -24,7 +24,7 @@ FROM
WHERE
x.is_deleted AND x.service_id = 'TestProcessService'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x.id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3259Tests/Tests.UserTests.Issue3259Tests.SubqueryAggregation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3259Tests/Tests.UserTests.Issue3259Tests.SubqueryAggregation(PostgreSQL.14).sql
index 38bb2d2ed74f..f0e65c778c3c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3259Tests/Tests.UserTests.Issue3259Tests.SubqueryAggregation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3259Tests/Tests.UserTests.Issue3259Tests.SubqueryAggregation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t5."WithParentReference",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3342Tests/Tests.UserTests.Issue3342Tests.TestPgTimestamp(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3342Tests/Tests.UserTests.Issue3342Tests.TestPgTimestamp(PostgreSQL.14).sql
index bae50cd44911..89f1c13b866e 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3342Tests/Tests.UserTests.Issue3342Tests.TestPgTimestamp(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3342Tests/Tests.UserTests.Issue3342Tests.TestPgTimestamp(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
ALTER TABLE pgtimestamptest ALTER COLUMN updatedon TYPE timestamptz;
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.ColumnOptimization(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.ColumnOptimization(PostgreSQL.14).sql
index 94b5d0584849..da8562d05ccd 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.ColumnOptimization(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.ColumnOptimization(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ess."ID"
@@ -14,7 +14,7 @@ WHERE
ess."ID" = y."ID" AND y."IS_ACTIVE"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ess."ID"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.SubQueryAny(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.SubQueryAny(PostgreSQL.14).sql
index 48baf8b3d549..7f9dec46ead8 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.SubQueryAny(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3402Tests/Tests.UserTests.Issue3402Tests.SubQueryAny(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
ess."ID"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3432Tests/Tests.UserTests.Issue3432Tests.OuterApplyOptimization(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3432Tests/Tests.UserTests.Issue3432Tests.OuterApplyOptimization(PostgreSQL.14).sql
index 14379334f063..353cbde73efc 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3432Tests/Tests.UserTests.Issue3432Tests.OuterApplyOptimization(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3432Tests/Tests.UserTests.Issue3432Tests.OuterApplyOptimization(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
task_1."Description",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTest(PostgreSQL.14).sql
index 7561af3c3e86..a6a617d0bc7d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTest(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS schedule
@@ -17,7 +17,7 @@ CREATE TABLE IF NOT EXISTS schedule
);
INSERT INTO schedule(unit, unit_nullable,amount) VALUES ('day','day',1),('day','day',2),('day','day',3);
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'hour'
DECLARE @UnitNullable Unknown -- Object
@@ -38,7 +38,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -48,7 +48,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -62,7 +62,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -76,7 +76,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -90,7 +90,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -102,7 +102,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -114,7 +114,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,Default).sql b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,Default).sql
index 0477d1d13e8c..749803efd085 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,Default).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,Default).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO public.schedule
(
@@ -19,7 +19,7 @@ VALUES
('day','day',3),
('hour',NULL,1)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -29,7 +29,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -43,7 +43,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -57,7 +57,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -71,7 +71,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -83,7 +83,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -95,7 +95,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,MultipleRows).sql
index 0477d1d13e8c..749803efd085 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,MultipleRows).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO public.schedule
(
@@ -19,7 +19,7 @@ VALUES
('day','day',3),
('hour',NULL,1)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -29,7 +29,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -43,7 +43,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -57,7 +57,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -71,7 +71,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -83,7 +83,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -95,7 +95,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,ProviderSpecific).sql
index 8b361017ebdc..9c588a9b989c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,ProviderSpecific).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
@@ -7,7 +7,7 @@ CREATE TYPE time_unit AS ENUM ('hour', 'day');
INSERT BULK public.schedule(unit, unit_nullable, amount)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -17,7 +17,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -31,7 +31,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -45,7 +45,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -59,7 +59,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -71,7 +71,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -83,7 +83,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,RowByRow).sql
index 2ec1b1bd18ae..ca704eeac10c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypes(PostgreSQL.14,RowByRow).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'day'
DECLARE @UnitNullable Enum -- Object
@@ -26,7 +26,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'day'
DECLARE @UnitNullable Enum -- Object
@@ -47,7 +47,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'day'
DECLARE @UnitNullable Enum -- Object
@@ -68,7 +68,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'hour'
DECLARE @UnitNullable Unknown -- Object
@@ -89,7 +89,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -99,7 +99,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -113,7 +113,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -127,7 +127,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -141,7 +141,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -153,7 +153,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -165,7 +165,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,Default).sql b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,Default).sql
index 0477d1d13e8c..749803efd085 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,Default).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,Default).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO public.schedule
(
@@ -19,7 +19,7 @@ VALUES
('day','day',3),
('hour',NULL,1)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -29,7 +29,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -43,7 +43,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -57,7 +57,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -71,7 +71,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -83,7 +83,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -95,7 +95,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,MultipleRows).sql
index 0477d1d13e8c..749803efd085 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,MultipleRows).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
INSERT INTO public.schedule
(
@@ -19,7 +19,7 @@ VALUES
('day','day',3),
('hour',NULL,1)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -29,7 +29,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -43,7 +43,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -57,7 +57,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -71,7 +71,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -83,7 +83,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -95,7 +95,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,ProviderSpecific).sql
index 24e82c76fb0f..8dc2e1dc521f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,ProviderSpecific).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
@@ -7,7 +7,7 @@ CREATE TYPE time_unit AS ENUM ('hour', 'day');
INSERT ASYNC BULK public.schedule(unit, unit_nullable, amount)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -17,7 +17,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -31,7 +31,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -45,7 +45,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -59,7 +59,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -71,7 +71,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -83,7 +83,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,RowByRow).sql
index 2ec1b1bd18ae..ca704eeac10c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3453Tests/Tests.UserTests.Issue3453Tests.EnumMappingTestWithTypesAsync(PostgreSQL.14,RowByRow).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS schedule;
DROP TYPE IF EXISTS time_unit;
CREATE TYPE time_unit AS ENUM ('hour', 'day');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'day'
DECLARE @UnitNullable Enum -- Object
@@ -26,7 +26,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'day'
DECLARE @UnitNullable Enum -- Object
@@ -47,7 +47,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'day'
DECLARE @UnitNullable Enum -- Object
@@ -68,7 +68,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Unit Enum -- Object
SET @Unit = 'hour'
DECLARE @UnitNullable Unknown -- Object
@@ -89,7 +89,7 @@ VALUES
:Amount
)
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -99,7 +99,7 @@ SELECT
FROM
public.schedule t1
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -113,7 +113,7 @@ FROM
WHERE
x.unit = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unit Enum -- Object
SET @unit = 'day'
@@ -127,7 +127,7 @@ FROM
WHERE
x.unit_nullable = :unit
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @unitNullable Enum -- Object
SET @unitNullable = 'day'
@@ -141,7 +141,7 @@ FROM
WHERE
x.unit_nullable = :unitNullable
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -153,7 +153,7 @@ FROM
WHERE
x.unit_nullable = 'day'
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
x.id,
@@ -165,7 +165,7 @@ FROM
WHERE
x.unit_nullable IS NULL
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3548Tests/Tests.UserTests.Issue3548Tests.EnumEvaluationInFilter(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3548Tests/Tests.UserTests.Issue3548Tests.EnumEvaluationInFilter(PostgreSQL.14).sql
index 47832dcd21a5..f14d7a3ff834 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3548Tests/Tests.UserTests.Issue3548Tests.EnumEvaluationInFilter(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3548Tests/Tests.UserTests.Issue3548Tests.EnumEvaluationInFilter(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "User";DROP TYPE IF EXISTS user_type_enum;CREATE TYPE user_type_enum AS ENUM('org', 'org_user');
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
@@ -15,7 +15,7 @@ WHERE
ORDER BY
x."Id"
--- PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 4
DECLARE @OrganizationId Integer -- Int32
@@ -31,7 +31,7 @@ WHERE
ORDER BY
x."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TYPE IF EXISTS user_type_enum;
diff --git a/PostgreSQL.14/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test2(PostgreSQL.14).sql
index d71e8324ec49..76ffe0e6dbf6 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test3(PostgreSQL.14).sql
index 7a16a67f283d..94b391763648 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue356Tests/Tests.UserTests.Issue356Tests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsDoesNotHaveIsNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsDoesNotHaveIsNull(PostgreSQL.14).sql
index 850949cfc1c9..5f98c1d01360 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsDoesNotHaveIsNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsDoesNotHaveIsNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsNoIsNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsNoIsNull(PostgreSQL.14).sql
index d6473b1784fe..afac8ed6a9f9 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsNoIsNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.ContainsNoIsNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.HasIsNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.HasIsNull(PostgreSQL.14).sql
index f4739246f37c..551c6df79308 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.HasIsNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.HasIsNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.NoIsNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.NoIsNull(PostgreSQL.14).sql
index 8c80c2ae87b6..c5a8aa8e0c47 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.NoIsNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.NoIsNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test1(PostgreSQL.14).sql
index bc80a1854d5f..9112f5735a7b 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test2(PostgreSQL.14).sql
index 0331c781650f..f5d10f42beef 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test3(PostgreSQL.14).sql
index 0331c781650f..f5d10f42beef 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4(PostgreSQL.14).sql
index 8524c2eb3d05..87b0003f16d2 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4WithoutComparasionNullCheck(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4WithoutComparasionNullCheck(PostgreSQL.14).sql
index f46c9cc1dcd9..0ea2997dd3e2 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4WithoutComparasionNullCheck(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test4WithoutComparasionNullCheck(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test5(PostgreSQL.14).sql
index 63661f23edf2..3dd5568efdc5 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test6(PostgreSQL.14).sql
index 8524c2eb3d05..87b0003f16d2 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test7(PostgreSQL.14).sql
index 63661f23edf2..3dd5568efdc5 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test8(PostgreSQL.14).sql
index 8524c2eb3d05..87b0003f16d2 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test81(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test81(PostgreSQL.14).sql
index e4053f7e1fcf..961226e8d814 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test81(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test81(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test82(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test82(PostgreSQL.14).sql
index e4053f7e1fcf..961226e8d814 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test82(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test82(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test9(PostgreSQL.14).sql
index 63661f23edf2..3dd5568efdc5 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test91(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test91(PostgreSQL.14).sql
index 7738cc639bb1..2612d1c2fe64 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test91(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test91(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test92(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test92(PostgreSQL.14).sql
index 7738cc639bb1..2612d1c2fe64 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test92(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue358Tests/Tests.UserTests.Issue358Tests.Test92(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.14,2).sql
index e0e39d19b9e3..8898c8b7ae2a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @myId Integer -- Int32
SET @myId = 2
@@ -29,7 +29,7 @@ FROM
WHERE
d.id2 = :myId
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @myId Integer -- Int32
SET @myId = 2
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.14,85).sql b/PostgreSQL.14/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.14,85).sql
index 6e3e15f40c24..759d9672c05d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.14,85).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3636Tests/Tests.UserTests.Issue3636Tests.CheckCacheIssue(PostgreSQL.14,85).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @myId Integer -- Int32
SET @myId = 85
@@ -29,7 +29,7 @@ FROM
WHERE
d.id2 = :myId
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @myId Integer -- Int32
SET @myId = 85
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTable(PostgreSQL.14).sql
index 83a1516b1eb0..41ac10065969 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Total"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableOld(PostgreSQL.14).sql
index 83a1516b1eb0..41ac10065969 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Total"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoin(PostgreSQL.14).sql
index d55261a408cd..5beacf3c5abb 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Total"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoinOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoinOld(PostgreSQL.14).sql
index d55261a408cd..5beacf3c5abb 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoinOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateByOtherTableWithJoinOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Total"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateWithoutJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateWithoutJoin(PostgreSQL.14).sql
index 7a29307fa1c5..c2a2ea3618ba 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateWithoutJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3649Tests/Tests.UserTests.Issue3649Tests.UpdateWithoutJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Total"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.InThread(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.InThread(PostgreSQL.14).sql
index 4bbd63096792..cc8ff87aa914 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.InThread(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.InThread(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.WithoutThread(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.WithoutThread(PostgreSQL.14).sql
index 4bbd63096792..cc8ff87aa914 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.WithoutThread(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue3674Tests/Tests.UserTests.Issue3674Tests.WithoutThread(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test1(PostgreSQL.14).sql
index 5df4f9b7f370..0ac7044d1c8a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @BlobValue Bytea(3) -- Binary
@@ -15,7 +15,7 @@ VALUES
:BlobValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -26,7 +26,7 @@ WHERE
t1."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @BlobValue Bytea(3) -- Binary
SET @BlobValue = E'\\x030201'::bytea
@@ -37,7 +37,7 @@ SET
WHERE
"BlobClass"."Id" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test2(PostgreSQL.14).sql
index a6a89123170d..220c59e2f2b2 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BlobClass"
(
@@ -11,7 +11,7 @@ VALUES
E'\\x010203'::bytea
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ WHERE
t1."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"BlobClass"
@@ -31,7 +31,7 @@ SET
WHERE
"BlobClass"."Id" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test3(PostgreSQL.14).sql
index 6236e3a929da..c2f96bfdcc1c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @BlobValue Bytea(3) -- Binary
@@ -15,7 +15,7 @@ VALUES
:BlobValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -26,7 +26,7 @@ WHERE
t1."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test4(PostgreSQL.14).sql
index 15ec9e9264b0..8ecf4fc40709 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue421/Tests.UserTests.Issue421.Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "BlobClass"
(
@@ -11,7 +11,7 @@ VALUES
E'\\x010203'::bytea
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -22,7 +22,7 @@ WHERE
t1."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue4254Tests/Tests.UserTests.Issue4254Tests.VerifyParameterNameIsCorrect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue4254Tests/Tests.UserTests.Issue4254Tests.VerifyParameterNameIsCorrect(PostgreSQL.14).sql
index a2238488853e..49f646977ab6 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue4254Tests/Tests.UserTests.Issue4254Tests.VerifyParameterNameIsCorrect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue4254Tests/Tests.UserTests.Issue4254Tests.VerifyParameterNameIsCorrect(PostgreSQL.14).sql
@@ -1,16 +1,16 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS issue_4254_media_item_to_media_item_categories
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS issue_4254_media_item_user_share
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS issue_4254_media_items
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE issue_4254_media_items
(
@@ -19,7 +19,7 @@ CREATE TABLE issue_4254_media_items
CONSTRAINT "PK_issue_4254_media_items" PRIMARY KEY (id)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE issue_4254_media_item_user_share
(
@@ -32,7 +32,7 @@ CREATE TABLE issue_4254_media_item_user_share
CONSTRAINT "PK_issue_4254_media_item_user_share" PRIMARY KEY (id)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE issue_4254_media_item_to_media_item_categories
(
@@ -43,7 +43,7 @@ CREATE TABLE issue_4254_media_item_to_media_item_categories
CONSTRAINT "PK_issue_4254_media_item_to_media_item_categories" PRIMARY KEY (id)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @userId Uuid -- Guid
SET @userId = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
DECLARE @now Timestamp -- DateTime2
@@ -75,7 +75,7 @@ WHERE
y_1.expires_at > :now
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @now Timestamp -- DateTime2
SET @now = '2020-02-29 17:54:55.123'::timestamp
DECLARE @userId Uuid -- Guid
@@ -113,7 +113,7 @@ WHERE
y_2.expires_at > :now
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @userId Uuid -- Guid
SET @userId = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
DECLARE @now Timestamp -- DateTime2
@@ -145,7 +145,7 @@ WHERE
y_1.expires_at > :now
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @now Timestamp -- DateTime2
SET @now = '2020-02-29 17:54:55.123'::timestamp
DECLARE @userId Uuid -- Guid
@@ -183,15 +183,15 @@ WHERE
y_2.expires_at > :now
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS issue_4254_media_item_to_media_item_categories
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS issue_4254_media_item_user_share
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS issue_4254_media_items
diff --git a/PostgreSQL.14/Tests/UserTests/Issue4336Tests/Tests.UserTests.Issue4336Tests.Issue4336Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue4336Tests/Tests.UserTests.Issue4336Tests.Issue4336Test(PostgreSQL.14).sql
index 39688184fc03..d744d4b21870 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue4336Tests/Tests.UserTests.Issue4336Tests.Issue4336Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue4336Tests/Tests.UserTests.Issue4336Tests.Issue4336Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 10
diff --git a/PostgreSQL.14/Tests/UserTests/Issue4383Tests/Tests.UserTests.Issue4383Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue4383Tests/Tests.UserTests.Issue4383Tests.Test(PostgreSQL.14).sql
index 3d918ceae5f0..4c96b68e965d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue4383Tests/Tests.UserTests.Issue4383Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue4383Tests/Tests.UserTests.Issue4383Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."Id",
@@ -21,7 +21,7 @@ FROM
) m_1
INNER JOIN "CHAINPOINTS" d_1 ON m_1."Id" = d_1."CHAIN_ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."LINE_ID",
@@ -36,7 +36,7 @@ FROM
ORDER BY
m_1."LINE_ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."LINE_ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue4414Tests/Tests.UserTests.Issue4414Tests.UpdateWithOutputOrderByNoReturning(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue4414Tests/Tests.UserTests.Issue4414Tests.UpdateWithOutputOrderByNoReturning(PostgreSQL.14).sql
index d2e86e1e6396..bc4f802d0718 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue4414Tests/Tests.UserTests.Issue4414Tests.UpdateWithOutputOrderByNoReturning(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue4414Tests/Tests.UserTests.Issue4414Tests.UpdateWithOutputOrderByNoReturning(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/UserTests/Issue447Tests/Tests.UserTests.Issue447Tests.TestLinqToDBComplexQueryWithParameters(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue447Tests/Tests.UserTests.Issue447Tests.TestLinqToDBComplexQueryWithParameters(PostgreSQL.14).sql
index b8401fe8cb3a..9ee32654ea88 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue447Tests/Tests.UserTests.Issue447Tests.TestLinqToDBComplexQueryWithParameters(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue447Tests/Tests.UserTests.Issue447Tests.TestLinqToDBComplexQueryWithParameters(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest1(PostgreSQL.14).sql
index b56d30565eb2..1f071520b6e7 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest2(PostgreSQL.14).sql
index 7125fbce7d0b..ee67db55cbba 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectPlainTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonimousTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonimousTest1(PostgreSQL.14).sql
index 43b8315d81d5..704152a0aa8a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonimousTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonimousTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonymousTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonymousTest2(PostgreSQL.14).sql
index 6fd5cb6ed057..ef96dcc90205 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonymousTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToAnonymousTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest1(PostgreSQL.14).sql
index 43b8315d81d5..704152a0aa8a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(
diff --git a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest2(PostgreSQL.14).sql
index eb66aff7e845..512c8a437324 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SelectToTypeTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToAnonimous(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToAnonimous(PostgreSQL.14).sql
index 7b2c4ba2f396..a56dacb3a4f6 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToAnonimous(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToAnonimous(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID" + 1,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToType(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToType(PostgreSQL.14).sql
index 68b5323ad7ff..a72a8a1b2b28 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToType(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue461Tests/Tests.UserTests.Issue461Tests.SimpleSelectToType(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ParentID" + 1
diff --git a/PostgreSQL.14/Tests/UserTests/Issue4654Tests/Tests.UserTests.Issue4654Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue4654Tests/Tests.UserTests.Issue4654Tests.Test(PostgreSQL.14).sql
index 2e8a46928f9a..e626c59dfd87 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue4654Tests/Tests.UserTests.Issue4654Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue4654Tests/Tests.UserTests.Issue4654Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
c_1."Id"::text,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue4800Tests/Tests.UserTests.Issue4800Tests.JoinUsingAggregateResult(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue4800Tests/Tests.UserTests.Issue4800Tests.JoinUsingAggregateResult(PostgreSQL.14).sql
index cfbbc40ea844..7084c61a57d8 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue4800Tests/Tests.UserTests.Issue4800Tests.JoinUsingAggregateResult(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue4800Tests/Tests.UserTests.Issue4800Tests.JoinUsingAggregateResult(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."TesteeId"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test1(PostgreSQL.14).sql
index f363ae1909d5..12b579e3e9fa 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ChildID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test2(PostgreSQL.14).sql
index 182b46af0815..a449e2c57ecf 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID" = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test3(PostgreSQL.14).sql
index d30f43cdac6a..7107038b3cfe 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
"a_Children"."ChildID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test4(PostgreSQL.14).sql
index 31ce26a8219e..11130b7c1590 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue496Tests/Tests.UserTests.Issue496Tests.Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
m_1."ParentID",
@@ -13,7 +13,7 @@ FROM
) m_1
INNER JOIN "Child" d ON m_1."ParentID"::BigInt = d."ParentID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue5049Tests/Tests.UserTests.Issue5049Tests.Issue5049Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue5049Tests/Tests.UserTests.Issue5049Tests.Issue5049Test(PostgreSQL.14).sql
index 43a246b11042..e043fa270c42 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue5049Tests/Tests.UserTests.Issue5049Tests.Issue5049Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue5049Tests/Tests.UserTests.Issue5049Tests.Issue5049Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue513Tests/Tests.UserTests.Issue513Tests.Simple(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue513Tests/Tests.UserTests.Issue513Tests.Simple(PostgreSQL.14).sql
index 87b1b1f0b189..733b416f3210 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue513Tests/Tests.UserTests.Issue513Tests.Simple(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue513Tests/Tests.UserTests.Issue513Tests.Simple(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."TypeDiscriminator",
@@ -7,7 +7,7 @@ SELECT
FROM
"InheritanceParent" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."TypeDiscriminator",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase1(PostgreSQL.14).sql
index cc0c3ede126a..4393f442c238 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"SampleClass"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase2(PostgreSQL.14).sql
index cc0c3ede126a..4393f442c238 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue5152Tests/Tests.UserTests.Issue5152Tests.TestCase2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"SampleClass"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue533Tests/Tests.UserTests.Issue533Tests.Issue533Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue533Tests/Tests.UserTests.Issue533Tests.Issue533Test(PostgreSQL.14).sql
index 5a961a280632..6862774291d9 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue533Tests/Tests.UserTests.Issue533Tests.Issue533Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue533Tests/Tests.UserTests.Issue533Tests.Issue533Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @FirstName Varchar(12) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue564Tests/Tests.UserTests.Issue564Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue564Tests/Tests.UserTests.Issue564Tests.Test(PostgreSQL.14).sql
index be2f3696e0ae..c88c0cd933c2 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue564Tests/Tests.UserTests.Issue564Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue564Tests/Tests.UserTests.Issue564Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Type Text(9) -- String
SET @Type = 'Child564A'
DECLARE @StringValue Text(9) -- String
@@ -15,7 +15,7 @@ VALUES
:StringValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Type Text(9) -- String
SET @Type = 'Child564B'
DECLARE @IntValue Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:IntValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test1(PostgreSQL.14).sql
index 1ffc4d1ff889..92473c57776d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
patient_1."PersonID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test2(PostgreSQL.14).sql
index ab24ae47c8b7..f1303ba5197b 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
parent_1."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test3(PostgreSQL.14).sql
index 4b532a13f416..069efebea889 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."PersonID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test4(PostgreSQL.14).sql
index 6300a66b196d..65c86ddc7101 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test5(PostgreSQL.14).sql
index f83100203d8e..b919d3d665ec 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue569Tests/Tests.UserTests.Issue569Tests.Test5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAnd(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAnd(PostgreSQL.14).sql
index 8d1aa4a63b32..b2dd7d12d851 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAnd(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAnd(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
f."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAndFalse(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAndFalse(PostgreSQL.14).sql
index 5ebc4db96fc9..a35a91850ff4 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAndFalse(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestAndFalse(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
f."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrFalse(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrFalse(PostgreSQL.14).sql
index 288adc0f28af..a86d9b602799 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrFalse(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrFalse(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
f."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrTrue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrTrue(PostgreSQL.14).sql
index 8173ef9033ee..0b6d71b60027 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrTrue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue667Tests/Tests.UserTests.Issue667Tests.TestOrTrue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
f."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,False,False).sql
index 1674a7a160ab..cc968e10734a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,False,False).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -12,7 +12,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,False,True).sql
index a4140a3129dd..f3482a434e66 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE public."Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,True,False).sql
index ec9d29a00ff1..4ed64e6a97c6 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,True,True).sql
index 6664570f871a..78cd8310d805 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,11 +14,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE testdata.public."Issue681Table2"
(
@@ -28,7 +28,7 @@ CREATE TABLE testdata.public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,False,False).sql
index 1674a7a160ab..cc968e10734a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,False,False).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -12,7 +12,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,False,True).sql
index a4140a3129dd..f3482a434e66 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE public."Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,True,False).sql
index ec9d29a00ff1..4ed64e6a97c6 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,True,True).sql
index 6664570f871a..78cd8310d805 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreate(PostgreSQL.14,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,11 +14,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE testdata.public."Issue681Table2"
(
@@ -28,7 +28,7 @@ CREATE TABLE testdata.public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,False,False).sql
index 1674a7a160ab..cc968e10734a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,False,False).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -12,7 +12,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,False,True).sql
index a4140a3129dd..f3482a434e66 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE public."Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,True,False).sql
index ec9d29a00ff1..4ed64e6a97c6 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,True,True).sql
index 6664570f871a..78cd8310d805 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,11 +14,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE testdata.public."Issue681Table2"
(
@@ -28,7 +28,7 @@ CREATE TABLE testdata.public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,False,False).sql
index 1674a7a160ab..cc968e10734a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,False,False).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -12,7 +12,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,False,True).sql
index a4140a3129dd..f3482a434e66 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE public."Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,True,False).sql
index ec9d29a00ff1..4ed64e6a97c6 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,True,True).sql
index 6664570f871a..78cd8310d805 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestCreateAsync(PostgreSQL.14,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,11 +14,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE testdata.public."Issue681Table2"
(
@@ -28,7 +28,7 @@ CREATE TABLE testdata.public."Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,False,False).sql
index f6debd23b1d6..f8461edbfc65 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,False,True).sql
index 246e43ae1878..b58fb0e0708e 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,True,False).sql
index b12bf6b54cb0..921fa77f0420 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,True,True).sql
index b54cf6a58b63..c2106e631c35 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,False,False).sql
index f6debd23b1d6..f8461edbfc65 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,False,True).sql
index 246e43ae1878..b58fb0e0708e 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,True,False).sql
index b12bf6b54cb0..921fa77f0420 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,True,True).sql
index b54cf6a58b63..c2106e631c35 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDelete(PostgreSQL.14,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,False,False).sql
index 5e010764a3b7..1f71dc1f16c1 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,False,False).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -12,7 +12,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,False,True).sql
index 74ba018e6f15..c6631aef0f4c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE public."Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,True,False).sql
index e74f166f1640..65bd0f91360f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,True,True).sql
index d430e401fec3..ceba8a4e6b1a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,11 +14,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -28,7 +28,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE testdata.public."Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,False,False).sql
index 5e010764a3b7..1f71dc1f16c1 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,False,False).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -12,7 +12,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,False,True).sql
index 74ba018e6f15..c6631aef0f4c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE public."Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,True,False).sql
index e74f166f1640..65bd0f91360f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,11 +6,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -20,7 +20,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,True,True).sql
index d430e401fec3..ceba8a4e6b1a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestDrop(PostgreSQL.14,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,11 +14,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue681Table2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Issue681Table2"
(
@@ -28,7 +28,7 @@ CREATE TABLE "Issue681Table2"
CONSTRAINT "PK_Issue681Table2" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE testdata.public."Issue681Table2"
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,False,False).sql
index c7fdc7043d24..e566db4e6b73 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,False,True).sql
index d44c44cd5a84..5fb12de50678 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,True,False).sql
index 375b397bec3e..8f1311f2ac08 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,True,True).sql
index 73b5671eda2d..061b04788151 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,False,False).sql
index c7fdc7043d24..e566db4e6b73 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,False,True).sql
index d44c44cd5a84..5fb12de50678 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,True,False).sql
index 375b397bec3e..8f1311f2ac08 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,True,True).sql
index 73b5671eda2d..061b04788151 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestITable(PostgreSQL.14,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,False,False).sql
index b59cb6b62506..8b794b669e2c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,False,True).sql
index 5464ffc7580f..3703f948f34c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,True,False).sql
index f6bfc1ea2fcf..badab36d8b1a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,True,True).sql
index 94c3ef6abba1..e7943deafe68 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,False,False).sql
index b59cb6b62506..8b794b669e2c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,False,True).sql
index 5464ffc7580f..3703f948f34c 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,True,False).sql
index f6bfc1ea2fcf..badab36d8b1a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,True,True).sql
index 94c3ef6abba1..e7943deafe68 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsert(PostgreSQL.14,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,False,False).sql
index 6ef388e11b76..00ff148d4478 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -17,7 +17,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,False,True).sql
index 5b208ecad10e..6353b8ab1845 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -25,7 +25,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,True,False).sql
index cac79f09f6dd..bde44a62260a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -25,7 +25,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,True,True).sql
index 7f8bbec5e494..a69e4def2f93 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -33,7 +33,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,False,False).sql
index 6ef388e11b76..00ff148d4478 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -17,7 +17,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,False,True).sql
index 5b208ecad10e..6353b8ab1845 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -25,7 +25,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,True,False).sql
index cac79f09f6dd..bde44a62260a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -25,7 +25,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,True,True).sql
index 7f8bbec5e494..a69e4def2f93 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertOrReplace(PostgreSQL.14,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
@@ -33,7 +33,7 @@ VALUES
ON CONFLICT ("ID") DO UPDATE SET
"Value" = :Value
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,False,False).sql
index 869e71dd5b3b..6985f3f16546 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,False,True).sql
index 74cc1708e4fb..e0c41969c10e 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,True,False).sql
index ab0ccaff2dc4..5f676a391f97 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,True,True).sql
index 870e0510f9a9..72f45586cba6 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,False,False).sql
index 869e71dd5b3b..6985f3f16546 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,False,True).sql
index 74cc1708e4fb..e0c41969c10e 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,True,False).sql
index ab0ccaff2dc4..5f676a391f97 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,True,True).sql
index 870e0510f9a9..72f45586cba6 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestInsertWithIdentity(PostgreSQL.14,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,False,False).sql
index decf0cf24182..5f20616d4275 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,False,True).sql
index 2474275b4440..885fc094f85f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,True,False).sql
index 8e252b35a1e2..1e4b24c1726a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,True,True).sql
index 8458a378c62d..08f4f878ee38 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,False,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,False,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,False,False).sql
index decf0cf24182..5f20616d4275 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,False,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,False,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,False,True).sql
index 2474275b4440..885fc094f85f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,False,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,True,False).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,True,False).sql
index 8e252b35a1e2..1e4b24c1726a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,True,False).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,True,True).sql b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,True,True).sql
index 8458a378c62d..08f4f878ee38 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,True,True).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue681Tests/Tests.UserTests.Issue681Tests.TestUpdate(PostgreSQL.14,True,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -6,7 +6,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -14,7 +14,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 10
DECLARE @ID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue693Tests/Tests.UserTests.Issue693Tests.Issue693Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue693Tests/Tests.UserTests.Issue693Tests.Issue693Test(PostgreSQL.14).sql
index 85e6fba34e79..0a48e2956314 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue693Tests/Tests.UserTests.Issue693Tests.Issue693Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue693Tests/Tests.UserTests.Issue693Tests.Issue693Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @FirstName Text(1) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @FirstName Text(1) -- String
@@ -52,7 +52,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id1 Integer -- Int32
SET @id1 = 5
@@ -68,7 +68,7 @@ WHERE
t1."PersonID" = :id1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id2 Integer -- Int32
SET @id2 = 6
diff --git a/PostgreSQL.14/Tests/UserTests/Issue708Tests/Tests.UserTests.Issue708Tests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue708Tests/Tests.UserTests.Issue708Tests.Test2(PostgreSQL.14).sql
index e8f830b3046a..41fdf1b1320d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue708Tests/Tests.UserTests.Issue708Tests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue708Tests/Tests.UserTests.Issue708Tests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCount(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCount(PostgreSQL.14).sql
index b64505fc31dd..2eb014af8622 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCount(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCount(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCountWithSelect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCountWithSelect(PostgreSQL.14).sql
index b64505fc31dd..2eb014af8622 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCountWithSelect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestCountWithSelect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCount(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCount(PostgreSQL.14).sql
index 9dab4aa394a1..5706f9115e75 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCount(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCount(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCountWithSelect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCountWithSelect(PostgreSQL.14).sql
index 9dab4aa394a1..5706f9115e75 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCountWithSelect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingCountWithSelect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCount(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCount(PostgreSQL.14).sql
index 9dab4aa394a1..5706f9115e75 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCount(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCount(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCountWithSelect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCountWithSelect(PostgreSQL.14).sql
index 9dab4aa394a1..5706f9115e75 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCountWithSelect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestHavingLongCountWithSelect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCount(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCount(PostgreSQL.14).sql
index b64505fc31dd..2eb014af8622 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCount(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCount(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCountWithSelect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCountWithSelect(PostgreSQL.14).sql
index b64505fc31dd..2eb014af8622 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCountWithSelect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue781Tests/Tests.UserTests.Issue781Tests.TestLongCountWithSelect(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithTransaction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithTransaction(PostgreSQL.14).sql
index 7e9cd6157e0d..f9c68ae9f88d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithTransaction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithTransaction(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"AllTypes" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -13,11 +13,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -36,11 +36,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog') AND n.nspname IN ('public')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -50,23 +50,23 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithoutTransaction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithoutTransaction(PostgreSQL.14).sql
index efa1da55307b..3579c5a497aa 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithoutTransaction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue792Tests/Tests.UserTests.Issue792Tests.TestWithoutTransaction(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"AllTypes" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -13,11 +13,11 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SHOW server_version_num
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.ROUTINE_CATALOG,
@@ -36,11 +36,11 @@ SELECT r.ROUTINE_CATALOG,
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE n.nspname NOT IN ('information_schema', 'pg_catalog') AND n.nspname IN ('public')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT SPECIFIC_CATALOG, SPECIFIC_SCHEMA, SPECIFIC_NAME, ORDINAL_POSITION, PARAMETER_MODE, PARAMETER_NAME, DATA_TYPE FROM INFORMATION_SCHEMA.parameters
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
FROM INFORMATION_SCHEMA.ROUTINES r
@@ -50,31 +50,31 @@ SELECT r.SPECIFIC_CATALOG, r.SPECIFIC_SCHEMA, r.SPECIFIC_NAME, r.DATA_TYPE
ON r.SPECIFIC_SCHEMA = outp.SPECIFIC_SCHEMA AND r.SPECIFIC_NAME = outp.SPECIFIC_NAME
WHERE r.DATA_TYPE <> 'record' AND r.DATA_TYPE <> 'void' AND p.proretset = false AND (outp.cnt IS NULL OR outp.cnt = 0)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."GetParentByID"(NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction1"(NULL::integer,NULL::integer)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT * FROM testdata.public."TestTableFunction"(NULL::integer)
RollbackTransaction
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"AllTypes" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"AllTypes" t1
diff --git a/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedSkip(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedSkip(PostgreSQL.14).sql
index 2c0aed7adbfb..37074c849674 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedSkip(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedSkip(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"Person" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
diff --git a/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTake(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTake(PostgreSQL.14).sql
index e0ceacb3f097..2e1867293725 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTake(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTake(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
diff --git a/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkip(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkip(PostgreSQL.14).sql
index d29662e0f9ed..ad000fbbb53a 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkip(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkip(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkipZero(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkipZero(PostgreSQL.14).sql
index cc484fc383e7..b5e6b5e14fee 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkipZero(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue817Tests/Tests.UserTests.Issue817Tests.TestUnorderedTakeSkipZero(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 1
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Long(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Long(PostgreSQL.14).sql
index f4ccdd16e5e0..68b2d5b8e5df 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Long(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Long(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."BigIntValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Short(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Short(PostgreSQL.14).sql
index a3603e4dd0fb..b1245ce8d027 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Short(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCastAndFunction_Short(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Smallint -- Int16
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."SmallIntValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Long(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Long(PostgreSQL.14).sql
index f4ccdd16e5e0..68b2d5b8e5df 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Long(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Long(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."BigIntValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Short(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Short(PostgreSQL.14).sql
index a3603e4dd0fb..b1245ce8d027 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Short(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithCast_Short(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Smallint -- Int16
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."SmallIntValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Long(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Long(PostgreSQL.14).sql
index f4ccdd16e5e0..68b2d5b8e5df 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Long(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Long(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."BigIntValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Short(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Short(PostgreSQL.14).sql
index a3603e4dd0fb..b1245ce8d027 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Short(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithFunction_Short(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Smallint -- Int16
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."SmallIntValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Long(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Long(PostgreSQL.14).sql
index f4ccdd16e5e0..68b2d5b8e5df 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Long(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Long(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."BigIntValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Short(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Short(PostgreSQL.14).sql
index a3603e4dd0fb..b1245ce8d027 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Short(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestAndWithValue_Short(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Smallint -- Int16
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."SmallIntValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Long(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Long(PostgreSQL.14).sql
index 5f4c735019a3..204baf4edfbd 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Long(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Long(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"LinqDataTypes" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 1
@@ -25,7 +25,7 @@ FROM
WHERE
:param = t1."BigIntValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Short(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Short(PostgreSQL.14).sql
index 3e20fa79bec8..5a6068420071 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Short(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestOrWithValue_Short(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"LinqDataTypes" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Smallint -- Int16
SET @param = 1
@@ -25,7 +25,7 @@ FROM
WHERE
:param = t1."SmallIntValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Long(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Long(PostgreSQL.14).sql
index b503928c6d8f..adfa42d09a9f 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Long(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Long(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Bigint -- Int64
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."BigIntValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Short(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Short(PostgreSQL.14).sql
index 96389b5dd3e6..1261720c0c7b 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Short(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue820Tests/Tests.UserTests.Issue820Tests.TestWithoutValue_Short(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Smallint -- Int16
SET @param = 1
@@ -18,7 +18,7 @@ FROM
WHERE
:param = t1."SmallIntValue"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.14,1).sql
index 72f5dd51c5fa..ccceefebd676 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -25,7 +25,7 @@ WHERE
t2."ID" = :id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 4
diff --git a/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.14,2).sql
index 72f5dd51c5fa..ccceefebd676 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestNullValue(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -25,7 +25,7 @@ WHERE
t2."ID" = :id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 4
diff --git a/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.14,1).sql
index 72f5dd51c5fa..ccceefebd676 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -25,7 +25,7 @@ WHERE
t2."ID" = :id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 4
diff --git a/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.14,2).sql
index 72f5dd51c5fa..ccceefebd676 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue822Tests/Tests.UserTests.Issue822Tests.TestWrongValue(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -25,7 +25,7 @@ WHERE
t2."ID" = :id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 4
diff --git a/PostgreSQL.14/Tests/UserTests/Issue825Tests/Tests.UserTests.Issue825Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue825Tests/Tests.UserTests.Issue825Tests.Test(PostgreSQL.14).sql
index 9d29273c0ad7..d9d91b5dde66 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue825Tests/Tests.UserTests.Issue825Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue825Tests/Tests.UserTests.Issue825Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @userId Integer -- Int32
SET @userId = 32
DECLARE @childId Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/Issue873Tests/Tests.UserTests.Issue873Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue873Tests/Tests.UserTests.Issue873Tests.Test(PostgreSQL.14).sql
index e6440fef8788..2bf4b2e5d594 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue873Tests/Tests.UserTests.Issue873Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue873Tests/Tests.UserTests.Issue873Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
' ' || Coalesce(t1."Value1", 0)::text,
diff --git a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Day(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Day(PostgreSQL.14).sql
index fbc4eb84d766..85024668a8af 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Day(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Day(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(day From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.DayOfYear(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.DayOfYear(PostgreSQL.14).sql
index 1914f04e0789..19e6436fee15 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.DayOfYear(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.DayOfYear(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(doy From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Hour(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Hour(PostgreSQL.14).sql
index 15a2f24907f0..f9373b82d589 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Hour(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Hour(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(hour From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Millisecond(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Millisecond(PostgreSQL.14).sql
index 54442763c957..dd0f9eb57141 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Millisecond(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Millisecond(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(To_Char(t."DateTimeValue", 'MS')::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Minute(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Minute(PostgreSQL.14).sql
index 980a78af1f05..ffb4e6df76b1 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Minute(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Minute(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(minute From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Month(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Month(PostgreSQL.14).sql
index 1d68637739c1..ff5bcc51279d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Month(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Month(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(month From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Second(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Second(PostgreSQL.14).sql
index aeb50f459459..23ade1f086a9 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Second(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Second(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(second From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Year(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Year(PostgreSQL.14).sql
index 95dbfa83b2a6..e1ded5542df2 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Year(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue882Tests/Tests.UserTests.Issue882Tests.Year(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
(Floor(Extract(year From t."DateTimeValue"))::Int::decimal % 7)::decimal
diff --git a/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test1(PostgreSQL.14).sql
index fc3c93bc952d..fd7c278caea2 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test2(PostgreSQL.14).sql
index ff15a6e80017..7fb59095a856 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test3(PostgreSQL.14).sql
index f13d8b9a73c8..f47aa1e99b66 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p1."ParentID",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test4(PostgreSQL.14).sql
index a998a6a2b643..e3f2c7932957 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue928Tests/Tests.UserTests.Issue928Tests.Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Key_1",
diff --git a/PostgreSQL.14/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.Test(PostgreSQL.14).sql
index 4b89b94d6d78..f4f556c3106d 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ FROM
WHERE
o."ParentID" IN (:p, :p_1, :p_2) OR o."ParentID" = :param
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 4
@@ -29,7 +29,7 @@ WHERE
(o."ParentID" IN (1, 2, 3) OR o."ParentID" IS NULL) OR
o."ParentID" = :param
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 4
DECLARE @p_1 Integer -- Int32
@@ -47,7 +47,7 @@ FROM
WHERE
o."ParentID" IN (:p, :p_1, :p_2) OR o."ParentID" = :param
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 4
diff --git a/PostgreSQL.14/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.TestCache(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.TestCache(PostgreSQL.14).sql
index 2c773aeef055..bb182364218e 100644
--- a/PostgreSQL.14/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.TestCache(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Issue973Tests/Tests.UserTests.Issue973Tests.TestCache(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
@@ -16,7 +16,7 @@ FROM
WHERE
o."ParentID" IN (:p, :p_1, :p_2) OR o."ParentID" = :param
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1
DECLARE @p_1 Integer -- Int32
@@ -34,7 +34,7 @@ FROM
WHERE
o."ParentID" IN (:p, :p_1, :p_2) OR o."ParentID" = :param
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 4
DECLARE @p_1 Integer -- Int32
@@ -52,7 +52,7 @@ FROM
WHERE
o."ParentID" IN (:p, :p_1, :p_2) OR o."ParentID" = :param
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 4
DECLARE @p_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest1(PostgreSQL.14).sql
index 5f007af6970a..fa6358c901f6 100644
--- a/PostgreSQL.14/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest2(PostgreSQL.14).sql
index 15df06e902f9..cebfe1186feb 100644
--- a/PostgreSQL.14/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/LetTests/Tests.UserTests.LetTests.LetTest2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SelectManyDeleteTests/Tests.UserTests.SelectManyDeleteTests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SelectManyDeleteTests/Tests.UserTests.SelectManyDeleteTests.Test(PostgreSQL.14).sql
index 914c24b4c33b..8b1f00e59ab5 100644
--- a/PostgreSQL.14/Tests/UserTests/SelectManyDeleteTests/Tests.UserTests.SelectManyDeleteTests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SelectManyDeleteTests/Tests.UserTests.SelectManyDeleteTests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" t1
diff --git a/PostgreSQL.14/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test1(PostgreSQL.14).sql
index a7292b4784c1..2fa4df22dcc9 100644
--- a/PostgreSQL.14/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Bigint -- Int64
SET @Value1 = NULL
diff --git a/PostgreSQL.14/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test2(PostgreSQL.14).sql
index 2e2e02bbe087..711f157af61b 100644
--- a/PostgreSQL.14/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SelectManyUpdateTests/Tests.UserTests.SelectManyUpdateTests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ChildID Integer -- Int32
SET @ChildID = 10
diff --git a/PostgreSQL.14/Tests/UserTests/SkipCustomTest/Tests.UserTests.SkipCustomTest.TestSkip(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipCustomTest/Tests.UserTests.SkipCustomTest.TestSkip(PostgreSQL.14).sql
index edabcbac3c65..dc1f4b7dd3af 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipCustomTest/Tests.UserTests.SkipCustomTest.TestSkip(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipCustomTest/Tests.UserTests.SkipCustomTest.TestSkip(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(3) -- String
@@ -48,7 +48,7 @@ VALUES
:Name
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipInt32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipInt32(PostgreSQL.14).sql
index f7ba81886149..b4c61bdaef81 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipInt32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipInt32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(5) -- String
@@ -52,7 +52,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipString(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipString(PostgreSQL.14).sql
index 3e531b528454..240a33022801 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipString(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestNotSkipString(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(4) -- String
@@ -52,7 +52,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipInt32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipInt32(PostgreSQL.14).sql
index 3be8bbf198d1..02325ce12a4d 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipInt32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipInt32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -15,7 +15,7 @@ VALUES
:Name
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -27,7 +27,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(5) -- String
@@ -44,7 +44,7 @@ VALUES
:Name
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipMixed(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipMixed(PostgreSQL.14).sql
index ca5ac0e8ff1c..15df18556db5 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipMixed(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipMixed(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Age Integer -- Int32
SET @Age = 20
DECLARE @Id Integer -- Int32
@@ -44,7 +44,7 @@ SET
WHERE
"PR_1598_Mixed_Table"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -56,7 +56,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Age Integer -- Int32
@@ -73,7 +73,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -85,7 +85,7 @@ WHERE
t."Id" = 2
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(5) -- String
SET @Name = 'Jessy'
DECLARE @Age Integer -- Int32
@@ -101,7 +101,7 @@ SET
WHERE
"PR_1598_Mixed_Table"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipNull(PostgreSQL.14).sql
index 262dfa2d2875..726152a3016e 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -15,7 +15,7 @@ VALUES
:Name
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipString(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipString(PostgreSQL.14).sql
index 2f2c18e74774..a7be541e8993 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipString(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipString(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Age Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -27,7 +27,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Age Integer -- Int32
@@ -44,7 +44,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithEnum(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithEnum(PostgreSQL.14).sql
index 7ff8781d55a9..d8cbb1affac4 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithEnum(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithEnum(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(3) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -36,7 +36,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Name Text(5) -- String
@@ -57,7 +57,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithFluentBuilder(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithFluentBuilder(PostgreSQL.14).sql
index a04e5552a7a1..6eaad191b637 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithFluentBuilder(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesOnInsertTest/Tests.UserTests.SkipValuesOnInsertTest.TestSkipWithFluentBuilder(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text -- String
@@ -15,7 +15,7 @@ VALUES
:Name
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipInt32(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipInt32(PostgreSQL.14).sql
index 1b3c46012714..ac7a27dc03fc 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipInt32(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipInt32(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(6) -- String
SET @Name = 'Franki'
DECLARE @Age Integer -- Int32
@@ -47,7 +47,7 @@ SET
WHERE
"PR_1598_Update_Table"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -59,7 +59,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(4) -- String
SET @Name = 'Jack'
DECLARE @Id Integer -- Int32
@@ -72,7 +72,7 @@ SET
WHERE
"PR_1598_Update_Table"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipNull(PostgreSQL.14).sql
index 1f983ff0f5ab..b1c08ae6d4d1 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(4) -- String
SET @Name = 'Jack'
DECLARE @Age Integer -- Int32
@@ -47,7 +47,7 @@ SET
WHERE
"PR_1598_Update_Null_Table"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -59,7 +59,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(6) -- String
SET @Name = 'Franki'
DECLARE @Id Integer -- Int32
@@ -72,7 +72,7 @@ SET
WHERE
"PR_1598_Update_Null_Table"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipString(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipString(PostgreSQL.14).sql
index cbe992d17083..988ec8c4d8e6 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipString(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipString(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(6) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(5) -- String
SET @Name = 'Jacob'
DECLARE @Age Integer -- Int32
@@ -47,7 +47,7 @@ SET
WHERE
"PR_1598_Update_Table"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -59,7 +59,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Age Integer -- Int32
SET @Age = 22
DECLARE @Id Integer -- Int32
@@ -72,7 +72,7 @@ SET
WHERE
"PR_1598_Update_Table"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithEnum(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithEnum(PostgreSQL.14).sql
index 13137599a585..e391daca42fb 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithEnum(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithEnum(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(3) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -36,7 +36,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(4) -- String
SET @Name = 'Jack'
DECLARE @Age Integer -- Int32
@@ -55,7 +55,7 @@ SET
WHERE
"PR_1598_Update_Enum_Table"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -68,7 +68,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(8) -- String
SET @Name = 'Francine'
DECLARE @Age Integer -- Int32
@@ -84,7 +84,7 @@ SET
WHERE
"PR_1598_Update_Enum_Table"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithFluentBuilder(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithFluentBuilder(PostgreSQL.14).sql
index 10ab151a22bd..be4e20cd7512 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithFluentBuilder(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesOnUpdateTest/Tests.UserTests.SkipValuesOnUpdateTest.TestSkipWithFluentBuilder(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(6) -- String
SET @Name = 'Franki'
DECLARE @Age Integer -- Int32
@@ -47,7 +47,7 @@ SET
WHERE
"PR_1598_Update_Fluent_Table"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -59,7 +59,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(4) -- String
SET @Name = 'Jack'
DECLARE @Id Integer -- Int32
@@ -72,7 +72,7 @@ SET
WHERE
"PR_1598_Update_Fluent_Table"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.14,1).sql
index 2eedfc5d1266..c5cdb400dd5d 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -17,7 +17,7 @@ VALUES
ON CONFLICT ("Id") DO UPDATE SET
"Name" = :Name
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -29,7 +29,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -48,7 +48,7 @@ VALUES
ON CONFLICT ("Id") DO UPDATE SET
"Name" = :Name
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.14,2).sql
index 83e01d32fc82..ce4527d6776d 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertOrReplace(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -22,7 +22,7 @@ ON CONFLICT ("Id") DO UPDATE SET
"Name" = :Name,
"Age" = :Age
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -34,7 +34,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -58,7 +58,7 @@ ON CONFLICT ("Id") DO UPDATE SET
"Name" = :Name,
"Age" = :Age
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.14,1).sql
index f5df4ebd41a8..9e7f8e545708 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -15,7 +15,7 @@ VALUES
:Name
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -27,7 +27,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(4) -- String
SET @Name = 'John'
DECLARE @Id Integer -- Int32
@@ -40,7 +40,7 @@ SET
WHERE
"PR_1598_Insert_Table_Cache"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.14,2).sql
index 819af764c39e..533c30f3137e 100644
--- a/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/UserTests/SkipValuesTestCache/Tests.UserTests.SkipValuesTestCache.TestSkipInsertUpdate(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(4) -- String
@@ -19,7 +19,7 @@ VALUES
:Age
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
@@ -31,7 +31,7 @@ WHERE
t."Id" = 1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Name Text(4) -- String
SET @Name = 'John'
DECLARE @Age Integer -- Int32
@@ -47,7 +47,7 @@ SET
WHERE
"PR_1598_Insert_Table_Cache"."Id" = :Id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Test3847/Issue3847Tests/Tests.UserTests.Test3847.Issue3847Tests.Test3847(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Test3847/Issue3847Tests/Tests.UserTests.Test3847.Issue3847Tests.Test3847(PostgreSQL.14).sql
index ba36eaf3c7e5..cc6c2b3e36a0 100644
--- a/PostgreSQL.14/Tests/UserTests/Test3847/Issue3847Tests/Tests.UserTests.Test3847.Issue3847Tests.Test3847(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Test3847/Issue3847Tests/Tests.UserTests.Test3847.Issue3847Tests.Test3847(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
outfeed."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test1(PostgreSQL.14).sql
index 8d7c7bfc9db0..18e0754a1aae 100644
--- a/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."LanguageID",
diff --git a/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test2(PostgreSQL.14).sql
index ecc7e0d51c65..f9d2fecdc132 100644
--- a/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."LanguageID",
diff --git a/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test3(PostgreSQL.14).sql
index ecc7e0d51c65..f9d2fecdc132 100644
--- a/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."LanguageID",
diff --git a/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test4(PostgreSQL.14).sql
index e0afff2d5600..77f1f7d214f5 100644
--- a/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."LanguageID",
diff --git a/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test5(PostgreSQL.14).sql
index 31c002a2b87d..329e043e1f13 100644
--- a/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Test4415/Test4415Tests/Tests.UserTests.Test4415.Test4415Tests.TestIssue4415_Test5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."LanguageID",
@@ -6,7 +6,7 @@ SELECT
FROM
"Common_Language" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."LanguageID",
diff --git a/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test(PostgreSQL.14).sql
index 2f5aea9a74d1..2b783169cd98 100644
--- a/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
tp12."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test2(PostgreSQL.14).sql
index 1a3a66fdc258..2e9edd58c80f 100644
--- a/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t4."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test3(PostgreSQL.14).sql
index 506fdb2286ee..9a1d4f48c5b4 100644
--- a/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t2."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test4(PostgreSQL.14).sql
index ce28626bd230..596ecd0d8305 100644
--- a/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test5(PostgreSQL.14).sql
index 8cedc5fa8de3..3448fbeeb7b4 100644
--- a/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/Tests/UserTests/Issue1347Tests/Tests.UserTests.Tests.UserTests.Issue1347Tests.Test5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t3."Id",
diff --git a/PostgreSQL.14/Tests/UserTests/UnknownSqlTests/Tests.UserTests.UnknownSqlTests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/UnknownSqlTests/Tests.UserTests.UnknownSqlTests.Test(PostgreSQL.14).sql
index ec8ca099547f..8ba51f28d177 100644
--- a/PostgreSQL.14/Tests/UserTests/UnknownSqlTests/Tests.UserTests.UnknownSqlTests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/UnknownSqlTests/Tests.UserTests.UnknownSqlTests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
0
diff --git a/PostgreSQL.14/Tests/UserTests/UnnecessaryInnerJoinTests/Tests.UserTests.UnnecessaryInnerJoinTests.Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/UserTests/UnnecessaryInnerJoinTests/Tests.UserTests.UnnecessaryInnerJoinTests.Test(PostgreSQL.14).sql
index f82fca5d6f5a..27b60b4e3213 100644
--- a/PostgreSQL.14/Tests/UserTests/UnnecessaryInnerJoinTests/Tests.UserTests.UnnecessaryInnerJoinTests.Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/UserTests/UnnecessaryInnerJoinTests/Tests.UserTests.UnnecessaryInnerJoinTests.Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Field2"
diff --git a/PostgreSQL.14/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.NoTransaction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.NoTransaction(PostgreSQL.14).sql
index be6c96ea138b..59c2ad6327cf 100644
--- a/PostgreSQL.14/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.NoTransaction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.NoTransaction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1111
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2111
@@ -16,7 +16,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 3111
@@ -25,7 +25,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 4111
@@ -34,7 +34,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -47,7 +47,7 @@ VALUES
(3111,3111),
(4111,4111)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1111
@@ -56,7 +56,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2111
@@ -65,7 +65,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 3111
@@ -74,7 +74,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 4111
diff --git a/PostgreSQL.14/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.Transaction(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.Transaction(PostgreSQL.14).sql
index 8e16398923d8..0da8109faa8a 100644
--- a/PostgreSQL.14/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.Transaction(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BatchTests/Tests.xUpdate.BatchTests.Transaction(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1111
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2111
@@ -16,7 +16,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 3111
@@ -25,7 +25,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 4111
@@ -34,7 +34,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -48,7 +48,7 @@ VALUES
(4111,4111)
CommitTransaction
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1111
@@ -57,7 +57,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 2111
@@ -66,7 +66,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 3111
@@ -75,7 +75,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 4111
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.14,MultipleRows).sql
index ec0be1c6932d..a31029881479 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.14,RowByRow).sql
index be95ce25d44f..123cd494f5b0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataConnection(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.14,MultipleRows).sql
index ec0be1c6932d..a31029881479 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.14,RowByRow).sql
index be95ce25d44f..123cd494f5b0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncEnumerableWithCloseAfterUseDataContext(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.14,MultipleRows).sql
index 0b66b144454b..5c75bed65b25 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.14,RowByRow).sql
index 6a836cd1b022..42809024dfd5 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataConnection(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.14,MultipleRows).sql
index 0b66b144454b..5c75bed65b25 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.14,RowByRow).sql
index 6a836cd1b022..42809024dfd5 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyAsyncWithCloseAfterUseDataContext(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.14,MultipleRows).sql
index 28c7412a18c7..0e84a800816f 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "DateOnlyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "DateOnlyTable"
VALUES
('2021-01-01'::date)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.14,ProviderSpecific).sql
index 26e0c608c56a..b90086a5d46f 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.14,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "DateOnlyTable"(Date)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.14,RowByRow).sql
index e782d21cb323..9f8296c35a86 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyDateOnly(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Date Date
SET @Date = '2021-01-01'::date
@@ -11,7 +11,7 @@ VALUES
:Date
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,Default).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,Default).sql
index cb322d87147c..8ec769352176 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,Default).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TPHTable"
(
@@ -14,7 +14,7 @@ VALUES
(2,2,NULL,'Str2',NULL,NULL),
(3,3,NULL,NULL,'Str3','Y')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Discriminator",
@@ -28,7 +28,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -43,7 +43,7 @@ WHERE
x."Discriminator" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -58,7 +58,7 @@ WHERE
x."Discriminator" = 2
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -73,7 +73,7 @@ WHERE
x."Discriminator" = 3
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -88,7 +88,7 @@ WHERE
x."Value1" = 'Str1'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -103,7 +103,7 @@ WHERE
x."Value2" = 'Str2'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,MultipleRows).sql
index cb322d87147c..8ec769352176 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TPHTable"
(
@@ -14,7 +14,7 @@ VALUES
(2,2,NULL,'Str2',NULL,NULL),
(3,3,NULL,NULL,'Str3','Y')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Discriminator",
@@ -28,7 +28,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -43,7 +43,7 @@ WHERE
x."Discriminator" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -58,7 +58,7 @@ WHERE
x."Discriminator" = 2
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -73,7 +73,7 @@ WHERE
x."Discriminator" = 3
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -88,7 +88,7 @@ WHERE
x."Value1" = 'Str1'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -103,7 +103,7 @@ WHERE
x."Value2" = 'Str2'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,ProviderSpecific).sql
index a832ab7c6391..9db91c9f9c10 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,ProviderSpecific).sql
@@ -1,6 +1,6 @@
INSERT BULK "TPHTable"(Id, Discriminator, Value1, Value2, Value3, NullableBool)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Discriminator",
@@ -14,7 +14,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -29,7 +29,7 @@ WHERE
x."Discriminator" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -44,7 +44,7 @@ WHERE
x."Discriminator" = 2
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -59,7 +59,7 @@ WHERE
x."Discriminator" = 3
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -74,7 +74,7 @@ WHERE
x."Value1" = 'Str1'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -89,7 +89,7 @@ WHERE
x."Value2" = 'Str2'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,RowByRow).sql
index bb380c47cfae..ab2a13ac44c8 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyTPH(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Discriminator Integer -- Int32
@@ -19,7 +19,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Discriminator Integer -- Int32
@@ -40,7 +40,7 @@ VALUES
:Value2
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Discriminator Integer -- Int32
@@ -65,7 +65,7 @@ VALUES
:NullableBool
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Discriminator",
@@ -79,7 +79,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -94,7 +94,7 @@ WHERE
x."Discriminator" = 1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -109,7 +109,7 @@ WHERE
x."Discriminator" = 2
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -124,7 +124,7 @@ WHERE
x."Discriminator" = 3
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -139,7 +139,7 @@ WHERE
x."Value1" = 'Str1'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
@@ -154,7 +154,7 @@ WHERE
x."Value2" = 'Str2'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
x."Discriminator",
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.14,MultipleRows).sql
index 0b66b144454b..5c75bed65b25 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.14,RowByRow).sql
index 6a836cd1b022..42809024dfd5 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataConnection(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.14,MultipleRows).sql
index 0b66b144454b..5c75bed65b25 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.14,RowByRow).sql
index 6a836cd1b022..42809024dfd5 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithCloseAfterUseDataContext(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.14,Default).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.14,Default).sql
index 0b66b144454b..5c75bed65b25 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.14,Default).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.14,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.14,MultipleRows).sql
index 0b66b144454b..5c75bed65b25 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.14,RowByRow).sql
index 6a836cd1b022..42809024dfd5 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContext(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.14,Default).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.14,Default).sql
index c5956fcb1e99..b4bd9424b65b 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.14,Default).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.14,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.14,MultipleRows).sql
index c5956fcb1e99..b4bd9424b65b 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.14,RowByRow).sql
index a56f8b8861fe..5897dd8d74bf 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextAsync(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
@@ -11,7 +11,7 @@ VALUES
:Id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,Default).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,Default).sql
index 96907f8b0951..16e9bb3e4a4c 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,Default).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -16,7 +16,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,MultipleRows).sql
index 96907f8b0951..16e9bb3e4a4c 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -16,7 +16,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,ProviderSpecific).sql
index c76d3149dadb..597e033c0974 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,ProviderSpecific).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,RowByRow).sql
index 44c13738f843..aed1d43a54a5 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTable(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -16,7 +16,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,Default).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,Default).sql
index e16d4ee0f6ab..51eceb942805 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,Default).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,Default).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -16,7 +16,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -25,7 +25,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -34,7 +34,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(10)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -43,7 +43,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,MultipleRows).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,MultipleRows).sql
index e16d4ee0f6ab..51eceb942805 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,MultipleRows).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,MultipleRows).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -16,7 +16,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -25,7 +25,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(3)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -34,7 +34,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(10)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -43,7 +43,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,ProviderSpecific).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,ProviderSpecific).sql
index 1373f50ada9d..6bc5b104aeb9 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,ProviderSpecific).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,ProviderSpecific).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -18,7 +18,7 @@ VALUES
INSERT ASYNC BULK "SimpleBulkCopyTable"(Id)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -27,7 +27,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(10)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,RowByRow).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,RowByRow).sql
index 0e20999bf15f..c09678d8db03 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,RowByRow).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.BulkCopyWithDataContextFromTableAsync(PostgreSQL.14,RowByRow).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -7,7 +7,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -16,7 +16,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(2)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
@@ -29,7 +29,7 @@ VALUES
:Id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -38,7 +38,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(10)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "SimpleBulkCopyTable"
(
@@ -47,7 +47,7 @@ INSERT INTO "SimpleBulkCopyTable"
VALUES
(20)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 30
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,Default,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,Default,0).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,Default,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,Default,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,Default,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,Default,1).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,Default,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,Default,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,Default,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,Default,2).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,Default,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,Default,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,MultipleRows,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,MultipleRows,0).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,MultipleRows,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,MultipleRows,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,MultipleRows,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,MultipleRows,1).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,MultipleRows,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,MultipleRows,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,MultipleRows,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,MultipleRows,2).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,MultipleRows,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,MultipleRows,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,ProviderSpecific,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,ProviderSpecific,0).sql
index 852b89a900a2..97e60fcf4772 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,ProviderSpecific,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,ProviderSpecific,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT BULK "AllTypes"(intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,ProviderSpecific,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,ProviderSpecific,1).sql
index f182244d54e0..01b4fa4d18aa 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,ProviderSpecific,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,ProviderSpecific,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,ProviderSpecific,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,ProviderSpecific,2).sql
index f182244d54e0..01b4fa4d18aa 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,ProviderSpecific,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,ProviderSpecific,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,RowByRow,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,RowByRow,0).sql
index 15e67a5b0f25..f19447cb1fe0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,RowByRow,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,RowByRow,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,RowByRow,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,RowByRow,1).sql
index 15e67a5b0f25..f19447cb1fe0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,RowByRow,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,RowByRow,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,RowByRow,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,RowByRow,2).sql
index 15e67a5b0f25..f19447cb1fe0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,RowByRow,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,False,RowByRow,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,Default,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,Default,0).sql
index e852d272f2af..93376c668561 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,Default,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,Default,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,Default,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,Default,1).sql
index e852d272f2af..93376c668561 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,Default,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,Default,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,Default,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,Default,2).sql
index e852d272f2af..93376c668561 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,Default,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,Default,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,MultipleRows,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,MultipleRows,0).sql
index e852d272f2af..93376c668561 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,MultipleRows,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,MultipleRows,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,MultipleRows,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,MultipleRows,1).sql
index e852d272f2af..93376c668561 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,MultipleRows,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,MultipleRows,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,MultipleRows,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,MultipleRows,2).sql
index e852d272f2af..93376c668561 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,MultipleRows,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,MultipleRows,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,ProviderSpecific,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,ProviderSpecific,0).sql
index 14d7aa55616f..cec7bcbd66ca 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,ProviderSpecific,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,ProviderSpecific,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT BULK "AllTypes"(ID, intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,ProviderSpecific,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,ProviderSpecific,1).sql
index 152605473050..149f5c3103a0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,ProviderSpecific,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,ProviderSpecific,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(ID, intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,ProviderSpecific,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,ProviderSpecific,2).sql
index 152605473050..149f5c3103a0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,ProviderSpecific,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,ProviderSpecific,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(ID, intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,RowByRow,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,RowByRow,0).sql
index 1fa217604957..b458068b0a66 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,RowByRow,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,RowByRow,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,RowByRow,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,RowByRow,1).sql
index 1fa217604957..b458068b0a66 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,RowByRow,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,RowByRow,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,RowByRow,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,RowByRow,2).sql
index 1fa217604957..b458068b0a66 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,RowByRow,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,True,RowByRow,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,Default,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,Default,0).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,Default,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,Default,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,Default,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,Default,1).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,Default,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,Default,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,Default,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,Default,2).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,Default,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,Default,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,MultipleRows,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,MultipleRows,0).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,MultipleRows,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,MultipleRows,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,MultipleRows,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,MultipleRows,1).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,MultipleRows,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,MultipleRows,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,MultipleRows,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,MultipleRows,2).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,MultipleRows,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,MultipleRows,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,ProviderSpecific,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,ProviderSpecific,0).sql
index 852b89a900a2..97e60fcf4772 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,ProviderSpecific,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,ProviderSpecific,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT BULK "AllTypes"(intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,ProviderSpecific,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,ProviderSpecific,1).sql
index f182244d54e0..01b4fa4d18aa 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,ProviderSpecific,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,ProviderSpecific,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,ProviderSpecific,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,ProviderSpecific,2).sql
index f182244d54e0..01b4fa4d18aa 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,ProviderSpecific,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,ProviderSpecific,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,RowByRow,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,RowByRow,0).sql
index 15e67a5b0f25..f19447cb1fe0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,RowByRow,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,RowByRow,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,RowByRow,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,RowByRow,1).sql
index 15e67a5b0f25..f19447cb1fe0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,RowByRow,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,RowByRow,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,RowByRow,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,RowByRow,2).sql
index 15e67a5b0f25..f19447cb1fe0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,RowByRow,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertFalse(PostgreSQL.14,null,RowByRow,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,Default,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,Default,0).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,Default,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,Default,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,Default,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,Default,1).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,Default,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,Default,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,Default,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,Default,2).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,Default,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,Default,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,MultipleRows,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,MultipleRows,0).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,MultipleRows,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,MultipleRows,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,MultipleRows,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,MultipleRows,1).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,MultipleRows,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,MultipleRows,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,MultipleRows,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,MultipleRows,2).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,MultipleRows,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,MultipleRows,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,ProviderSpecific,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,ProviderSpecific,0).sql
index 852b89a900a2..97e60fcf4772 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,ProviderSpecific,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,ProviderSpecific,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT BULK "AllTypes"(intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,ProviderSpecific,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,ProviderSpecific,1).sql
index f182244d54e0..01b4fa4d18aa 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,ProviderSpecific,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,ProviderSpecific,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,ProviderSpecific,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,ProviderSpecific,2).sql
index f182244d54e0..01b4fa4d18aa 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,ProviderSpecific,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,ProviderSpecific,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,RowByRow,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,RowByRow,0).sql
index 15e67a5b0f25..f19447cb1fe0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,RowByRow,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,RowByRow,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,RowByRow,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,RowByRow,1).sql
index 15e67a5b0f25..f19447cb1fe0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,RowByRow,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,RowByRow,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,RowByRow,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,RowByRow,2).sql
index 15e67a5b0f25..f19447cb1fe0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,RowByRow,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,False,RowByRow,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,Default,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,Default,0).sql
index e852d272f2af..93376c668561 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,Default,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,Default,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,Default,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,Default,1).sql
index e852d272f2af..93376c668561 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,Default,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,Default,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,Default,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,Default,2).sql
index e852d272f2af..93376c668561 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,Default,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,Default,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,MultipleRows,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,MultipleRows,0).sql
index e852d272f2af..93376c668561 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,MultipleRows,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,MultipleRows,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,MultipleRows,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,MultipleRows,1).sql
index e852d272f2af..93376c668561 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,MultipleRows,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,MultipleRows,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,MultipleRows,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,MultipleRows,2).sql
index e852d272f2af..93376c668561 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,MultipleRows,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,MultipleRows,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -24,7 +24,7 @@ VALUES
(13,200),
(23,300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -38,7 +38,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,ProviderSpecific,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,ProviderSpecific,0).sql
index 14d7aa55616f..cec7bcbd66ca 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,ProviderSpecific,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,ProviderSpecific,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT BULK "AllTypes"(ID, intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,ProviderSpecific,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,ProviderSpecific,1).sql
index 152605473050..149f5c3103a0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,ProviderSpecific,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,ProviderSpecific,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(ID, intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,ProviderSpecific,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,ProviderSpecific,2).sql
index 152605473050..149f5c3103a0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,ProviderSpecific,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,ProviderSpecific,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(ID, intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,RowByRow,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,RowByRow,0).sql
index 1fa217604957..b458068b0a66 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,RowByRow,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,RowByRow,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,RowByRow,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,RowByRow,1).sql
index 1fa217604957..b458068b0a66 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,RowByRow,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,RowByRow,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,RowByRow,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,RowByRow,2).sql
index 1fa217604957..b458068b0a66 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,RowByRow,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,True,RowByRow,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,Default,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,Default,0).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,Default,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,Default,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,Default,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,Default,1).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,Default,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,Default,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,Default,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,Default,2).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,Default,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,Default,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,MultipleRows,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,MultipleRows,0).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,MultipleRows,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,MultipleRows,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,MultipleRows,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,MultipleRows,1).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,MultipleRows,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,MultipleRows,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,MultipleRows,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,MultipleRows,2).sql
index cb14e577f106..7f7282f8179d 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,MultipleRows,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,MultipleRows,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -23,7 +23,7 @@ VALUES
(200),
(300)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -37,7 +37,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,ProviderSpecific,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,ProviderSpecific,0).sql
index 852b89a900a2..97e60fcf4772 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,ProviderSpecific,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,ProviderSpecific,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT BULK "AllTypes"(intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,ProviderSpecific,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,ProviderSpecific,1).sql
index f182244d54e0..01b4fa4d18aa 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,ProviderSpecific,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,ProviderSpecific,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,ProviderSpecific,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,ProviderSpecific,2).sql
index f182244d54e0..01b4fa4d18aa 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,ProviderSpecific,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,ProviderSpecific,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -15,7 +15,7 @@ RETURNING
INSERT ASYNC BULK "AllTypes"(intDataType)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -29,7 +29,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,RowByRow,0).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,RowByRow,0).sql
index 15e67a5b0f25..f19447cb1fe0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,RowByRow,0).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,RowByRow,0).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,RowByRow,1).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,RowByRow,1).sql
index 15e67a5b0f25..f19447cb1fe0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,RowByRow,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,RowByRow,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,RowByRow,2).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,RowByRow,2).sql
index 15e67a5b0f25..f19447cb1fe0 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,RowByRow,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.KeepIdentity_SkipOnInsertTrue(PostgreSQL.14,null,RowByRow,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 0
@@ -13,7 +13,7 @@ VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
@@ -26,7 +26,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 300
@@ -39,7 +39,7 @@ VALUES
:Value
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
@@ -53,7 +53,7 @@ WHERE
ORDER BY
t1."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @lastId Integer -- Int32
SET @lastId = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.MultipleRows_TestTyping(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.MultipleRows_TestTyping(PostgreSQL.14).sql
index 4366c26aa9e1..6190d5d497b1 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.MultipleRows_TestTyping(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.MultipleRows_TestTyping(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "MultipleRowsTable"
(
@@ -10,7 +10,7 @@ VALUES
(1,NULL,1),
(2,1.5,-2.6)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.ReuseOptionTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.ReuseOptionTest(PostgreSQL.14).sql
index a7f951c7d433..ee1afe443683 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.ReuseOptionTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.ReuseOptionTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -8,7 +8,7 @@ INSERT INTO "Parent"
VALUES
(111001,NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.UseParametersTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.UseParametersTest(PostgreSQL.14).sql
index 737a33c9b2cb..b71a98560240 100644
--- a/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.UseParametersTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/BulkCopyTests/Tests.xUpdate.BulkCopyTests.UseParametersTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 111001
DECLARE @:p2 Integer -- Int32
@@ -257,7 +257,7 @@ VALUES
(:p97,:p98),
(:p99,:p100)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 111051
DECLARE @:p2 Integer -- Int32
@@ -516,7 +516,7 @@ VALUES
(:p97,:p98),
(:p99,:p100)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @:p1 Integer -- Int32
SET @:p1 = 111101
DECLARE @:p2 Integer -- Int32
@@ -770,7 +770,7 @@ VALUES
(:p95,:p96),
(:p97,:p98)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 111001
DECLARE @ParentID_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1(PostgreSQL.14).sql
index 98c48e08c4f5..ebbe3885709f 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "TestTable"
(
@@ -14,7 +14,7 @@ CREATE TABLE "TestTable"
CONSTRAINT "PK_TestTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -24,7 +24,7 @@ SELECT
FROM
"TestTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "TestTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1Async(PostgreSQL.14).sql
index 98c48e08c4f5..ebbe3885709f 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.CreateTable1Async(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "TestTable"
(
@@ -14,7 +14,7 @@ CREATE TABLE "TestTable"
CONSTRAINT "PK_TestTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
@@ -24,7 +24,7 @@ SELECT
FROM
"TestTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "TestTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.Issue4671Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.Issue4671Test(PostgreSQL.14).sql
index fda58699a3ec..1b7b7bd34f81 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.Issue4671Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.Issue4671Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "Issue4671EntityTMP"
(
@@ -9,7 +9,7 @@ CREATE TEMPORARY TABLE "Issue4671EntityTMP"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4671Entity"
(
@@ -20,7 +20,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Issue4671EntityTMP"
(
@@ -31,7 +31,7 @@ VALUES
2
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -40,7 +40,7 @@ FROM
"Issue4671Entity" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -49,7 +49,7 @@ FROM
"Issue4671EntityTMP" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Issue4671EntityTMP"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.TestIssue160(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.TestIssue160(PostgreSQL.14).sql
index 6eb710cf77e9..dcdda5c74a34 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.TestIssue160(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTests/Tests.xUpdate.CreateTableTests.TestIssue160(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE aa
(
@@ -8,7 +8,7 @@ CREATE TABLE aa
CONSTRAINT "PK_aa" PRIMARY KEY (bb)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @bb Integer -- Int32
SET @bb = 99
DECLARE @cc Text(5) -- String
@@ -25,7 +25,7 @@ VALUES
:cc
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.bb,
@@ -33,7 +33,7 @@ SELECT
FROM
aa t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE aa
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Boolean).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Boolean).sql
index 40c2abdac982..c241f43750c0 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Boolean).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Boolean).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Boolean Boolean
@@ -15,7 +15,7 @@ VALUES
:Boolean
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Boolean Boolean
@@ -32,7 +32,7 @@ VALUES
:Boolean
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,BooleanNullable).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,BooleanNullable).sql
index 1b8e0d48ea3b..fcfcc93240fd 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,BooleanNullable).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,BooleanNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @BooleanNullable Boolean
@@ -15,7 +15,7 @@ VALUES
:BooleanNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @BooleanNullable Boolean
@@ -32,7 +32,7 @@ VALUES
:BooleanNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,DateTime).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,DateTime).sql
index 9ba0fabab775..a467ceed75e2 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,DateTime).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,DateTime).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @DateTime Timestamp -- DateTime2
@@ -15,7 +15,7 @@ VALUES
:DateTime
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @DateTime Timestamp -- DateTime2
@@ -32,7 +32,7 @@ VALUES
:DateTime
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,DateTimeNullable).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,DateTimeNullable).sql
index 674c3c09337b..777d44502a43 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,DateTimeNullable).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,DateTimeNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @DateTimeNullable Timestamp -- DateTime2
@@ -15,7 +15,7 @@ VALUES
:DateTimeNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @DateTimeNullable Timestamp -- DateTime2
@@ -32,7 +32,7 @@ VALUES
:DateTimeNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Double).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Double).sql
index 6887b5049b0f..746e2b97aae5 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Double).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Double).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Double Double
@@ -15,7 +15,7 @@ VALUES
:Double
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Double Double
@@ -32,7 +32,7 @@ VALUES
:Double
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,DoubleNullable).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,DoubleNullable).sql
index 5ddd84b8c240..645e086657a2 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,DoubleNullable).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,DoubleNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @DoubleNullable Double
@@ -15,7 +15,7 @@ VALUES
:DoubleNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @DoubleNullable Double
@@ -32,7 +32,7 @@ VALUES
:DoubleNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int32).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int32).sql
index 45dfa229b6b7..a7fa8592ac71 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int32).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int32).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Int32 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Int32
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Int32 Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Int32
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int32Nullable).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int32Nullable).sql
index 694f9d722506..d8164ed21253 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int32Nullable).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int32Nullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Int32Nullable Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Int32Nullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Int32Nullable Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Int32Nullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int64).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int64).sql
index d2f6273be318..e340ac8bb775 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int64).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int64).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Int64 Bigint -- Int64
@@ -15,7 +15,7 @@ VALUES
:Int64
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Int64 Bigint -- Int64
@@ -32,7 +32,7 @@ VALUES
:Int64
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int64Nullable).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int64Nullable).sql
index a7d238e02071..c369b5d61cbb 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int64Nullable).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,Int64Nullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Int64Nullable Bigint -- Int64
@@ -15,7 +15,7 @@ VALUES
:Int64Nullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Int64Nullable Bigint -- Int64
@@ -32,7 +32,7 @@ VALUES
:Int64Nullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,IntEnum).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,IntEnum).sql
index b5ef0ccd3ec5..8aa47c6cf7f6 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,IntEnum).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,IntEnum).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @IntEnum Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:IntEnum
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @IntEnum Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:IntEnum
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,IntEnumNullable).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,IntEnumNullable).sql
index 4c697690075f..23e6b27b8513 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,IntEnumNullable).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,IntEnumNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @IntEnumNullable Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:IntEnumNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @IntEnumNullable Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:IntEnumNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,String).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,String).sql
index 96a3516136d4..cd46c8de9918 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,String).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,String).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @String Text -- String
@@ -15,7 +15,7 @@ VALUES
:String
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @String Text(14) -- String
@@ -32,7 +32,7 @@ VALUES
:String
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,String10).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,String10).sql
index f4a4c0d3117e..c2df4f6c4f3e 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,String10).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,String10).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @String Text -- String
@@ -15,7 +15,7 @@ VALUES
:String
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @String Text(7) -- String
@@ -32,7 +32,7 @@ VALUES
:String
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,String10Nullable).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,String10Nullable).sql
index 069f94d63533..8a1755cc2c8a 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,String10Nullable).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,String10Nullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @String Text -- String
@@ -15,7 +15,7 @@ VALUES
:String
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @String Text(9) -- String
@@ -32,7 +32,7 @@ VALUES
:String
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConverted).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConverted).sql
index b318ef3d6802..9c516790a36b 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConverted).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConverted).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @StringConverted Varchar(4) -- String
@@ -15,7 +15,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @StringConverted Varchar(53) -- String
@@ -32,7 +32,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConvertedNVarChar).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConvertedNVarChar).sql
index b318ef3d6802..9c516790a36b 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConvertedNVarChar).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConvertedNVarChar).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @StringConverted Varchar(4) -- String
@@ -15,7 +15,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @StringConverted Varchar(53) -- String
@@ -32,7 +32,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConvertedNVarCharNullable).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConvertedNVarCharNullable).sql
index b318ef3d6802..9c516790a36b 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConvertedNVarCharNullable).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConvertedNVarCharNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @StringConverted Varchar(4) -- String
@@ -15,7 +15,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @StringConverted Varchar(53) -- String
@@ -32,7 +32,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConvertedNullable).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConvertedNullable).sql
index b318ef3d6802..9c516790a36b 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConvertedNullable).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringConvertedNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @StringConverted Varchar(4) -- String
@@ -15,7 +15,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @StringConverted Varchar(53) -- String
@@ -32,7 +32,7 @@ VALUES
:StringConverted
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringEnum).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringEnum).sql
index 258a61dec16c..7d5f9c65bc88 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringEnum).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringEnum).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @StringEnum Text(2) -- String
@@ -15,7 +15,7 @@ VALUES
:StringEnum
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @StringEnum Text(1) -- String
@@ -32,7 +32,7 @@ VALUES
:StringEnum
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringEnumNullable).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringEnumNullable).sql
index ee2fd0fc422c..70e34ae78260 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringEnumNullable).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringEnumNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @StringEnumNullable Text -- String
@@ -15,7 +15,7 @@ VALUES
:StringEnumNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @StringEnumNullable Text(2) -- String
@@ -32,7 +32,7 @@ VALUES
:StringEnumNullable
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringNullable).sql b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringNullable).sql
index a3ea7e4f9c73..7335bc26c9b3 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringNullable).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTableTypesTests/Tests.xUpdate.CreateTableTypesTests.TestCreateTableColumnType(PostgreSQL.14,StringNullable).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @String Text -- String
@@ -15,7 +15,7 @@ VALUES
:String
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @String Text(23) -- String
@@ -32,7 +32,7 @@ VALUES
:String
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable1(PostgreSQL.14).sql
index fe10035fc5f1..b4e63f1642bc 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable1(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -22,14 +22,14 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
FROM
"TempTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -37,7 +37,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable2(PostgreSQL.14).sql
index 60799b6a1651..9a62f75ff2e6 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable2(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -22,7 +22,7 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -30,7 +30,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3(PostgreSQL.14).sql
index 60799b6a1651..9a62f75ff2e6 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -22,7 +22,7 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -30,7 +30,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3Async(PostgreSQL.14).sql
index 8d0d7bc88849..23ef0a8c9bae 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable3Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -18,7 +18,7 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -26,7 +26,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsync(PostgreSQL.14).sql
index 60799b6a1651..9a62f75ff2e6 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsync(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -22,7 +22,7 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -30,7 +30,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled(PostgreSQL.14).sql
index 3b8dd6faece9..b7e456b60507 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled(PostgreSQL.14).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TempTable"
(
@@ -19,7 +19,7 @@ CREATE TEMPORARY TABLE "TempTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled2(PostgreSQL.14).sql
index cc01786ac33a..0edefe08202d 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncCanceled2(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TempTable"
(
@@ -12,7 +12,7 @@ CREATE TEMPORARY TABLE "TempTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -23,11 +23,11 @@ SELECT
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncEnumerable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncEnumerable(PostgreSQL.14).sql
index 7bb34e441620..788c672b4e39 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncEnumerable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableAsyncEnumerable(PostgreSQL.14).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -33,7 +33,7 @@ VALUES
(1),
(7)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -41,7 +41,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerable(PostgreSQL.14).sql
index 7bb34e441620..788c672b4e39 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerable(PostgreSQL.14).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."ParentID"
FROM
"Parent" p
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -33,7 +33,7 @@ VALUES
(1),
(7)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID"
@@ -41,7 +41,7 @@ FROM
"Parent" p
INNER JOIN "TempTable" t ON p."ParentID" = t."ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionAsyncTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionAsyncTest(PostgreSQL.14).sql
index b819c9049ab8..d11a3171075f 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionAsyncTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionAsyncTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("Name")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -20,7 +20,7 @@ INSERT INTO "TempTable"
VALUES
('John')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Name"
@@ -28,7 +28,7 @@ FROM
"Person" p
INNER JOIN "TempTable" t ON p."FirstName" = t."Name"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionTest(PostgreSQL.14).sql
index b819c9049ab8..d11a3171075f 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithDescriptionTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("Name")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -20,7 +20,7 @@ INSERT INTO "TempTable"
VALUES
('John')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Name"
@@ -28,7 +28,7 @@ FROM
"Person" p
INNER JOIN "TempTable" t ON p."FirstName" = t."Name"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionAsyncTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionAsyncTest(PostgreSQL.14).sql
index c4b5f596e453..78fb2d6561f2 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionAsyncTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionAsyncTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE IF NOT EXISTS "TempTable"
(
@@ -12,7 +12,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS "TempTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -21,7 +21,7 @@ INSERT INTO "TempTable"
VALUES
('John')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Name"
@@ -29,7 +29,7 @@ FROM
"Person" p
INNER JOIN "TempTable" t ON p."FirstName" = t."Name"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionTest(PostgreSQL.14).sql
index b819c9049ab8..d11a3171075f 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTableEnumerableWithNameAndDescriptionTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("Name")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -20,7 +20,7 @@ INSERT INTO "TempTable"
VALUES
('John')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Name"
@@ -28,7 +28,7 @@ FROM
"Person" p
INNER JOIN "TempTable" t ON p."FirstName" = t."Name"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeError(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeError(PostgreSQL.14).sql
index a6fe99973bcc..b8d8c96b8a30 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeError(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeError(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TempTable"
(
@@ -12,11 +12,11 @@ CREATE TEMPORARY TABLE "TempTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeErrorAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeErrorAsync(PostgreSQL.14).sql
index a6fe99973bcc..b8d8c96b8a30 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeErrorAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTable_NoDisposeErrorAsync(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TempTable"
(
@@ -12,11 +12,11 @@ CREATE TEMPORARY TABLE "TempTable"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "TempTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTableWithPrimaryKey(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTableWithPrimaryKey(PostgreSQL.14).sql
index 62cc75d46eb3..56e4ac9f54bc 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTableWithPrimaryKey(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTableWithPrimaryKey(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TableWithPrimaryKey"
(
@@ -8,7 +8,7 @@ CREATE TEMPORARY TABLE "TableWithPrimaryKey"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TableWithPrimaryKey"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTable_TestSchemaConflicts(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTable_TestSchemaConflicts(PostgreSQL.14).sql
index d66bc1e1f574..83d98732a122 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTable_TestSchemaConflicts(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.CreateTempTable_TestSchemaConflicts(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestTempTable"
(
@@ -11,7 +11,7 @@ VALUES
'value'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE IF NOT EXISTS "TempTable"
(
@@ -21,7 +21,7 @@ CREATE TABLE IF NOT EXISTS "TempTable"
CONSTRAINT "PK_TempTable" PRIMARY KEY ("Id")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -34,7 +34,7 @@ SELECT
FROM
"TestTempTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestTempTable"
(
@@ -47,7 +47,7 @@ VALUES
'value 2'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TempTable"
(
@@ -60,7 +60,7 @@ VALUES
'renamed 2'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -70,7 +70,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -80,7 +80,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TempTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.InsertIntoTempTableWithPrimaryKey(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.InsertIntoTempTableWithPrimaryKey(PostgreSQL.14).sql
index bc448d2d6f40..7bc10f7cb26e 100644
--- a/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.InsertIntoTempTableWithPrimaryKey(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/CreateTempTableTests/Tests.xUpdate.CreateTempTableTests.InsertIntoTempTableWithPrimaryKey(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TEMPORARY TABLE "TableWithPrimaryKey2"
(
@@ -8,7 +8,7 @@ CREATE TEMPORARY TABLE "TableWithPrimaryKey2"
)
ON COMMIT PRESERVE ROWS
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TableWithPrimaryKey2"
(
@@ -17,7 +17,7 @@ INSERT INTO "TableWithPrimaryKey2"
VALUES
(1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TableWithPrimaryKey2"
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.AlterDelete(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.AlterDelete(PostgreSQL.14).sql
index 9a11a80b4edb..ac9667b02a37 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.AlterDelete(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.AlterDelete(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.ContainsJoin1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.ContainsJoin1(PostgreSQL.14).sql
index eedc09332954..b9f0102077a1 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.ContainsJoin1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.ContainsJoin1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @ChildID Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:ChildID
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @ChildID Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:ChildID
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @ChildID Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:ChildID
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1000
@@ -86,7 +86,7 @@ WHERE
t1."Value1" = p."Value1"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1000
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete1(PostgreSQL.14).sql
index 702078ec3c77..da933e539783 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
t1."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -35,7 +35,7 @@ FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -44,7 +44,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete2(PostgreSQL.14).sql
index 702078ec3c77..da933e539783 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -7,7 +7,7 @@ DELETE FROM
WHERE
t1."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -35,7 +35,7 @@ FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -44,7 +44,7 @@ DELETE FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete3(PostgreSQL.14).sql
index be28c4119319..806b6dac09ba 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete3(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" IN (1001, 1002)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -18,7 +18,7 @@ VALUES
1001
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -31,7 +31,7 @@ VALUES
1002
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -40,7 +40,7 @@ FROM
WHERE
c_1."ParentID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" t1
@@ -58,7 +58,7 @@ WHERE
t1."ChildID" = c_1."ChildID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete4(PostgreSQL.14).sql
index bc37146fcf7e..60f5333526d1 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete4(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" gc
WHERE
gc."GrandChildID" IN (1001, 1002)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -20,7 +20,7 @@ VALUES
1001
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -35,7 +35,7 @@ VALUES
1002
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -44,7 +44,7 @@ FROM
WHERE
gc."ParentID" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" t1
@@ -63,7 +63,7 @@ WHERE
t1."GrandChildID" = gc."GrandChildID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete5(PostgreSQL.14).sql
index 4906b0ca32af..f53b1c7470d4 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.Delete5(PostgreSQL.14).sql
@@ -1,18 +1,18 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -27,7 +27,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1002
@@ -42,7 +42,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -51,14 +51,14 @@ FROM
WHERE
t1."ParentID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" IN (1001, 1002)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableName(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableName(PostgreSQL.14).sql
index ac20f6669a2b..6bf8e263e834 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableName(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableName(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -23,14 +23,14 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPerson" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -42,7 +42,7 @@ FROM
"xxPerson" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
@@ -51,7 +51,7 @@ DELETE FROM
WHERE
t1."PersonID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableNameAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableNameAsync(PostgreSQL.14).sql
index ac20f6669a2b..6bf8e263e834 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableNameAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteByTableNameAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -23,14 +23,14 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPerson" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -42,7 +42,7 @@ FROM
"xxPerson" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1
@@ -51,7 +51,7 @@ DELETE FROM
WHERE
t1."PersonID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany1(PostgreSQL.14).sql
index f2c66dead3ad..78ede3a050d0 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -9,7 +9,7 @@ VALUES
1001
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -22,7 +22,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -35,7 +35,7 @@ VALUES
2
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" t1
@@ -51,14 +51,14 @@ WHERE
t1."ChildID" = "a_Children"."ChildID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany2(PostgreSQL.14).sql
index 3d2c2f793254..de89eb1c84ab 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -9,7 +9,7 @@ VALUES
1001
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -22,7 +22,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -37,7 +37,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -52,7 +52,7 @@ VALUES
2
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -67,7 +67,7 @@ VALUES
3
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -80,7 +80,7 @@ VALUES
2
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -95,7 +95,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -110,7 +110,7 @@ VALUES
2
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -125,7 +125,7 @@ VALUES
3
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" t1
@@ -144,7 +144,7 @@ WHERE
t1."GrandChildID" = "a_GrandChildren"."GrandChildID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" t1
@@ -160,21 +160,21 @@ WHERE
t1."ChildID" = "a_Children"."ChildID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany3(PostgreSQL.14).sql
index 369ed12c6f81..1e52f0d93753 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.DeleteMany3(PostgreSQL.14).sql
@@ -1,25 +1,25 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -30,7 +30,7 @@ VALUES
1001
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -43,7 +43,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -58,7 +58,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -73,7 +73,7 @@ VALUES
2
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" t1
@@ -93,21 +93,21 @@ WHERE
t1."GrandChildID" = "a_GrandChildren"."GrandChildID"
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"GrandChild" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.MultipleDelete(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.MultipleDelete(PostgreSQL.14).sql
index 885f40c0dab1..96fb80a4ae69 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.MultipleDelete(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteTests/Tests.xUpdate.DeleteTests.MultipleDelete(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" c_1
WHERE
c_1."ParentID" >= 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -16,14 +16,14 @@ VALUES
(1000,NULL),
(1001,NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
WHERE
p."ParentID" = 1000 AND p."Value1" IS NULL OR p."ParentID" = 1001 AND p."Value1" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.14,100).sql
index f41c643d74ab..c468db8f14de 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.14,200).sql
index f41c643d74ab..c468db8f14de 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTest(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.14,100).sql
index 8e8b7aa38719..9f2a02aac154 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.14,200).sql
index 8e8b7aa38719..9f2a02aac154 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputAsyncTestSingleRecord(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.14,100).sql
index 983d73078c2f..a5fd934abaf1 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.14,200).sql
index cf84c55992d8..800d96f2e855 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTest(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.14,100).sql
index 3ff66548db42..d4befa49d6b5 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.14,200).sql
index 8c675ea09954..2c365bc32e79 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryAsyncTestSingleRecord(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.14,100).sql
index 983d73078c2f..a5fd934abaf1 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.14,200).sql
index cf84c55992d8..800d96f2e855 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTest(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.14,100).sql
index 3ff66548db42..d4befa49d6b5 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.14,200).sql
index 8c675ea09954..2c365bc32e79 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputFromQueryTestSingleRecord(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.14,100).sql
index a0c59edb0c35..99be6c16deca 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.14,200).sql
index a0c59edb0c35..99be6c16deca 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTest(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.14,100).sql
index 57f32e2ca355..5584379cc898 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.14,200).sql
index 57f32e2ca355..5584379cc898 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryAsyncTestSingleRecord(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.14,100).sql
index a0c59edb0c35..99be6c16deca 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.14,200).sql
index a0c59edb0c35..99be6c16deca 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTest(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.14,100).sql
index da60047bf7be..5846c7c6d244 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.14,200).sql
index da60047bf7be..5846c7c6d244 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputProjectionFromQueryTestSingleRecord(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.14,100).sql
index f41c643d74ab..c468db8f14de 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.14,200).sql
index f41c643d74ab..c468db8f14de 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTest(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" > 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.14,100).sql
index 8e8b7aa38719..9f2a02aac154 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.14,200).sql
index 8e8b7aa38719..9f2a02aac154 100644
--- a/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DeleteWithOutputTests/Tests.xUpdate.DeleteWithOutputTests.DeleteWithOutputTestSingleRecord(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
s."Id",
@@ -9,7 +9,7 @@ FROM
WHERE
s."Id" = 3
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TableWithData" s
diff --git a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableTest(PostgreSQL.14).sql
index 15476e398904..6587dd2acf46 100644
--- a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "DropTableTest"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "DropTableTest"
(
@@ -11,7 +11,7 @@ CREATE TABLE "DropTableTest"
CONSTRAINT "PK_DropTableTest" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "DropTableTest"
(
@@ -22,18 +22,18 @@ VALUES
123
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
FROM
"DropTableTest" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "DropTableTest"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
diff --git a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableWithIdentityTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableWithIdentityTest(PostgreSQL.14).sql
index 499dc90c8d6e..c3ac7892a3fb 100644
--- a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableWithIdentityTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropCurrentDatabaseTableWithIdentityTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "DropTableTestID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "DropTableTestID"
(
@@ -12,7 +12,7 @@ CREATE TABLE "DropTableTestID"
CONSTRAINT "PK_DropTableTestID" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "DropTableTestID"
(
@@ -23,7 +23,7 @@ VALUES
2
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -31,11 +31,11 @@ SELECT
FROM
"DropTableTestID" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "DropTableTestID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropSpecificDatabaseTableTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropSpecificDatabaseTableTest(PostgreSQL.14).sql
index b3f8fab57455..61e1e9495608 100644
--- a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropSpecificDatabaseTableTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropSpecificDatabaseTableTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "DropTableTest"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_schema()
@@ -10,7 +10,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
current_database()
@@ -18,7 +18,7 @@ FROM
"LinqDataTypes" t1
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "DropTableTest"
(
@@ -27,7 +27,7 @@ CREATE TABLE "DropTableTest"
CONSTRAINT "PK_DropTableTest" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO testdata.public."DropTableTest"
(
@@ -38,18 +38,18 @@ VALUES
123
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
FROM
testdata.public."DropTableTest" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE testdata.public."DropTableTest"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID"
diff --git a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Existing(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Existing(PostgreSQL.14).sql
index 25828c2360ae..e28f25bb6106 100644
--- a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Existing(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Existing(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Table"
(
@@ -7,7 +7,7 @@ CREATE TABLE "Table"
CONSTRAINT "PK_Table" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "Table"
diff --git a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Fail(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Fail(PostgreSQL.14).sql
index caccd177ecd8..0d4c5685600f 100644
--- a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Fail(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Fail(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "Table"
diff --git a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Ignore(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Ignore(PostgreSQL.14).sql
index 45f8e61c46e5..8a9ee3eaf360 100644
--- a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Ignore(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.DropTable_Missing_Ignore(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Table"
diff --git a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Existing(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Existing(PostgreSQL.14).sql
index 25828c2360ae..e28f25bb6106 100644
--- a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Existing(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Existing(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Table"
(
@@ -7,7 +7,7 @@ CREATE TABLE "Table"
CONSTRAINT "PK_Table" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "Table"
diff --git a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Fail(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Fail(PostgreSQL.14).sql
index caccd177ecd8..0d4c5685600f 100644
--- a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Fail(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Fail(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "Table"
diff --git a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Ignore(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Ignore(PostgreSQL.14).sql
index 45f8e61c46e5..8a9ee3eaf360 100644
--- a/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Ignore(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DropTableTests/Tests.xUpdate.DropTableTests.Drop_Missing_Ignore(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Table"
diff --git a/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertDynamicColumns(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertDynamicColumns(PostgreSQL.14).sql
index 224076efba03..63e4cddde2af 100644
--- a/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertDynamicColumns(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertDynamicColumns(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -13,7 +13,7 @@ VALUES
'M'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertViaSqlProperty(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertViaSqlProperty(PostgreSQL.14).sql
index 23979a81c9d4..afb8dfdf3263 100644
--- a/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertViaSqlProperty(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.InsertViaSqlProperty(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
diff --git a/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateDynamicColumn(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateDynamicColumn(PostgreSQL.14).sql
index 7d043bdd4cba..f36d7dc26dd7 100644
--- a/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateDynamicColumn(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateDynamicColumn(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -13,7 +13,7 @@ VALUES
'M'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."LastName" = 'Limonadovy'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Person"
@@ -31,7 +31,7 @@ SET
WHERE
"Person"."LastName" = 'Limonadovy'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlProperty(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlProperty(PostgreSQL.14).sql
index 12d8da75b3bd..82f453e46c2c 100644
--- a/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlProperty(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlProperty(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -41,7 +41,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlPropertyValue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlPropertyValue(PostgreSQL.14).sql
index 1f2e3ebfdf7f..08677f78ed7e 100644
--- a/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlPropertyValue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/DynamicColumnsTests/Tests.xUpdate.DynamicColumnsTests.UpdateViaSqlPropertyValue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ChildID Integer -- Int32
SET @ChildID = 5000
DECLARE @id Integer -- Int32
@@ -43,7 +43,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.AsValueInsertableTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.AsValueInsertableTest(PostgreSQL.14).sql
index aae610c79da1..47c44698e4a1 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.AsValueInsertableTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.AsValueInsertableTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 123
DECLARE @FirstName Text(4) -- String
@@ -15,7 +15,7 @@ VALUES
:FirstName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.14).sql
new file mode 100644
index 000000000000..0c7350add259
--- /dev/null
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.14).sql
@@ -0,0 +1,34 @@
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
+
+INSERT INTO "LinqDataTypes"
+(
+ "ID",
+ "GuidValue",
+ "BoolValue"
+)
+SELECT
+ Floor(t2."Value_1" + 1001)::Int,
+ gen_random_uuid(),
+ True
+FROM
+ (
+ SELECT DISTINCT
+ Floor(t1."ID"::Float / 3) as "Value_1"
+ FROM
+ "LinqDataTypes" t1
+ ) t2
+
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.14).sql
new file mode 100644
index 000000000000..0c7350add259
--- /dev/null
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.14).sql
@@ -0,0 +1,34 @@
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
+
+INSERT INTO "LinqDataTypes"
+(
+ "ID",
+ "GuidValue",
+ "BoolValue"
+)
+SELECT
+ Floor(t2."Value_1" + 1001)::Int,
+ gen_random_uuid(),
+ True
+FROM
+ (
+ SELECT DISTINCT
+ Floor(t1."ID"::Float / 3) as "Value_1"
+ FROM
+ "LinqDataTypes" t1
+ ) t2
+
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert1(PostgreSQL.14).sql
index b5c3ba6e33f6..1ea4f7ee71fd 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert1(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -20,7 +20,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -31,7 +31,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert11(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert11(PostgreSQL.14).sql
index da8376dc514a..9c4e6cd62093 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert11(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert11(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
MAX(t1."PersonID")
FROM
"Person" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(2) -- String
@@ -30,7 +30,7 @@ VALUES
:Name_LastName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 4
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert12(PostgreSQL.14).sql
index dff5a7a6d690..3a454384ab2a 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(9) -- String
SET @FirstName = 'FirstName'
DECLARE @Gender Text(1) -- String
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert13(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert13(PostgreSQL.14).sql
index 9753772b8dd4..1fafe5d7ab49 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert13(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert13(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert14(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert14(PostgreSQL.14).sql
index 007c95b55d99..f2b2c16c7784 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert14(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert14(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" p
WHERE
p."FirstName" LIKE 'Insert14%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -27,7 +27,7 @@ VALUES
'M'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -36,7 +36,7 @@ FROM
WHERE
p."FirstName" LIKE 'Insert14%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" p
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert15(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert15(PostgreSQL.14).sql
index e900873a1e41..4a36696cb1fa 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert15(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert15(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."FirstName" LIKE 'Insert15%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(8) -- String
@@ -30,7 +30,7 @@ VALUES
:Name_LastName
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -39,7 +39,7 @@ FROM
WHERE
t1."FirstName" LIKE 'Insert15%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert16(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert16(PostgreSQL.14).sql
index 19c0b0055a4d..ff11381eaaaf 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert16(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert16(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."FirstName" LIKE 'Insert16%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @name Integer -- Int32
SET @name = 8
DECLARE @idx Integer -- Int32
@@ -24,7 +24,7 @@ VALUES
'M'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -33,7 +33,7 @@ FROM
WHERE
t1."FirstName" LIKE 'Insert16%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2(PostgreSQL.14).sql
index b5c3ba6e33f6..1ea4f7ee71fd 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -20,7 +20,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -31,7 +31,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2Async(PostgreSQL.14).sql
index b5c3ba6e33f6..1ea4f7ee71fd 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert2Async(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -20,7 +20,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -31,7 +31,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3(PostgreSQL.14).sql
index 44fde26b7012..af1cbef3ec04 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert31(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert31(PostgreSQL.14).sql
index 44fde26b7012..af1cbef3ec04 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert31(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert31(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3Async(PostgreSQL.14).sql
index 44fde26b7012..af1cbef3ec04 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert3Async(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4(PostgreSQL.14).sql
index 44fde26b7012..af1cbef3ec04 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4Async(PostgreSQL.14).sql
index 44fde26b7012..af1cbef3ec04 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4Async(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4String(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4String(PostgreSQL.14).sql
index 572954ef158e..8fa9932686b9 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4String(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert4String(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert5(PostgreSQL.14).sql
index 515716be0616..b481acaa8529 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert5(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ChildID Integer -- Int32
SET @ChildID = 1001
@@ -22,7 +22,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert6(PostgreSQL.14).sql
index be3ee96aefd7..5aa007bb625b 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert6(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
WHERE
p."Value1" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -20,7 +20,7 @@ FROM
WHERE
c_1."ChildID" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -29,7 +29,7 @@ FROM
WHERE
p."Value1" = 11
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert7(PostgreSQL.14).sql
index 7eae2752f7d6..960a5f59be3d 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert7(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
DECLARE @ParentID Integer -- Int32
@@ -22,7 +22,7 @@ VALUES
:ParentID
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert8(PostgreSQL.14).sql
index c4233f5cb3ee..fae4ec2f8cd6 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert8(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1
DECLARE @id Integer -- Int32
@@ -22,7 +22,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert9(PostgreSQL.14).sql
index 1d89c12d23b2..3cbb082ca7be 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Insert9(PostgreSQL.14).sql
@@ -1,18 +1,18 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ParentID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
WHERE
p."ParentID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -29,7 +29,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -46,7 +46,7 @@ FROM
WHERE
p."ParentID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -57,14 +57,14 @@ FROM
WHERE
c_1."ParentID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ParentID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray1(PostgreSQL.14).sql
index 95b38531573e..fd593cce29bd 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray1(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
WHERE
t."ID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -20,7 +20,7 @@ VALUES
NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -36,7 +36,7 @@ WHERE
t."ID" = 1001
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray2(PostgreSQL.14).sql
index ba77ea7ea9f4..0eea684b2bda 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray2(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
WHERE
t."ID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @arr Bytea -- Binary
SET @arr = NULL
@@ -22,7 +22,7 @@ VALUES
:arr
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -38,7 +38,7 @@ WHERE
t."ID" = 1001
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray3(PostgreSQL.14).sql
index a5c9a4fe471f..7b3b9f4dbf29 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray3(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
WHERE
t."ID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @arr Bytea(4) -- Binary
SET @arr = E'\\x01020304'::bytea
@@ -22,7 +22,7 @@ VALUES
:arr
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -38,7 +38,7 @@ WHERE
t."ID" = 1001
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray4(PostgreSQL.14).sql
index 543007e6959b..a69d6f0ae099 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertArray4(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
WHERE
t."ID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1001
DECLARE @MoneyValue Numeric(1, 0) -- Decimal
@@ -42,7 +42,7 @@ VALUES
:SmallIntValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -58,7 +58,7 @@ WHERE
t."ID" = 1001
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" t
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableName(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableName(PostgreSQL.14).sql
index f9250b325472..bcace3aa0afd 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableName(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableName(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -50,7 +50,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -77,14 +77,14 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPerson" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableNameAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableNameAsync(PostgreSQL.14).sql
index f9250b325472..bcace3aa0afd 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableNameAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertByTableNameAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -50,7 +50,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -77,14 +77,14 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPerson" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConverted(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConverted(PostgreSQL.14).sql
index 02fc9ef7458b..ae8e216a000f 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConverted(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConverted(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" >= 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @tt Bigint -- Int64
SET @tt = 600000000
@@ -20,7 +20,7 @@ VALUES
:tt
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -31,7 +31,7 @@ WHERE
t."ID" = 1001
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConvertedNullable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConvertedNullable(PostgreSQL.14).sql
index 02fc9ef7458b..ae8e216a000f 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConvertedNullable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertConvertedNullable(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
WHERE
r."ID" >= 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @tt Bigint -- Int64
SET @tt = 600000000
@@ -20,7 +20,7 @@ VALUES
:tt
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."ID",
@@ -31,7 +31,7 @@ WHERE
t."ID" = 1001
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"LinqDataTypes" r
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertDefault(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertDefault(PostgreSQL.14).sql
index 853dfd5a45b9..94d702f1a4f3 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertDefault(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertDefault(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -15,7 +15,7 @@ VALUES
'M'
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" p
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum1(PostgreSQL.14).sql
index 661046230a65..0db3659a6f42 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum1(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 2
@@ -20,7 +20,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
DECLARE @Value1 Integer -- Int32
@@ -33,7 +33,7 @@ FROM
WHERE
t1."ParentID" = :id AND t1."Value1" = :Value1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum2(PostgreSQL.14).sql
index bc188960b1d7..1f1880678991 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum2(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -22,7 +22,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -33,7 +33,7 @@ FROM
WHERE
t1."ParentID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum3(PostgreSQL.14).sql
index 285c4b9df74b..dd48632ec6d5 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertEnum3(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -20,7 +20,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -31,7 +31,7 @@ FROM
WHERE
t1."ParentID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit1(PostgreSQL.14).sql
index 3d0ee135e293..ba31144421c9 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit2(PostgreSQL.14).sql
index 3d0ee135e293..ba31144421c9 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyInit2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew1(PostgreSQL.14).sql
index 3d0ee135e293..ba31144421c9 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew2(PostgreSQL.14).sql
index 3d0ee135e293..ba31144421c9 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_EmptyNew2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null1(PostgreSQL.14).sql
index 3d0ee135e293..ba31144421c9 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null2(PostgreSQL.14).sql
index 3d0ee135e293..ba31144421c9 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_Null2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr1(PostgreSQL.14).sql
index 3d0ee135e293..ba31144421c9 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr2(PostgreSQL.14).sql
index 3d0ee135e293..ba31144421c9 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertIfNotExists_NullExpr2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
@@ -12,7 +12,7 @@ VALUES
)
ON CONFLICT (id) DO NOTHING
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_insert_or_replace AS t1
(
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertNull(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertNull(PostgreSQL.14).sql
index af92c6cdc331..a085bd699570 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertNull(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertNull(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1(PostgreSQL.14).sql
index c74e7465431a..370ca1ff5751 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 5
DECLARE @Diagnosis Text(4) -- String
@@ -44,7 +44,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 5
DECLARE @Diagnosis Text(4) -- String
@@ -63,7 +63,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 5
DECLARE @Diagnosis Text(4) -- String
@@ -82,7 +82,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1Async(PostgreSQL.14).sql
index c74e7465431a..370ca1ff5751 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplace1Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 5
DECLARE @Diagnosis Text(4) -- String
@@ -44,7 +44,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 5
DECLARE @Diagnosis Text(4) -- String
@@ -63,7 +63,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 5
DECLARE @Diagnosis Text(4) -- String
@@ -82,7 +82,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableName(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableName(PostgreSQL.14).sql
index 4e78ca76a590..66fe9ce9ad97 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableName(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableName(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 1
DECLARE @Diagnosis Text(4) -- String
@@ -17,7 +17,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 2
DECLARE @Diagnosis Text(4) -- String
@@ -36,14 +36,14 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPatient" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 1
DECLARE @Diagnosis Text(4) -- String
@@ -62,7 +62,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 2
DECLARE @Diagnosis Text(4) -- String
@@ -81,7 +81,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableNameAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableNameAsync(PostgreSQL.14).sql
index 4e78ca76a590..66fe9ce9ad97 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableNameAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrReplaceByTableNameAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 1
DECLARE @Diagnosis Text(4) -- String
@@ -17,7 +17,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 2
DECLARE @Diagnosis Text(4) -- String
@@ -36,14 +36,14 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPatient" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 1
DECLARE @Diagnosis Text(4) -- String
@@ -62,7 +62,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PersonID Integer -- Int32
SET @PersonID = 2
DECLARE @Diagnosis Text(4) -- String
@@ -81,7 +81,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = :Diagnosis
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate1(PostgreSQL.14).sql
index 4cb607a23a00..700fa6595167 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -44,7 +44,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -63,7 +63,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -82,7 +82,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate2(PostgreSQL.14).sql
index 0f6a6d3ce0f9..139f7b0b1598 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'test'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
@@ -41,7 +41,7 @@ VALUES
)
ON CONFLICT ("PersonID") DO NOTHING
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
@@ -53,7 +53,7 @@ FROM
WHERE
p."PersonID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
@@ -69,7 +69,7 @@ VALUES
)
ON CONFLICT ("PersonID") DO NOTHING
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3(PostgreSQL.14).sql
index 4cb607a23a00..700fa6595167 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -44,7 +44,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -63,7 +63,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -82,7 +82,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3Async(PostgreSQL.14).sql
index 4cb607a23a00..700fa6595167 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -44,7 +44,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -63,7 +63,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -82,7 +82,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3xAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3xAsync(PostgreSQL.14).sql
index 4cb607a23a00..700fa6595167 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3xAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate3xAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -44,7 +44,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -63,7 +63,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @i Integer -- Int32
@@ -82,7 +82,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate4(PostgreSQL.14).sql
index 4f31ee29ef1e..55b52233a911 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertOrUpdate4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @diagnosis Integer -- Int32
@@ -46,7 +46,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @diagnosis Integer -- Int32
@@ -67,7 +67,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
DECLARE @diagnosis Integer -- Int32
@@ -88,7 +88,7 @@ VALUES
ON CONFLICT ("PersonID") DO UPDATE SET
"Diagnosis" = (Length(t1."Diagnosis") + :i)::text
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertSingleIdentity(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertSingleIdentity(PostgreSQL.14).sql
index 998aa6e22d17..d30e0fafa190 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertSingleIdentity(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertSingleIdentity(PostgreSQL.14).sql
@@ -1,15 +1,15 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TestIdentity" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestIdentity" DEFAULT VALUES
RETURNING
"ID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TestIdentity" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertUnion1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertUnion1(PostgreSQL.14).sql
index 47f1bea6eb7b..44fd3284f362 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertUnion1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertUnion1(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
WHERE
p."ParentID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -30,7 +30,7 @@ FROM
"GrandChild" c_2
) t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
@@ -39,7 +39,7 @@ FROM
WHERE
c_1."ParentID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" p
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1(PostgreSQL.14).sql
index dadf51177826..9b3a6a3c07f6 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -22,7 +22,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -36,7 +36,7 @@ WHERE
p."FirstName" = 'John' AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1Async(PostgreSQL.14).sql
index dadf51177826..9b3a6a3c07f6 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity1Async(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -22,7 +22,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -36,7 +36,7 @@ WHERE
p."FirstName" = 'John' AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2(PostgreSQL.14).sql
index dadf51177826..9b3a6a3c07f6 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -22,7 +22,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -36,7 +36,7 @@ WHERE
p."FirstName" = 'John' AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2Async(PostgreSQL.14).sql
index dadf51177826..9b3a6a3c07f6 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity2Async(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Person"
(
@@ -22,7 +22,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -36,7 +36,7 @@ WHERE
p."FirstName" = 'John' AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity3(PostgreSQL.14).sql
index c4664108094a..7564120cf7c1 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity3(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(4) -- String
SET @FirstName = 'John'
DECLARE @LastName Text(7) -- String
@@ -28,7 +28,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
p."FirstName",
@@ -42,7 +42,7 @@ WHERE
p."FirstName" = 'John' AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4(PostgreSQL.14).sql
index c32048487d76..d90fca6ea835 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(5) -- String
SET @FirstName = 'John0'
DECLARE @LastName Text(7) -- String
@@ -32,7 +32,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(5) -- String
SET @p = 'John0'
@@ -48,7 +48,7 @@ WHERE
p."FirstName" = :p AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(5) -- String
SET @FirstName = 'John1'
DECLARE @LastName Text(7) -- String
@@ -75,7 +75,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(5) -- String
SET @p = 'John1'
@@ -91,7 +91,7 @@ WHERE
p."FirstName" = :p AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4Async(PostgreSQL.14).sql
index c32048487d76..d90fca6ea835 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity4Async(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(5) -- String
SET @FirstName = 'John0'
DECLARE @LastName Text(7) -- String
@@ -32,7 +32,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(5) -- String
SET @p = 'John0'
@@ -48,7 +48,7 @@ WHERE
p."FirstName" = :p AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(5) -- String
SET @FirstName = 'John1'
DECLARE @LastName Text(7) -- String
@@ -75,7 +75,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(5) -- String
SET @p = 'John1'
@@ -91,7 +91,7 @@ WHERE
p."FirstName" = :p AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity5(PostgreSQL.14).sql
index c32048487d76..d90fca6ea835 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.InsertWithIdentity5(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
WHERE
t1."PersonID" > 4
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(5) -- String
SET @FirstName = 'John0'
DECLARE @LastName Text(7) -- String
@@ -32,7 +32,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(5) -- String
SET @p = 'John0'
@@ -48,7 +48,7 @@ WHERE
p."FirstName" = :p AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(5) -- String
SET @FirstName = 'John1'
DECLARE @LastName Text(7) -- String
@@ -75,7 +75,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Text(5) -- String
SET @p = 'John1'
@@ -91,7 +91,7 @@ WHERE
p."FirstName" = :p AND p."LastName" = 'Shepard'
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Person" t1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.14,1).sql
index 1fdca1d4eef9..3f8e9a64ca6a 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -24,7 +24,7 @@ ON CONFLICT (id) DO UPDATE SET
name = :Name,
updated_by = :UpdatedBy
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -35,7 +35,7 @@ FROM
test_insert_or_replace t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -61,7 +61,7 @@ ON CONFLICT (id) DO UPDATE SET
name = :Name,
updated_by = :UpdatedBy
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.14,2).sql
index 6b5536f93851..89bbd6b46b5e 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -24,7 +24,7 @@ ON CONFLICT (id) DO UPDATE SET
name = :Name,
updated_by = :UpdatedBy
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -35,7 +35,7 @@ FROM
test_insert_or_replace t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -61,7 +61,7 @@ ON CONFLICT (id) DO UPDATE SET
name = :Name,
updated_by = :UpdatedBy
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.14,3).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.14,3).sql
index 9c26f70bb571..6d32c6250392 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.14,3).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue2243(PostgreSQL.14,3).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -24,7 +24,7 @@ ON CONFLICT (id) DO UPDATE SET
name = :Name,
updated_by = :UpdatedBy
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.id,
@@ -35,7 +35,7 @@ FROM
test_insert_or_replace t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(5) -- String
@@ -61,7 +61,7 @@ ON CONFLICT (id) DO UPDATE SET
name = :Name,
updated_by = :UpdatedBy
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1.id,
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test1(PostgreSQL.14).sql
index 51fba8e1a9a5..468ea7245cbd 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @PageNumber Integer -- Int32
SET @PageNumber = 9
DECLARE @serialNumber Char(11) -- String
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test2(PostgreSQL.14).sql
index 52e52ea6182b..5edf5983f181 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.Issue3927Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @pageNumber Integer -- Int32
SET @pageNumber = 9
DECLARE @serialNumber Char(11) -- String
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,False,False).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,False,False).sql
index dffdb55b3339..708536eb2267 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,False,False).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,False,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -27,7 +27,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"LastName" = :LastName,
"MiddleName" = :MiddleName
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
@@ -42,7 +42,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -66,7 +66,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"FirstName" = :FirstName,
"LastName" = :LastName
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,False,True).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,False,True).sql
index f329488ea652..bb0920520a8f 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,False,True).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,False,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -22,7 +22,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"FirstName" = :FirstName,
"LastName" = :LastName
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
@@ -37,7 +37,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -66,7 +66,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"LastName" = :LastName,
"MiddleName" = :MiddleName
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,True,False).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,True,False).sql
index f13c68509246..caf5f32d3780 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,True,False).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,True,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -27,7 +27,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"LastName" = :LastName,
"MiddleName" = :MiddleName
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
@@ -42,7 +42,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -71,7 +71,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"LastName" = :LastName,
"MiddleName" = :MiddleName
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,True,True).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,True,True).sql
index f13c68509246..caf5f32d3780 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,True,True).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertOrReplaceWithColumnFilter(PostgreSQL.14,True,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -27,7 +27,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"LastName" = :LastName,
"MiddleName" = :MiddleName
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
@@ -42,7 +42,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 0
DECLARE @FirstName Text(27) -- String
@@ -71,7 +71,7 @@ ON CONFLICT ("ID") DO UPDATE SET
"LastName" = :LastName,
"MiddleName" = :MiddleName
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(27) -- String
SET @FirstName = 'InsertOrReplaceColumnFilter'
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.14,False).sql
index 529af1c08b7c..709d43508b43 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -19,7 +19,7 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
@@ -35,7 +35,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @newName Text(18) -- String
SET @newName = 'InsertColumnFilter'
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.14,True).sql
index 36e620c4ca78..2353a9bf40e5 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestInsertWithColumnFilter(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
@@ -39,7 +39,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @newName Text(18) -- String
SET @newName = 'InsertColumnFilter'
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.14,False).sql
index 53797183d038..4c772d3e6500 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
@@ -39,7 +39,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -58,7 +58,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
@@ -74,7 +74,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @newName Text(18) -- String
SET @newName = 'InsertColumnFilter'
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.14,True).sql
index f84147586c60..9b594f344656 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.TestUpdateWithColumnFilter(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
@@ -39,7 +39,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -61,7 +61,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'InsertColumnFilter'
@@ -77,7 +77,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @newName Text(18) -- String
SET @newName = 'InsertColumnFilter'
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.14,1).sql
index d68a8e90b054..8e1014aa36a4 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.14,2).sql
index 8dbfa0e0d4b8..15fdbc0c1a04 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputDynamicWithSetterTest(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.14,1).sql
index bb8b31f02d26..23097fb95beb 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @Id Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.14,2).sql
index ca54b0cb8da2..8d05421d6f7a 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjAsyncTest(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @Id Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.14,1).sql
index bb8b31f02d26..23097fb95beb 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @Id Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.14,2).sql
index ca54b0cb8da2..8d05421d6f7a 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjTest(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @Id Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.14,1).sql
index d68a8e90b054..8e1014aa36a4 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.14,2).sql
index 8dbfa0e0d4b8..15fdbc0c1a04 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterAsyncTest(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.14,1).sql
index d68a8e90b054..8e1014aa36a4 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.14,2).sql
index 8dbfa0e0d4b8..15fdbc0c1a04 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertIValueInsertableWithOutputObjWithSetterTest(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.14,1).sql
index d68a8e90b054..8e1014aa36a4 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.14,2).sql
index 8dbfa0e0d4b8..15fdbc0c1a04 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputDynamicWithSetterTest(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.14,100).sql
index edc878fb6e41..ab44134b82dc 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.14,200).sql
index ae0f01069d68..e5172b3ec989 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTest(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.14,100).sql
index edc878fb6e41..ab44134b82dc 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.14,200).sql
index ae0f01069d68..e5172b3ec989 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsync(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.14,100).sql
index c9f2f28c2677..9a9ed1d7935c 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.14,200).sql
index 94cebc3311d6..000b86739205 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestAsyncSingleRecord(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.14,100).sql
index c9f2f28c2677..9a9ed1d7935c 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.14,200).sql
index 94cebc3311d6..000b86739205 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputFromQueryTestSingleRecord(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -21,7 +21,7 @@ RETURNING
"DestinationTable"."Value",
"DestinationTable"."ValueStr"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.14,1).sql
index 4a4112613941..1d9e0e2c59bc 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.14,2).sql
index 0bb0e5041c84..e44476b70d1a 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjAsyncTest(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.14,1).sql
index 4a4112613941..1d9e0e2c59bc 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.14,2).sql
index 0bb0e5041c84..e44476b70d1a 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjTest(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Value Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.14,1).sql
index d68a8e90b054..8e1014aa36a4 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.14,2).sql
index 8dbfa0e0d4b8..15fdbc0c1a04 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterAsyncTest(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.14,1).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.14,1).sql
index d68a8e90b054..8e1014aa36a4 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.14,1).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.14,1).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 100
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.14,2).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.14,2).sql
index 8dbfa0e0d4b8..15fdbc0c1a04 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.14,2).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputObjWithSetterTest(PostgreSQL.14,2).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value Integer -- Int32
SET @Value = 200
DECLARE @value_1 Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.14,100).sql
index b7e03d4b9615..73f8670717a9 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -20,7 +20,7 @@ RETURNING
"DestinationTable"."Id" + 1,
"DestinationTable"."ValueStr" || 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ SELECT
FROM
"DestinationTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id" + 1,
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.14,200).sql
index fc7c7f61525f..a5130ff0ecff 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputProjectionFromQueryTest(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -20,7 +20,7 @@ RETURNING
"DestinationTable"."Id" + 1,
"DestinationTable"."ValueStr" || 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -29,7 +29,7 @@ SELECT
FROM
"DestinationTable" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t."Id" + 1,
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.14,100).sql
index 2cc62a6636ca..9b6fbc237f80 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
DECLARE @param Integer -- Int32
@@ -19,7 +19,7 @@ WHERE
RETURNING
"Child"."ChildID" + "Child"."ParentID" + :param
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -30,7 +30,7 @@ FROM
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.14,200).sql
index e45e4bfd6e8f..0f0227567ba8 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest3(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
DECLARE @param Integer -- Int32
@@ -19,7 +19,7 @@ WHERE
RETURNING
"Child"."ChildID" + "Child"."ParentID" + :param
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -30,7 +30,7 @@ FROM
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.14,100).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.14,100).sql
index 2cc62a6636ca..9b6fbc237f80 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.14,100).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.14,100).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
DECLARE @param Integer -- Int32
@@ -19,7 +19,7 @@ WHERE
RETURNING
"Child"."ChildID" + "Child"."ParentID" + :param
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 100
@@ -30,7 +30,7 @@ FROM
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.14,200).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.14,200).sql
index e45e4bfd6e8f..0f0227567ba8 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.14,200).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.InsertWithOutputTest4(PostgreSQL.14,200).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
DECLARE @param Integer -- Int32
@@ -19,7 +19,7 @@ WHERE
RETURNING
"Child"."ChildID" + "Child"."ParentID" + :param
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @param Integer -- Int32
SET @param = 200
@@ -30,7 +30,7 @@ FROM
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3581Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3581Test(PostgreSQL.14).sql
index 2c2bed0d463d..5de526bc2d32 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3581Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3581Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Name Text(8) -- String
diff --git a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3834(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3834(PostgreSQL.14).sql
index 209ec21bf326..af1f39e7cffd 100644
--- a/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3834(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/InsertWithOutputTests/Tests.xUpdate.InsertWithOutputTests.Issue3834(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 123
DECLARE @Nesto Text(5) -- String
diff --git a/PostgreSQL.14/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestAssociationsData(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestAssociationsData(PostgreSQL.14).sql
index c906c3ef9b24..538e4fe5f5ed 100644
--- a/PostgreSQL.14/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestAssociationsData(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestAssociationsData(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
@@ -8,7 +8,7 @@ FROM
ORDER BY
t1."PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."PersonID",
@@ -18,7 +18,7 @@ FROM
ORDER BY
t1."PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestDataGenerationTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestDataGenerationTest(PostgreSQL.14).sql
index 58396e8aa091..828b5e8770cd 100644
--- a/PostgreSQL.14/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestDataGenerationTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestDataGenerationTest(PostgreSQL.14).sql
@@ -1,9 +1,9 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TestMerge1" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @Field1 Integer -- Int32
@@ -28,7 +28,7 @@ VALUES
:Field4
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @Field1 Integer -- Int32
@@ -53,7 +53,7 @@ VALUES
:Field4
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Field1 Integer -- Int32
@@ -78,7 +78,7 @@ VALUES
:Field4
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 4
DECLARE @Field1 Integer -- Int32
@@ -103,12 +103,12 @@ VALUES
:Field4
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TestMerge2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @Field1 Integer -- Int32
@@ -133,7 +133,7 @@ VALUES
:Field4
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 4
DECLARE @Field1 Integer -- Int32
@@ -158,7 +158,7 @@ VALUES
:Field4
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 5
DECLARE @Field1 Integer -- Int32
@@ -183,7 +183,7 @@ VALUES
:Field4
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @Field1 Integer -- Int32
@@ -208,7 +208,7 @@ VALUES
:Field4
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -222,7 +222,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestMergeTypes(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestMergeTypes(PostgreSQL.14).sql
index 4e163fdd19e3..0d432164ee0a 100644
--- a/PostgreSQL.14/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestMergeTypes(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/MergeTests/Tests.xUpdate.MergeTests.TestMergeTypes(PostgreSQL.14).sql
@@ -1,14 +1,14 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TestMerge1" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"TestMerge2" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 1
DECLARE @FieldInt32 Integer -- Int32
@@ -93,7 +93,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 2
DECLARE @FieldInt32 Integer -- Int32
@@ -178,7 +178,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @FieldInt32 Integer -- Int32
@@ -265,7 +265,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 4
DECLARE @FieldInt32 Integer -- Int32
@@ -351,7 +351,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 3
DECLARE @FieldInt32 Integer -- Int32
@@ -436,7 +436,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 4
DECLARE @FieldInt32 Integer -- Int32
@@ -523,7 +523,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 5
DECLARE @FieldInt32 Integer -- Int32
@@ -608,7 +608,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Id Integer -- Int32
SET @Id = 6
DECLARE @FieldInt32 Integer -- Int32
@@ -695,7 +695,7 @@ VALUES
:FieldEnumNumber
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
@@ -722,7 +722,7 @@ FROM
ORDER BY
t1."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/TempTableTests/Tests.xUpdate.TempTableTests.InsertTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/TempTableTests/Tests.xUpdate.TempTableTests.InsertTest(PostgreSQL.14).sql
index c9294ab3f45a..d3422caad9b8 100644
--- a/PostgreSQL.14/Tests/xUpdate/TempTableTests/Tests.xUpdate.TempTableTests.InsertTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/TempTableTests/Tests.xUpdate.TempTableTests.InsertTest(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Table2"
(
@@ -9,7 +9,7 @@ SELECT
FROM
"Table1" t
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."ID",
diff --git a/PostgreSQL.14/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityNoResetTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityNoResetTest(PostgreSQL.14).sql
index 2df428804167..eb8bf2439264 100644
--- a/PostgreSQL.14/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityNoResetTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityNoResetTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
TRUNCATE TABLE test_temp CONTINUE IDENTITY
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_temp
(
@@ -13,7 +13,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_temp
(
@@ -24,7 +24,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
@@ -37,11 +37,11 @@ ORDER BY
t1."ID"
LIMIT 2 OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
TRUNCATE TABLE test_temp CONTINUE IDENTITY
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_temp
(
@@ -52,7 +52,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO test_temp
(
@@ -63,7 +63,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityTest(PostgreSQL.14).sql
index 484d894ce836..a9499f37702c 100644
--- a/PostgreSQL.14/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateIdentityTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestIdTrun"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "TestIdTrun"
(
@@ -12,7 +12,7 @@ CREATE TABLE "TestIdTrun"
CONSTRAINT "PK_TestIdTrun" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestIdTrun"
(
@@ -23,7 +23,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestIdTrun"
(
@@ -34,7 +34,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
@@ -47,11 +47,11 @@ ORDER BY
t1."ID"
LIMIT 2 OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
TRUNCATE TABLE "TestIdTrun" RESTART IDENTITY
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestIdTrun"
(
@@ -62,7 +62,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "TestIdTrun"
(
@@ -73,7 +73,7 @@ VALUES
1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @skip Integer -- Int32
SET @skip = 1
@@ -86,7 +86,7 @@ ORDER BY
t1."ID"
LIMIT 2 OFFSET :skip
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "TestIdTrun"
diff --git a/PostgreSQL.14/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateTableTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateTableTest(PostgreSQL.14).sql
index bba27d009af9..53e6d52f1895 100644
--- a/PostgreSQL.14/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateTableTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/TruncateTableTests/Tests.xUpdate.TruncateTableTests.TruncateTableTest(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestTrun"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "TestTrun"
(
@@ -12,11 +12,11 @@ CREATE TABLE "TestTrun"
CONSTRAINT "PK_TestTrun" PRIMARY KEY ("ID")
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
TRUNCATE TABLE "TestTrun"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "TestTrun"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330Test(PostgreSQL.14).sql
index 2d974d379f90..af831917178c 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330TestOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330TestOld(PostgreSQL.14).sql
index 2d974d379f90..af831917178c 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330TestOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2330TestOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2815Test2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2815Test2(PostgreSQL.14).sql
index 0cf1a79ba8e7..6d7e66737ff5 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2815Test2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.Issue2815Test2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Issue2815Table1"
@@ -21,7 +21,7 @@ WHERE
ext."NOT_HANDLED" = 2 AND ext."TRANS_CHANNEL" IS NULL AND
"Issue2815Table1"."Id" = ext."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociation(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociation(PostgreSQL.14).sql
index 124024eb9deb..e896bb8b6b8a 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociation(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociation(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"UpdatedEntities"
@@ -9,7 +9,7 @@ FROM
WHERE
"a_Relation"."RelatedValue1" = 11 AND "UpdatedEntities"."RelationId" = "a_Relation".id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v."Value1"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationAsUpdatable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationAsUpdatable(PostgreSQL.14).sql
index 124024eb9deb..e896bb8b6b8a 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationAsUpdatable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationAsUpdatable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"UpdatedEntities"
@@ -9,7 +9,7 @@ FROM
WHERE
"a_Relation"."RelatedValue1" = 11 AND "UpdatedEntities"."RelationId" = "a_Relation".id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v."Value1"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimple(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimple(PostgreSQL.14).sql
index a7e0cebe6f72..d10809bb56d5 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimple(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimple(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"UpdatedEntities"
@@ -11,7 +11,7 @@ FROM
WHERE
"a_Relation"."RelatedValue1" = 11 AND "UpdatedEntities"."RelationId" = "a_Relation".id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v."Value1",
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimpleAsUpdatable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimpleAsUpdatable(PostgreSQL.14).sql
index a7e0cebe6f72..d10809bb56d5 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimpleAsUpdatable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestAssociationSimpleAsUpdatable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"UpdatedEntities"
@@ -11,7 +11,7 @@ FROM
WHERE
"a_Relation"."RelatedValue1" = 11 AND "UpdatedEntities"."RelationId" = "a_Relation".id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v."Value1",
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoin(PostgreSQL.14).sql
index b782aad77531..9255fc1ee787 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @int1 Integer -- Int32
SET @int1 = 11
DECLARE @int2 Integer -- Int32
@@ -19,7 +19,7 @@ FROM
WHERE
t.id <> :someId AND t.id = "UpdatedEntities".id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v.id,
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkip(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkip(PostgreSQL.14).sql
index dc7f89b66c52..c24cb4b18442 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkip(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkip(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @int1 Integer -- Int32
SET @int1 = 11
DECLARE @int2 Integer -- Int32
@@ -35,7 +35,7 @@ FROM
WHERE
"UpdatedEntities".id = t1.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v.id,
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkipTake(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkipTake(PostgreSQL.14).sql
index e4ed3275b7aa..9027d0a0d936 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkipTake(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinSkipTake(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @int1 Integer -- Int32
SET @int1 = 11
DECLARE @int2 Integer -- Int32
@@ -37,7 +37,7 @@ FROM
WHERE
"UpdatedEntities".id = t1.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v.id,
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinTake(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinTake(PostgreSQL.14).sql
index 0f7cb2f00ae2..719bff6ebb90 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinTake(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestJoinTake(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @int1 Integer -- Int32
SET @int1 = 11
DECLARE @int2 Integer -- Int32
@@ -33,7 +33,7 @@ FROM
WHERE
"UpdatedEntities".id = t1.id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v.id,
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhere(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhere(PostgreSQL.14).sql
index 86d646f1cacb..9d9d3fc8944c 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhere(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhere(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @int1 Integer -- Int32
SET @int1 = 11
DECLARE @int2 Integer -- Int32
@@ -19,7 +19,7 @@ FROM
WHERE
t.id = "UpdatedEntities".id AND t.id <> :someId
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v.id,
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhereOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhereOld(PostgreSQL.14).sql
index 86d646f1cacb..9d9d3fc8944c 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhereOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateFromTests/Tests.xUpdate.UpdateFromTests.UpdateTestWhereOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @int1 Integer -- Int32
SET @int1 = 11
DECLARE @int2 Integer -- Int32
@@ -19,7 +19,7 @@ FROM
WHERE
t.id = "UpdatedEntities".id AND t.id <> :someId
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
v.id,
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableDuplicate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableDuplicate(PostgreSQL.14).sql
index e42ca8aeb5b2..1c5c9a9dd55f 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableDuplicate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableDuplicate(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -20,7 +20,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -31,7 +31,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -48,7 +48,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1003
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableTest(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableTest(PostgreSQL.14).sql
index 289660267c4f..ab2d544988c2 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableTest(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.AsUpdatableTest(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Child" c_1
WHERE
c_1."ChildID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -20,7 +20,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -31,7 +31,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -48,7 +48,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Issue4136Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Issue4136Test(PostgreSQL.14).sql
index bc1cc0145f05..09ad4909260f 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Issue4136Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Issue4136Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.SetWithTernaryOperatorIssue(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.SetWithTernaryOperatorIssue(PostgreSQL.14).sql
index 64e0a32a570f..1661b05f6bd4 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.SetWithTernaryOperatorIssue(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.SetWithTernaryOperatorIssue(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(13) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @nullableGender Text(1) -- String
SET @nullableGender = 'O'
@@ -36,7 +36,7 @@ SET
WHERE
"Person"."FirstName" LIKE 'UpdateComplex%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching1(PostgreSQL.14).sql
index 00dfdb6f7ade..a220cbc66e15 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Uuid -- Guid
SET @Value1 = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
DECLARE @id Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -23,7 +23,7 @@ WHERE
t1."Id" = :id
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Uuid -- Guid
SET @Value1 = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
DECLARE @id Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching2(PostgreSQL.14).sql
index 3bb9e19367ad..19960608e418 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value2 Integer -- Int32
SET @Value2 = 11
DECLARE @id Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -23,7 +23,7 @@ WHERE
t1."Id" = :id
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value2 Integer -- Int32
SET @Value2 = 12
DECLARE @id Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching3(PostgreSQL.14).sql
index 98b08f45d64f..d07550ab7871 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value3 Integer -- Int32
SET @Value3 = 7
DECLARE @id Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -23,7 +23,7 @@ WHERE
t1."Id" = :id
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value3 Integer -- Int32
SET @Value3 = 8
DECLARE @id Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching4(PostgreSQL.14).sql
index 722386d2d0a9..c305472b8c69 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value4 Uuid -- Guid
SET @Value4 = 'bc7b663d-0fde-4327-8f92-5d8cc3a11d11'::uuid
DECLARE @id Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -23,7 +23,7 @@ WHERE
t1."Id" = :id
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value4 Uuid -- Guid
SET @Value4 = 'a948600d-de21-4f74-8ac2-9516b287076e'::uuid
DECLARE @id Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching5(PostgreSQL.14).sql
index 49d08ce5dc5f..7d932a6749fe 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value5 Integer -- Int32
SET @Value5 = 11
DECLARE @id Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -23,7 +23,7 @@ WHERE
t1."Id" = :id
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value5 Integer -- Int32
SET @Value5 = 12
DECLARE @id Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching6(PostgreSQL.14).sql
index 50823e35289b..9b9566856266 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestSetValueCaching6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value6 Integer -- Int32
SET @Value6 = 7
DECLARE @id Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
@@ -23,7 +23,7 @@ WHERE
t1."Id" = :id
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value6 Integer -- Int32
SET @Value6 = 8
DECLARE @id Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"UpdateSetTest"."Id" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoin(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoin(PostgreSQL.14).sql
index 0347fd3d4761..aa901dcf639c 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoin(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoin(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
gt_s_one
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTable(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTable(PostgreSQL.14).sql
index 682b3a5dddb0..aba1d39243e1 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTable(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTable(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
gt_s_one_target
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTableOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTableOld(PostgreSQL.14).sql
index 682b3a5dddb0..aba1d39243e1 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTableOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinDifferentTableOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
gt_s_one_target
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinOld(PostgreSQL.14).sql
index 0347fd3d4761..aa901dcf639c 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateFromJoinOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
gt_s_one
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeNotOrdered(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeNotOrdered(PostgreSQL.14).sql
index 947edf35cccd..dbcd27603255 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeNotOrdered(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeNotOrdered(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1002
DECLARE @Value1 Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1003
DECLARE @Value1 Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1004
DECLARE @Value1 Integer -- Int32
@@ -83,7 +83,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1005
DECLARE @Value1 Integer -- Int32
@@ -100,7 +100,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1006
DECLARE @Value1 Integer -- Int32
@@ -117,7 +117,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1007
DECLARE @Value1 Integer -- Int32
@@ -134,7 +134,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1008
DECLARE @Value1 Integer -- Int32
@@ -151,7 +151,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1009
DECLARE @Value1 Integer -- Int32
@@ -168,7 +168,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeOrdered(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeOrdered(PostgreSQL.14).sql
index 6e2ee92ba567..056cebe3dd96 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeOrdered(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateSkipTakeOrdered(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1002
DECLARE @Value1 Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1003
DECLARE @Value1 Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1004
DECLARE @Value1 Integer -- Int32
@@ -83,7 +83,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1005
DECLARE @Value1 Integer -- Int32
@@ -100,7 +100,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1006
DECLARE @Value1 Integer -- Int32
@@ -117,7 +117,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1007
DECLARE @Value1 Integer -- Int32
@@ -134,7 +134,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1008
DECLARE @Value1 Integer -- Int32
@@ -151,7 +151,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1009
DECLARE @Value1 Integer -- Int32
@@ -168,7 +168,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
DECLARE @skip Integer -- Int32
@@ -194,7 +194,7 @@ FROM
WHERE
"Parent"."ParentID" = t1."ParentID" AND ("Parent"."Value1" = t1."Value1" OR "Parent"."Value1" IS NULL AND t1."Value1" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Value1"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeNotOrdered(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeNotOrdered(PostgreSQL.14).sql
index 9a0c6439e1a6..98b04a385fb3 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeNotOrdered(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeNotOrdered(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1002
DECLARE @Value1 Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1003
DECLARE @Value1 Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1004
DECLARE @Value1 Integer -- Int32
@@ -83,7 +83,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1005
DECLARE @Value1 Integer -- Int32
@@ -100,7 +100,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1006
DECLARE @Value1 Integer -- Int32
@@ -117,7 +117,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1007
DECLARE @Value1 Integer -- Int32
@@ -134,7 +134,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1008
DECLARE @Value1 Integer -- Int32
@@ -151,7 +151,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1009
DECLARE @Value1 Integer -- Int32
@@ -168,7 +168,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeOrdered(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeOrdered(PostgreSQL.14).sql
index ad8051a7daa0..978f11824ed9 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeOrdered(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateTakeOrdered(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1002
DECLARE @Value1 Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1003
DECLARE @Value1 Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1004
DECLARE @Value1 Integer -- Int32
@@ -83,7 +83,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1005
DECLARE @Value1 Integer -- Int32
@@ -100,7 +100,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1006
DECLARE @Value1 Integer -- Int32
@@ -117,7 +117,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1007
DECLARE @Value1 Integer -- Int32
@@ -134,7 +134,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1008
DECLARE @Value1 Integer -- Int32
@@ -151,7 +151,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1009
DECLARE @Value1 Integer -- Int32
@@ -168,7 +168,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 5
@@ -192,7 +192,7 @@ FROM
WHERE
"Parent"."ParentID" = t1."ParentID" AND ("Parent"."Value1" = t1."Value1" OR "Parent"."Value1" IS NULL AND t1."Value1" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
r."Value1"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.14,False).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.14,False).sql
index d5af6d66ba7d..dcab8e8d2257 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.14,False).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.14,False).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
@@ -39,7 +39,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
DECLARE @LastName Text(8) -- String
@@ -58,7 +58,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.14,True).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.14,True).sql
index 3e0c01018a01..66764ef68afb 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.14,True).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter1(PostgreSQL.14,True).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
@@ -39,7 +39,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
DECLARE @LastName Text(8) -- String
@@ -61,7 +61,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter2(PostgreSQL.14).sql
index 4dbca61d72de..84535f5c0bc9 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.TestUpdateWithColumnFilter2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'UpdateColumnFilter'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(18) -- String
SET @FirstName = 'UpdateColumnFilter'
@@ -39,7 +39,7 @@ WHERE
x."FirstName" = :FirstName
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
DECLARE @ID Integer -- Int32
@@ -52,7 +52,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
@@ -68,7 +68,7 @@ WHERE
x."PersonID" = :ID
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(25) -- String
SET @FirstName = 'UpdateColumnFilterUpdated'
DECLARE @LastName Text(25) -- String
@@ -90,7 +90,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1(PostgreSQL.14).sql
index f8e110097d29..2045df9a4c92 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -26,7 +26,7 @@ FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -37,7 +37,7 @@ SET
WHERE
"Parent"."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10(PostgreSQL.14).sql
index 5dec7c613e22..c9c7841b97d2 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -43,7 +43,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10Old(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10Old(PostgreSQL.14).sql
index 5dec7c613e22..c9c7841b97d2 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10Old(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update10Old(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -43,7 +43,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12(PostgreSQL.14).sql
index 3a8d1cd7e96f..69ab252c1f8f 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12Async(PostgreSQL.14).sql
index 3a8d1cd7e96f..69ab252c1f8f 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update12Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update13(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update13(PostgreSQL.14).sql
index 6d7d50801546..a88c484476c5 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update13(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update13(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update14(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update14(PostgreSQL.14).sql
index eab016682117..abfa13043663 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update14(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update14(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(8) -- String
SET @FirstName = 'Update14'
DECLARE @LastName Text(8) -- String
@@ -23,7 +23,7 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @name Integer -- Int32
SET @name = 8
DECLARE @idx Integer -- Int32
@@ -36,7 +36,7 @@ SET
WHERE
"Person"."FirstName" LIKE 'Update14%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1Async(PostgreSQL.14).sql
index f8e110097d29..2045df9a4c92 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update1Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -26,7 +26,7 @@ FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -37,7 +37,7 @@ SET
WHERE
"Parent"."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2(PostgreSQL.14).sql
index f8e110097d29..2045df9a4c92 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -26,7 +26,7 @@ FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -37,7 +37,7 @@ SET
WHERE
"Parent"."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2Async(PostgreSQL.14).sql
index f8e110097d29..2045df9a4c92 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update2Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -26,7 +26,7 @@ FROM
WHERE
p."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
@@ -37,7 +37,7 @@ SET
WHERE
"Parent"."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update3(PostgreSQL.14).sql
index 12d8da75b3bd..82f453e46c2c 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -41,7 +41,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4(PostgreSQL.14).sql
index 12d8da75b3bd..82f453e46c2c 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -41,7 +41,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4Async(PostgreSQL.14).sql
index 12d8da75b3bd..82f453e46c2c 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -41,7 +41,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4String(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4String(PostgreSQL.14).sql
index a0ec3d8c0c99..1f766a4eb75e 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4String(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update4String(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update5(PostgreSQL.14).sql
index 3dc173b1fbc4..781e40730a56 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ChildID Integer -- Int32
SET @ChildID = 1002
DECLARE @id Integer -- Int32
@@ -43,7 +43,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update6(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update6(PostgreSQL.14).sql
index 1a914d9d9c69..72eba3ac17b0 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update6(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update6(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -26,7 +26,7 @@ FROM
WHERE
p."ParentID" = :id AND p."Value1" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -37,7 +37,7 @@ SET
WHERE
"Parent"."ParentID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update7(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update7(PostgreSQL.14).sql
index ba934d67b521..4ff86f36d19c 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update7(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update7(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -26,7 +26,7 @@ FROM
WHERE
p."ParentID" = :id AND p."Value1" = 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 2
DECLARE @id Integer -- Int32
@@ -39,7 +39,7 @@ SET
WHERE
"Parent"."ParentID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -50,7 +50,7 @@ FROM
WHERE
p."ParentID" = :id AND p."Value1" = 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 3
DECLARE @id Integer -- Int32
@@ -63,7 +63,7 @@ SET
WHERE
"Parent"."ParentID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update8(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update8(PostgreSQL.14).sql
index 8838a44d98f3..fe669f2c80ad 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update8(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update8(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 1002
DECLARE @ParentID Integer -- Int32
@@ -28,7 +28,7 @@ SET
WHERE
"Parent"."ParentID" = :ParentID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9(PostgreSQL.14).sql
index 6537df03db9a..37606c74fcae 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -43,7 +43,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9Old(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9Old(PostgreSQL.14).sql
index 6537df03db9a..37606c74fcae 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9Old(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.Update9Old(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -13,7 +13,7 @@ VALUES
:id
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -24,7 +24,7 @@ FROM
WHERE
c_1."ChildID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -43,7 +43,7 @@ WHERE
"Child"."ParentID" = c_1."ParentID" AND
"Child"."ChildID" = c_1."ChildID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @p Integer -- Int32
SET @p = 1002
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1(PostgreSQL.14).sql
index 2032ebc8d3b1..8077007959b5 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Async(PostgreSQL.14).sql
index 2032ebc8d3b1..8077007959b5 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1AsyncOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1AsyncOld(PostgreSQL.14).sql
index 2032ebc8d3b1..8077007959b5 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1AsyncOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1AsyncOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Old(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Old(PostgreSQL.14).sql
index 2032ebc8d3b1..8077007959b5 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Old(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation1Old(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation2(PostgreSQL.14).sql
index 2032ebc8d3b1..8077007959b5 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation3(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation3(PostgreSQL.14).sql
index 1b2be812c511..53854fa49738 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation3(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation3(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation4(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation4(PostgreSQL.14).sql
index 7f3bba084546..498eb544a3e2 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation4(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation4(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation5(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation5(PostgreSQL.14).sql
index a66b16844e29..3fd28126d356 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation5(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateAssociation5(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"LinqDataTypes"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Optional(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Optional(PostgreSQL.14).sql
index 9f0fb2680041..217e9552f161 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Optional(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Optional(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -11,7 +11,7 @@ FROM
WHERE
p."Id" = :id AND p."Id" = "MainTable"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Required(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Required(PostgreSQL.14).sql
index 9f0fb2680041..217e9552f161 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Required(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociation2Required(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -11,7 +11,7 @@ FROM
WHERE
p."Id" = :id AND p."Id" = "MainTable"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationOptional(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationOptional(PostgreSQL.14).sql
index 3951787ae2c6..a1d3e37c50be 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationOptional(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationOptional(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -12,7 +12,7 @@ FROM
WHERE
t1."Id" = :id AND "a_AssociatedOptional"."Id" = "MainTable"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationRequired(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationRequired(PostgreSQL.14).sql
index 57ec6cba77ab..2e7c30a9be0e 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationRequired(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByAssociationRequired(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 3
@@ -12,7 +12,7 @@ FROM
WHERE
t1."Id" = :id AND "a_AssociatedRequired"."Id" = "MainTable"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."Id",
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableName(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableName(PostgreSQL.14).sql
index 9747effdc493..080ea1c86005 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableName(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableName(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -23,14 +23,14 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPerson" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -42,7 +42,7 @@ FROM
"xxPerson" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -64,7 +64,7 @@ SET
WHERE
"xxPerson"."PersonID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableNameAsync(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableNameAsync(PostgreSQL.14).sql
index 9747effdc493..080ea1c86005 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableNameAsync(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateByTableNameAsync(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -23,14 +23,14 @@ VALUES
:Gender
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
COUNT(*)
FROM
"xxPerson" t1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
@@ -42,7 +42,7 @@ FROM
"xxPerson" t1
LIMIT 2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @FirstName Text(6) -- String
SET @FirstName = 'Steven'
DECLARE @LastName Text(4) -- String
@@ -64,7 +64,7 @@ SET
WHERE
"xxPerson"."PersonID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
SELECT
t1."FirstName",
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1(PostgreSQL.14).sql
index 8ef3d3db03b7..d6e94e79536e 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(13) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
@@ -41,7 +41,7 @@ WHERE
t1."PersonID" = :id
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(13) -- String
@@ -63,7 +63,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1Async(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1Async(PostgreSQL.14).sql
index 8ef3d3db03b7..d6e94e79536e 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1Async(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex1Async(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(13) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
@@ -41,7 +41,7 @@ WHERE
t1."PersonID" = :id
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(13) -- String
@@ -63,7 +63,7 @@ SET
WHERE
"Person"."PersonID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex2(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex2(PostgreSQL.14).sql
index f1f1eed10637..485e9ddaa160 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex2(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateComplex2(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Gender Text(1) -- String
SET @Gender = 'M'
DECLARE @Name_FirstName Text(13) -- String
@@ -25,7 +25,7 @@ VALUES
RETURNING
"PersonID"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Person"
@@ -34,7 +34,7 @@ SET
WHERE
"Person"."FirstName" LIKE 'UpdateComplex%' ESCAPE '~'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 5
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue319Regression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue319Regression(PostgreSQL.14).sql
index 3df79f970ca2..e9cbd746b815 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue319Regression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue319Regression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 100500
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 100500
@@ -27,7 +27,7 @@ WHERE
p."ParentID" = :id
LIMIT 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 100500
DECLARE @id Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue321Regression(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue321Regression(PostgreSQL.14).sql
index 53e7d4e6c5bf..ce5cec003a77 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue321Regression(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateIssue321Regression(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 100500
DECLARE @MoneyValue Numeric(4, 0) -- Decimal
@@ -47,7 +47,7 @@ VALUES
:StringValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @value2 Numeric(5, 0) -- Decimal
SET @value2 = 13621
DECLARE @id Integer -- Int32
@@ -60,7 +60,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 100500
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateMultipleColumns(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateMultipleColumns(PostgreSQL.14).sql
index 5f35ffbdb9ee..502d4c6a32bc 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateMultipleColumns(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateMultipleColumns(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1001
DECLARE @MoneyValue Numeric(4, 0) -- Decimal
@@ -19,7 +19,7 @@ VALUES
:SmallIntValue
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1001
@@ -31,7 +31,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :ID
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1001
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateNullablePrimaryKey(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateNullablePrimaryKey(PostgreSQL.14).sql
index 687cfb49e76b..e4ea412fc390 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateNullablePrimaryKey(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateNullablePrimaryKey(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @GrandChildID Integer -- Int32
SET @GrandChildID = 1000
DECLARE @ParentID Integer -- Int32
@@ -11,7 +11,7 @@ SET
WHERE
"GrandChild"."ParentID" = :ParentID AND "GrandChild"."ChildID" IS NULL
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @GrandChildID Integer -- Int32
SET @GrandChildID = 1000
DECLARE @ParentID Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSetSelect(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSetSelect(PostgreSQL.14).sql
index 162337df5550..4e4c056f3873 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSetSelect(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSetSelect(PostgreSQL.14).sql
@@ -1,11 +1,11 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DELETE FROM
"Parent" t1
WHERE
t1."ParentID" > 1000
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Parent"
@@ -19,7 +19,7 @@ WHERE
p."ParentID" = 1 AND "Parent"."ParentID" = p."ParentID" AND
("Parent"."Value1" = p."Value1" OR "Parent"."Value1" IS NULL AND p."Value1" IS NULL)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSimilarNames(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSimilarNames(PostgreSQL.14).sql
index 8b062ad31ccd..c7b4da5bc19b 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSimilarNames(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateSimilarNames(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -11,7 +11,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -24,7 +24,7 @@ VALUES
20000
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 20000
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateTop(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateTop(PostgreSQL.14).sql
index b4b45b998c11..883a79f245fd 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateTop(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateTop(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1000
DECLARE @Value1 Integer -- Int32
@@ -15,7 +15,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1001
DECLARE @Value1 Integer -- Int32
@@ -32,7 +32,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1002
DECLARE @Value1 Integer -- Int32
@@ -49,7 +49,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1003
DECLARE @Value1 Integer -- Int32
@@ -66,7 +66,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1004
DECLARE @Value1 Integer -- Int32
@@ -83,7 +83,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1005
DECLARE @Value1 Integer -- Int32
@@ -100,7 +100,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1006
DECLARE @Value1 Integer -- Int32
@@ -117,7 +117,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1007
DECLARE @Value1 Integer -- Int32
@@ -134,7 +134,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1008
DECLARE @Value1 Integer -- Int32
@@ -151,7 +151,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ParentID Integer -- Int32
SET @ParentID = 1009
DECLARE @Value1 Integer -- Int32
@@ -168,7 +168,7 @@ VALUES
:Value1
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @Value1 Integer -- Int32
SET @Value1 = 1
DECLARE @take Integer -- Int32
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateWithTypeConversion(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateWithTypeConversion(PostgreSQL.14).sql
index 4b345862b943..0b0eec477286 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateWithTypeConversion(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateTests/Tests.xUpdate.UpdateTests.UpdateWithTypeConversion(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @ID Integer -- Int32
SET @ID = 1001
@@ -15,7 +15,7 @@ VALUES
200
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -27,7 +27,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
@@ -39,7 +39,7 @@ SET
WHERE
"LinqDataTypes"."ID" = :id
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @id Integer -- Int32
SET @id = 1001
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue3697Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue3697Test(PostgreSQL.14).sql
index 4987af1a7b01..678fe351695c 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue3697Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue3697Test(PostgreSQL.14).sql
@@ -1,8 +1,8 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Test3697" DEFAULT VALUES
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Test3697Item"
@@ -15,7 +15,7 @@ WHERE
RETURNING
"Test3697Item"."Id"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Test3697Item"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4193Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4193Test(PostgreSQL.14).sql
index 721c79b1bd81..42c80d453bd6 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4193Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4193Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Issue4193Salary"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4253Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4253Test(PostgreSQL.14).sql
index f95210a41482..7e044f631088 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4253Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4253Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"Issue4193Person"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4414Test(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4414Test(PostgreSQL.14).sql
index 8c24d6dc35d2..3fcb393ce2df 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4414Test(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.Issue4414Test(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DECLARE @take Integer -- Int32
SET @take = 3
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql
index 9380cd4c0d28..85bae653b73d 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.14).sql
index 7e148f69c407..f2e9c46611ac 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql
index 59c0de319548..8b1489d89ae6 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql
index 9380cd4c0d28..85bae653b73d 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.14).sql
index 7e148f69c407..f2e9c46611ac 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql
index 59c0de319548..8b1489d89ae6 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateExpressionWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql
index 9380cd4c0d28..85bae653b73d 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.14).sql
index 7e148f69c407..f2e9c46611ac 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdate(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql
index 59c0de319548..8b1489d89ae6 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestAsyncWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql
index 9380cd4c0d28..85bae653b73d 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.14).sql
index 7e148f69c407..f2e9c46611ac 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdate(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql
index 5f239bf74ed4..a671a9241218 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateITableWithProjectionOutputTestWithoutOldAlternateUpdateSingleRecord(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"DestinationTable"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql
index a289bfef3d02..d7ec3f9f53cd 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.14).sql
index 97cf5d0201d2..f3d78c26d32f 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql
index a289bfef3d02..d7ec3f9f53cd 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.14).sql
index 97cf5d0201d2..f3d78c26d32f 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateIUpdatableWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql
index a289bfef3d02..d7ec3f9f53cd 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.14).sql
index 97cf5d0201d2..f3d78c26d32f 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestAsyncWithoutOldSingleRecord(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql
index a289bfef3d02..d7ec3f9f53cd 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOld(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.14).sql b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.14).sql
index 97cf5d0201d2..f3d78c26d32f 100644
--- a/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.14).sql
+++ b/PostgreSQL.14/Tests/xUpdate/UpdateWithOutputTests/Tests.xUpdate.UpdateWithOutputTests.UpdateSourceWithProjectionOutputTestWithoutOldSingleRecord(PostgreSQL.14).sql
@@ -1,4 +1,4 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
UPDATE
"TableWithData"
diff --git a/PostgreSQL.14/a_CreateData/a_CreateData.CreateDatabase(PostgreSQL.14).sql b/PostgreSQL.14/a_CreateData/a_CreateData.CreateDatabase(PostgreSQL.14).sql
index eba35a1cdded..fdc07db7d1f1 100644
--- a/PostgreSQL.14/a_CreateData/a_CreateData.CreateDatabase(PostgreSQL.14).sql
+++ b/PostgreSQL.14/a_CreateData/a_CreateData.CreateDatabase(PostgreSQL.14).sql
@@ -1,28 +1,28 @@
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Doctor"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Patient"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP FUNCTION IF EXISTS "TestTableFunctionSchema"()
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP MATERIALIZED VIEW IF EXISTS "Issue2023"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Person"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "InheritanceParent"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "InheritanceParent"
(
@@ -31,11 +31,11 @@ CREATE TABLE "InheritanceParent"
"Name" VARCHAR(50) NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "InheritanceChild"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "InheritanceChild"
(
@@ -45,7 +45,7 @@ CREATE TABLE "InheritanceChild"
"Name" VARCHAR(50) NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Person"
(
@@ -57,28 +57,28 @@ CREATE TABLE "Person"
"Gender" CHAR(1) NOT NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
COMMENT ON TABLE "Person" IS 'This is the Person table';
COMMENT ON COLUMN "Person"."PersonID" IS 'This is the Person.PersonID column';
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Person" ("FirstName", "LastName", "Gender") VALUES ('John', 'Pupkin', 'M')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Person" ("FirstName", "LastName", "Gender") VALUES ('Tester', 'Testerson', 'M')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Person" ("FirstName", "LastName", "Gender") VALUES ('Jane', 'Doe', 'F')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Person" ("FirstName", "LastName", "MiddleName", "Gender") VALUES ('Jürgen', 'König', 'Ko', 'M')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
-- Doctor Table Extension
@@ -88,11 +88,11 @@ CREATE TABLE "Doctor"
"Taxonomy" VARCHAR(50) NOT NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Doctor" ("PersonID", "Taxonomy") VALUES (1, 'Psychiatry')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
-- Patient Table Extension
@@ -102,11 +102,11 @@ CREATE TABLE "Patient"
"Diagnosis" VARCHAR(256) NOT NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Patient" ("PersonID", "Diagnosis") VALUES (2, 'Hallucination with Paranoid Bugs'' Delirium of Persecution')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION reverse(text) RETURNS text
AS $_$
@@ -123,35 +123,35 @@ RETURN reverse_str;
END;$_$
LANGUAGE plpgsql IMMUTABLE;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Parent"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "Child"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "GrandChild"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Parent" ("ParentID" int, "Value1" int)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "Child" ("ParentID" int, "ChildID" int)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "GrandChild" ("ParentID" int, "ChildID" int, "GrandChildID" int)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "LinqDataTypes"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "LinqDataTypes"
(
@@ -168,18 +168,18 @@ CREATE TABLE "LinqDataTypes"
"StringValue" varchar(50) NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "GetParentByID"(id int)
RETURNS TABLE ("ParentID" int, "Value1" int)
AS $$ SELECT * FROM "Parent" WHERE "ParentID" = $1 $$
LANGUAGE SQL;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS entity
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE entity
(
@@ -187,7 +187,7 @@ CREATE TABLE entity
CONSTRAINT entity_name_key UNIQUE (the_name)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION add_if_not_exists(p_name character varying)
RETURNS void AS
@@ -202,43 +202,43 @@ END;
$BODY$
LANGUAGE plpgsql;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "SequenceTest1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "SequenceTest2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "SequenceTest3"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "SequenceCustomNamingTest"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP SEQUENCE IF EXISTS SequenceTestSeq
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE SEQUENCE SequenceTestSeq INCREMENT 1 START 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP SEQUENCE IF EXISTS "SequenceTest2_ID_seq"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE SEQUENCE "SequenceTest2_ID_seq" INCREMENT 1 START 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP SEQUENCE IF EXISTS test_schema."SequenceCustomNamingTest__seq__"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "SequenceTest1"
(
@@ -246,7 +246,7 @@ CREATE TABLE "SequenceTest1"
"Value" VARCHAR(50)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "SequenceTest2"
(
@@ -254,7 +254,7 @@ CREATE TABLE "SequenceTest2"
"Value" VARCHAR(50)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "SequenceTest3"
(
@@ -262,41 +262,41 @@ CREATE TABLE "SequenceTest3"
"Value" VARCHAR(50)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestIdentity"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP SEQUENCE IF EXISTS "TestIdentity_ID_seq"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE SEQUENCE "TestIdentity_ID_seq" INCREMENT 1 START 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "TestIdentity" (
"ID" INTEGER PRIMARY KEY DEFAULT NEXTVAL('"TestIdentity_ID_seq"')
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "AllTypes"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "AllTypes"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TYPE IF EXISTS color
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TYPE color AS ENUM ('Red', 'Green', 'Blue');
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "AllTypes"
(
@@ -369,7 +369,7 @@ CREATE TABLE "AllTypes"
DecimalArray decimal[] NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "AllTypes"
(
@@ -494,43 +494,43 @@ SELECT
B'1011'
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS TestSameName
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS test_schema.TestSameName
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS test_schema.TestSerialIdentity
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS test_schema."TestSchemaIdentity"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP SEQUENCE IF EXISTS test_schema."TestSchemaIdentity_ID_seq"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP SCHEMA IF EXISTS test_schema
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE SCHEMA test_schema
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE SEQUENCE test_schema."TestSchemaIdentity_ID_seq" INCREMENT 1 START 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE SEQUENCE test_schema."SequenceCustomNamingTest__seq__" INCREMENT 1 START 1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "SequenceCustomNamingTest"
(
@@ -538,42 +538,42 @@ CREATE TABLE "SequenceCustomNamingTest"
"Value" VARCHAR(50)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE test_schema."TestSchemaIdentity" (
"ID" INTEGER PRIMARY KEY DEFAULT NEXTVAL('test_schema."TestSchemaIdentity_ID_seq"')
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE test_schema.TestSerialIdentity
(
"ID" serial NOT NULL PRIMARY KEY
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE test_schema.TestSameName
(
ID serial NOT NULL PRIMARY KEY
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE TestSameName
(
ID serial NOT NULL PRIMARY KEY
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestMerge1"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS "TestMerge2"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "TestMerge1"
(
@@ -603,7 +603,7 @@ CREATE TABLE "TestMerge1"
"FieldEnumNumber" INT NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "TestMerge2"
(
@@ -633,7 +633,7 @@ CREATE TABLE "TestMerge2"
"FieldEnumNumber" INT NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION AddIssue792Record()
RETURNS void AS
@@ -644,41 +644,41 @@ END;
$BODY$
LANGUAGE PLPGSQL;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "TestTableFunctionSchema"() RETURNS SETOF "AllTypes"
AS $$ SELECT * FROM "AllTypes" $$ LANGUAGE SQL;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "TestFunctionParameters"(param1 INT, INOUT param2 INT, OUT param3 INT)
AS $$ SELECT param1, param2 $$ LANGUAGE SQL;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "TestTableFunction"(param1 INT) RETURNS TABLE(param2 INT)
AS $$ SELECT param1 UNION ALL SELECT param1 $$ LANGUAGE SQL;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "TestTableFunction1"(param1 INT, param2 INT) RETURNS TABLE(param3 INT, param4 INT)
AS $$ SELECT param1, 23 UNION ALL SELECT 333, param2 $$ LANGUAGE SQL;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "TestScalarFunction"(param INT) RETURNS VARCHAR(10)
AS $$ BEGIN RETURN 'done'; END $$ LANGUAGE PLPGSQL;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "TestSingleOutParameterFunction"(param1 INT, OUT param2 INT)
AS $$ BEGIN param2 := param1 + 123; END $$ LANGUAGE PLPGSQL;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP AGGREGATE IF EXISTS test_avg(float8)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE AGGREGATE test_avg(float8)
(
@@ -688,12 +688,12 @@ CREATE AGGREGATE test_avg(float8)
initcond = '{0,0,0}'
);
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "bool"(param INT) RETURNS VARCHAR(20)
AS $$ BEGIN RETURN 'issue1295test'; END $$ LANGUAGE PLPGSQL;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION issue_1742_date(p1 date) RETURNS int AS $$
BEGIN
@@ -713,51 +713,51 @@ BEGIN
END; $$
LANGUAGE plpgsql;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE MATERIALIZED VIEW "Issue2023" AS select * from "Person"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
COMMENT ON MATERIALIZED VIEW "Issue2023" IS 'This is the Issue2023 matview';
COMMENT ON COLUMN "Issue2023"."PersonID" IS 'This is the Issue2023.PersonID column';
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP FUNCTION IF EXISTS "SchemaName"."fnTest"(INT)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP SCHEMA IF EXISTS "SchemaName"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE SCHEMA "SchemaName"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION "SchemaName"."fnTest"(param INT) RETURNS VARCHAR(20)
AS $$ BEGIN RETURN 'issue2679test'; END $$ LANGUAGE PLPGSQL;
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS same_name2
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS same_name1
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE IF EXISTS same_name
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE same_name (
id INTEGER PRIMARY KEY
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE same_name1 (
id INTEGER PRIMARY KEY,
@@ -768,7 +768,7 @@ CONSTRAINT same_name
REFERENCES same_name (id)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE same_name2 (
id INTEGER PRIMARY KEY,
@@ -779,11 +779,11 @@ CONSTRAINT same_name
REFERENCES same_name (id)
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "CollatedTable"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "CollatedTable"
(
@@ -792,11 +792,11 @@ CREATE TABLE "CollatedTable"
"CaseInsensitive" VARCHAR(20) NOT NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
DROP TABLE "TestMergeIdentity"
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE TABLE "TestMergeIdentity"
(
@@ -804,7 +804,7 @@ CREATE TABLE "TestMergeIdentity"
"Field" INT NULL
)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
CREATE OR REPLACE FUNCTION overloads(input1 integer)
RETURNS integer
@@ -867,7 +867,7 @@ INSERT INTO multitenant_table (TenantId, Id, Name, Description, CreatedAt) VALUE
('33333333-3333-3333-3333-333333333333', 'eeeeeeee-eeee-eeee-eeee-eeeeeeeeeeee', 'Tenant3 Record1', 'Description for Tenant3 Record1', NOW()),
('33333333-3333-3333-3333-333333333333', 'ffffffff-ffff-ffff-ffff-ffffffffffff', 'Tenant3 Record2', 'Description for Tenant3 Record2', NOW());
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "LinqDataTypes"
(
@@ -896,7 +896,7 @@ VALUES
(11,11.45,'2009-09-27'::date,NULL,True,'d3021d18-97f0-4dc0-98d0-f0c7df4a1230'::uuid,11,NULL,NULL,'9'),
(12,11.45,'2012-11-07 19:19:29.090'::timestamp,NULL,True,'03021d18-97f0-4dc0-98d0-f0c7df4a1230'::uuid,12,NULL,NULL,'0')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Parent"
(
@@ -912,7 +912,7 @@ VALUES
(6,6),
(7,1)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "Child"
(
@@ -938,7 +938,7 @@ VALUES
(6,66),
(7,77)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "GrandChild"
(
@@ -970,7 +970,7 @@ VALUES
(4,42,423),
(4,42,424)
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "InheritanceParent"
(
@@ -983,7 +983,7 @@ VALUES
(2,1,NULL),
(3,2,'InheritanceParent2')
--- PostgreSQL.14 PostgreSQL.9.5 PostgreSQL
+-- PostgreSQL.14 PostgreSQL.13 PostgreSQL
INSERT INTO "InheritanceChild"
(
diff --git a/PostgreSQL.15/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.15).sql b/PostgreSQL.15/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.15).sql
new file mode 100644
index 000000000000..725b3a754991
--- /dev/null
+++ b/PostgreSQL.15/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.15).sql
@@ -0,0 +1,9 @@
+-- PostgreSQL.15 PostgreSQL
+
+SELECT
+ p."GuidValue"
+FROM
+ "LinqDataTypes" p
+WHERE
+ p."GuidValue" <> gen_random_uuid()
+
diff --git a/PostgreSQL.15/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.15).sql b/PostgreSQL.15/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.15).sql
new file mode 100644
index 000000000000..22742ec21431
--- /dev/null
+++ b/PostgreSQL.15/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.15).sql
@@ -0,0 +1,8 @@
+-- PostgreSQL.15 PostgreSQL
+
+SELECT
+ gen_random_uuid()
+FROM
+ "LinqDataTypes" p
+LIMIT 1
+
diff --git a/PostgreSQL.15/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.15).sql b/PostgreSQL.15/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.15).sql
new file mode 100644
index 000000000000..6c164313e352
--- /dev/null
+++ b/PostgreSQL.15/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.15).sql
@@ -0,0 +1,34 @@
+-- PostgreSQL.15 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
+-- PostgreSQL.15 PostgreSQL
+
+INSERT INTO "LinqDataTypes"
+(
+ "ID",
+ "GuidValue",
+ "BoolValue"
+)
+SELECT
+ Floor(t2."Value_1" + 1001)::Int,
+ gen_random_uuid(),
+ True
+FROM
+ (
+ SELECT DISTINCT
+ Floor(t1."ID"::Float / 3) as "Value_1"
+ FROM
+ "LinqDataTypes" t1
+ ) t2
+
+-- PostgreSQL.15 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
diff --git a/PostgreSQL.15/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.15).sql b/PostgreSQL.15/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.15).sql
new file mode 100644
index 000000000000..6c164313e352
--- /dev/null
+++ b/PostgreSQL.15/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.15).sql
@@ -0,0 +1,34 @@
+-- PostgreSQL.15 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
+-- PostgreSQL.15 PostgreSQL
+
+INSERT INTO "LinqDataTypes"
+(
+ "ID",
+ "GuidValue",
+ "BoolValue"
+)
+SELECT
+ Floor(t2."Value_1" + 1001)::Int,
+ gen_random_uuid(),
+ True
+FROM
+ (
+ SELECT DISTINCT
+ Floor(t1."ID"::Float / 3) as "Value_1"
+ FROM
+ "LinqDataTypes" t1
+ ) t2
+
+-- PostgreSQL.15 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
diff --git a/PostgreSQL.16/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.16).sql b/PostgreSQL.16/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.16).sql
new file mode 100644
index 000000000000..862dc95f684e
--- /dev/null
+++ b/PostgreSQL.16/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.16).sql
@@ -0,0 +1,9 @@
+-- PostgreSQL.16 PostgreSQL.15 PostgreSQL
+
+SELECT
+ p."GuidValue"
+FROM
+ "LinqDataTypes" p
+WHERE
+ p."GuidValue" <> gen_random_uuid()
+
diff --git a/PostgreSQL.16/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.16).sql b/PostgreSQL.16/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.16).sql
new file mode 100644
index 000000000000..8c34b1357d4d
--- /dev/null
+++ b/PostgreSQL.16/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.16).sql
@@ -0,0 +1,8 @@
+-- PostgreSQL.16 PostgreSQL.15 PostgreSQL
+
+SELECT
+ gen_random_uuid()
+FROM
+ "LinqDataTypes" p
+LIMIT 1
+
diff --git a/PostgreSQL.16/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.16).sql b/PostgreSQL.16/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.16).sql
new file mode 100644
index 000000000000..88aaa16d6779
--- /dev/null
+++ b/PostgreSQL.16/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.16).sql
@@ -0,0 +1,34 @@
+-- PostgreSQL.16 PostgreSQL.15 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
+-- PostgreSQL.16 PostgreSQL.15 PostgreSQL
+
+INSERT INTO "LinqDataTypes"
+(
+ "ID",
+ "GuidValue",
+ "BoolValue"
+)
+SELECT
+ Floor(t2."Value_1" + 1001)::Int,
+ gen_random_uuid(),
+ True
+FROM
+ (
+ SELECT DISTINCT
+ Floor(t1."ID"::Float / 3) as "Value_1"
+ FROM
+ "LinqDataTypes" t1
+ ) t2
+
+-- PostgreSQL.16 PostgreSQL.15 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
diff --git a/PostgreSQL.16/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.16).sql b/PostgreSQL.16/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.16).sql
new file mode 100644
index 000000000000..88aaa16d6779
--- /dev/null
+++ b/PostgreSQL.16/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.16).sql
@@ -0,0 +1,34 @@
+-- PostgreSQL.16 PostgreSQL.15 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
+-- PostgreSQL.16 PostgreSQL.15 PostgreSQL
+
+INSERT INTO "LinqDataTypes"
+(
+ "ID",
+ "GuidValue",
+ "BoolValue"
+)
+SELECT
+ Floor(t2."Value_1" + 1001)::Int,
+ gen_random_uuid(),
+ True
+FROM
+ (
+ SELECT DISTINCT
+ Floor(t1."ID"::Float / 3) as "Value_1"
+ FROM
+ "LinqDataTypes" t1
+ ) t2
+
+-- PostgreSQL.16 PostgreSQL.15 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
diff --git a/PostgreSQL.17/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.17).sql b/PostgreSQL.17/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.17).sql
new file mode 100644
index 000000000000..4a77c1020ed2
--- /dev/null
+++ b/PostgreSQL.17/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.17).sql
@@ -0,0 +1,9 @@
+-- PostgreSQL.17 PostgreSQL.15 PostgreSQL
+
+SELECT
+ p."GuidValue"
+FROM
+ "LinqDataTypes" p
+WHERE
+ p."GuidValue" <> gen_random_uuid()
+
diff --git a/PostgreSQL.17/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.17).sql b/PostgreSQL.17/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.17).sql
new file mode 100644
index 000000000000..a950bf0b88d6
--- /dev/null
+++ b/PostgreSQL.17/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.17).sql
@@ -0,0 +1,8 @@
+-- PostgreSQL.17 PostgreSQL.15 PostgreSQL
+
+SELECT
+ gen_random_uuid()
+FROM
+ "LinqDataTypes" p
+LIMIT 1
+
diff --git a/PostgreSQL.17/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.17).sql b/PostgreSQL.17/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.17).sql
new file mode 100644
index 000000000000..96c6b6535463
--- /dev/null
+++ b/PostgreSQL.17/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.17).sql
@@ -0,0 +1,34 @@
+-- PostgreSQL.17 PostgreSQL.15 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
+-- PostgreSQL.17 PostgreSQL.15 PostgreSQL
+
+INSERT INTO "LinqDataTypes"
+(
+ "ID",
+ "GuidValue",
+ "BoolValue"
+)
+SELECT
+ Floor(t2."Value_1" + 1001)::Int,
+ gen_random_uuid(),
+ True
+FROM
+ (
+ SELECT DISTINCT
+ Floor(t1."ID"::Float / 3) as "Value_1"
+ FROM
+ "LinqDataTypes" t1
+ ) t2
+
+-- PostgreSQL.17 PostgreSQL.15 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
diff --git a/PostgreSQL.17/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.17).sql b/PostgreSQL.17/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.17).sql
new file mode 100644
index 000000000000..96c6b6535463
--- /dev/null
+++ b/PostgreSQL.17/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.17).sql
@@ -0,0 +1,34 @@
+-- PostgreSQL.17 PostgreSQL.15 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
+-- PostgreSQL.17 PostgreSQL.15 PostgreSQL
+
+INSERT INTO "LinqDataTypes"
+(
+ "ID",
+ "GuidValue",
+ "BoolValue"
+)
+SELECT
+ Floor(t2."Value_1" + 1001)::Int,
+ gen_random_uuid(),
+ True
+FROM
+ (
+ SELECT DISTINCT
+ Floor(t1."ID"::Float / 3) as "Value_1"
+ FROM
+ "LinqDataTypes" t1
+ ) t2
+
+-- PostgreSQL.17 PostgreSQL.15 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
diff --git a/PostgreSQL.18/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.18).sql b/PostgreSQL.18/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.18).sql
new file mode 100644
index 000000000000..c1bd706d672d
--- /dev/null
+++ b/PostgreSQL.18/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid1(PostgreSQL.18).sql
@@ -0,0 +1,9 @@
+-- PostgreSQL.18 PostgreSQL
+
+SELECT
+ p."GuidValue"
+FROM
+ "LinqDataTypes" p
+WHERE
+ p."GuidValue" <> gen_random_uuid()
+
diff --git a/PostgreSQL.18/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.18).sql b/PostgreSQL.18/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.18).sql
new file mode 100644
index 000000000000..884957d5f22f
--- /dev/null
+++ b/PostgreSQL.18/Tests/Linq/FunctionTests/Tests.Linq.FunctionTests.NewGuid2(PostgreSQL.18).sql
@@ -0,0 +1,8 @@
+-- PostgreSQL.18 PostgreSQL
+
+SELECT
+ gen_random_uuid()
+FROM
+ "LinqDataTypes" p
+LIMIT 1
+
diff --git a/PostgreSQL.18/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.18).sql b/PostgreSQL.18/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.18).sql
new file mode 100644
index 000000000000..255901c87052
--- /dev/null
+++ b/PostgreSQL.18/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert1(PostgreSQL.18).sql
@@ -0,0 +1,34 @@
+-- PostgreSQL.18 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
+-- PostgreSQL.18 PostgreSQL
+
+INSERT INTO "LinqDataTypes"
+(
+ "ID",
+ "GuidValue",
+ "BoolValue"
+)
+SELECT
+ Floor(t2."Value_1" + 1001)::Int,
+ gen_random_uuid(),
+ True
+FROM
+ (
+ SELECT DISTINCT
+ Floor(t1."ID"::Float / 3) as "Value_1"
+ FROM
+ "LinqDataTypes" t1
+ ) t2
+
+-- PostgreSQL.18 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
diff --git a/PostgreSQL.18/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.18).sql b/PostgreSQL.18/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.18).sql
new file mode 100644
index 000000000000..255901c87052
--- /dev/null
+++ b/PostgreSQL.18/Tests/xUpdate/InsertTests/Tests.xUpdate.InsertTests.DistinctInsert2(PostgreSQL.18).sql
@@ -0,0 +1,34 @@
+-- PostgreSQL.18 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+
+-- PostgreSQL.18 PostgreSQL
+
+INSERT INTO "LinqDataTypes"
+(
+ "ID",
+ "GuidValue",
+ "BoolValue"
+)
+SELECT
+ Floor(t2."Value_1" + 1001)::Int,
+ gen_random_uuid(),
+ True
+FROM
+ (
+ SELECT DISTINCT
+ Floor(t1."ID"::Float / 3) as "Value_1"
+ FROM
+ "LinqDataTypes" t1
+ ) t2
+
+-- PostgreSQL.18 PostgreSQL
+
+DELETE FROM
+ "LinqDataTypes" c_1
+WHERE
+ c_1."ID" > 1000
+